| 
 | |||||||
| 
 | 
|  | 
|  | 
|  | Strumenti | 
|  08-09-2014, 12:43 | #1 | 
| Member Iscritto dal: Jan 2009 
					Messaggi: 141
				 | 
				
				Problema bootrec win 7 aviato da chiavetta usb - the requested system device cannot
			 
		Recentemente ho collegato al mio pc portatile Acer aspire one 725 un hard disk esterno, facendolo partire diverse volte come master. Successivamente, dopo averlo scollegato, non riconosceva più l' HD originale interno del portatile. Ho provato a ripristinare il master boot record avviando win 7 da chiavetta usb (poichè non dispongo di lettore dvd-cd) ed andando nella modalità di riparazione tramite il prompt DOS, utilizzando questi codici: bootrec /fixmbr bootrec /fixboot Il tentativo è stato invano, poichè l'errore è nell'archivio BCD. A questo punto ho provato il codice: bootrec /RebuildBcD Ma il risultato è analogo: trova l'installazione di windows ma ad ogni risposta che provo a dare Yes, No, All, mi dice questo: the requested system device cannot be found Qualcuno di voi può darmi una mano per favore? non so più come muovermi, grazie. | 
|   |   | 
|  08-09-2014, 13:10 | #2 | 
| Senior Member Iscritto dal: May 2005 
					Messaggi: 8697
				 | 
		Gli strumenti per ripristinare l'avvio dovrebbero essere lanciati da DVD o dalla partizione riservata dell'HDD per funzionare correttamente, meglio evitare le pendrive. Prova con questa serie di comandi in sequenza, sempre dal prompt dei comandi: Codice: ATTRIB -h -s C:\boot\BCD
DEL C:\boot\BCD
BCDEDIT /createstore C:\boot\bcd.temp
BCDEDIT /store C:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
BCDEDIT /store C:\boot\bcd.temp /set {bootmgr} device partition=C:
BCDEDIT /store C:\boot\bcd.temp /timeout 10
BCDEDIT /store C:\boot\bcd.temp /create /d "Windows 7" /application osloaderLa restante parte dei comandi dovrai sostituire {GUID} con la tua stringa identificativa: Codice: BCDEDIT /store C:\boot\bcd.temp /set {GUID} device partition=X:
BCDEDIT /store C:\boot\bcd.temp /set {GUID} osdevice partition=X: 
BCDEDIT /store C:\boot\bcd.temp /set {GUID} path \Windows\system32\winload.exe 
BCDEDIT /store C:\boot\bcd.temp /set {GUID} systemroot \Windows 
BCDEDIT /store C:\boot\bcd.temp /displayorder {GUID}
BCDEDIT /store C:\boot\bcd.temp /default {GUID} 
BCDEDIT /import C:\boot\bcd.temp
DEL C:\boot\bcd.tempCodice: BCDBOOT X:\Windows /s X: Codice: X:\Sources> Codice: CD.. C: DIR D: DIR E: DIR Codice: CD /D X:\Sources 
				__________________ . Thread Ufficiali: EasyCrypt ~ Old Files Manager ~ OSD Clock The real me is no match for the legend . Ultima modifica di x_Master_x : 15-09-2016 alle 22:00. | 
|   |   | 
|  08-09-2014, 13:35 | #3 | 
| Member Iscritto dal: Jan 2009 
					Messaggi: 141
				 | 
		Il problema è la Pendrive, gli strumenti per ripristinare l'avvio dovrebbero essere lanciati da DVD o dalla partizione riservata dell'HDD per funzionare correttamente. Prova con questa serie di comandi in sequenza, sempre dal prompt dei comandi: Codice: ATTRIB -h -s C:\boot\BCD
DEL C:\boot\BCD
BCDEDIT /createstore C:\boot\bcd.temp
BCDEDIT /store C:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
BCDEDIT /store C:\boot\BCD /import C:\boot\bcd.temp
BCDEDIT /store C:\boot\BCD /set {bootmgr} device partition=C:
BCDEDIT /store C:\boot\BCD /timeout 10
ATTRIB -h -s C:\boot\bcd.temp
DEL C:\boot\bcd.temp
BCDEDIT /store C:\boot\BCD /create /d "Windows 7" /application osloaderLa restante parte dei comandi dovrai sostituire {GUID} con la tua stringa identificativa: Codice: BCDEDIT /store C:\boot\BCD /set {GUID} device partition=C: 
BCDEDIT /store C:\boot\BCD /set {GUID} osdevice partition=C: 
BCDEDIT /store C:\boot\BCD /set {GUID} path \Windows\system32\winload.exe 
BCDEDIT /store C:\boot\BCD /set {GUID} systemroot \Windows 
BCDEDIT /store C:\boot\BCD /displayorder {GUID}
BCDEDIT /store C:\boot\BCD /default {GUID} 
BCDBOOT C:\Windows /s C:
EXITATTRIB -h -s C:\boot\BCD file not found - C:\boot\bcd DEL C:\boot\BCD Could not find C:\boot\BCD BCDEDIT /createstore C:\boot\bcd.temp The operation completed successfully BCDEDIT /store C:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager" The entry bootmgr was successfully created. BCDEDIT /store C:\boot\BCD /import C:\boot\bcd.temp the store import command is invalid. Run "bcdedit /?" for command line assistence the parameter is incorrect (l'ho ripetuto per due volte e mi dice la stessa cosa) BCDEDIT /store C:\boot\BCD /set {bootmgr} device partition=C: the boot configuration data store could not be opened. the system cannot find the file specified BCDEDIT /store C:\boot\BCD /timeout 10 the boot configuration data store could not be opened. the system cannot find the file specified ATTRIB -h -s C:\boot\bcd.temp riga vuota DEL C:\boot\bcd.temp riga vuota BCDEDIT /store C:\boot\BCD /create /d "Windows 7" /application osloader the boot configuration data store could not be opened. the system cannot find the file specified [/code] L'ultimo comando ti restituisce una stringa identificativa, es {c0dfa1fa-ca11-11ac-81bf-005056c12558} La restante parte dei comandi dovrai sostituire {GUID} con la tua stringa identificativa: Ovviamente non ho nessuna stringa identificativa Codice: BCDEDIT /store C:\boot\BCD /set {GUID} device partition=C: 
the boot configuration data store could not be opened.
the system cannot find the file specified
BCDEDIT /store C:\boot\BCD /set {GUID} osdevice partition=C: 
the boot configuration data store could not be opened.
the system cannot find the file specified
BCDEDIT /store C:\boot\BCD /set {GUID} path \Windows\system32\winload.exe 
the boot configuration data store could not be opened.
the system cannot find the file specified
BCDEDIT /store C:\boot\BCD /set {GUID} systemroot \Windows 
the boot configuration data store could not be opened.
the system cannot find the file specified
BCDEDIT /store C:\boot\BCD /displayorder {GUID}
the boot configuration data store could not be opened.
the system cannot find the file specified
the system cannot find the file specified
BCDEDIT /store C:\boot\BCD /default {GUID} 
Run "bcdedit /?" for command line assistence
the parameter is incorrect
(l'ho ripetuto per due volte e mi dice la stessa cosa)
BCDBOOT C:\Windows /s C:
failure when attempting to copy boot files
EXITUltima modifica di Dariobros : 08-09-2014 alle 18:07. | 
|   |   | 
|  08-09-2014, 13:38 | #4 | 
| Senior Member Iscritto dal: May 2005 
					Messaggi: 8697
				 | 
		Non quotare i post inutilmente, per favore edita e rimuovi quel "quote" Che errori hai e in che caso? Riprova e controlla. Ti voglio solo dire che se non risolvi in quel modo non ti rimane altro che acquistare un lettore esterno per il DVD di Windows 7 EDIT: Ho sbagliato a scrivere in alcune stringhe ( non ho scritto il file bcd.temp nel percorso ) ho editato il mio post 
				__________________ . Thread Ufficiali: EasyCrypt ~ Old Files Manager ~ OSD Clock The real me is no match for the legend . Ultima modifica di x_Master_x : 08-09-2014 alle 13:44. | 
|   |   | 
|  08-09-2014, 18:00 | #5 | 
| Senior Member Iscritto dal: May 2005 
					Messaggi: 8697
				 | 
		Ripeto, ho editato il post ad alcuni comandi a cui ho mancato la path e l'ordine del DEL quindi riprova ma con la nuova "versione". Per cortesia edita quel quote con i comandi "sbagliati" ed usa "rispondi" è la seconda volta che lo dico    
				__________________ . Thread Ufficiali: EasyCrypt ~ Old Files Manager ~ OSD Clock The real me is no match for the legend . | 
|   |   | 
|  08-09-2014, 18:14 | #6 | 
| Member Iscritto dal: Jan 2009 
					Messaggi: 141
				 | 
		No infatti dopo me ne sono accorto e ho rifatto tutto con i codici esatti. Purtroppo non funziona, non vede proprio l'HD.. direi che... 1 - estrarre hd. 2 - salvare dati 3 - formattare hd 4 reinstallare..TUTTO. ma forse c'è un modo per trovare i driver adatti a far riconoscere l'hard disk ? Perchè il punto è che proprio non vede l'hd, e di conseguenza neanche il sistema operativo. Il mio pc è un acer aspire one 725, per win 8 ma ho fatto il downgrade a win 7 Ultima modifica di Dariobros : 08-09-2014 alle 18:33. | 
|   |   | 
|  14-09-2014, 00:14 | #7 | 
| Member Iscritto dal: Jan 2009 
					Messaggi: 141
				 | 
		PROBLEMA RISOLTO Dopo svariati tentativi con i codici, piuttosto fallimentare mi sono deciso a voler fare una triste formattazione, con le conseguenze che ne conseguono. Si sa, fare una formattazione non è mai piacevole... soprattutto se ci sono certi programmini. La soluzione è venuta, purtroppo, solo dopo la formattazione. Il mio pc portatile acer aspire one 725 oltre ad avere le classiche entrate USB 2.0, dispone anche di una sola entrata 3.0. Ecco il problema. Le entrate USB 3.0, misteriosamente, hanno diversi problemi. Purtroppo, quando avviavo windows da chiavetta e provavo ad installarlo, l'entrata USB 3.0 mi dava dei problemi. Successivamente, cambiando l'entrata...... beh, vedeva tutto, cioè l'hard disk con eventuale sistema operativo. Quindi, se dovete installare da chiavetta USB.. accertatevi di farlo partire da un'entrata USB 2.0... e vi si apriranno le porte del paradiso   Grazie a tutti, buona serata! | 
|   |   | 
|  15-09-2014, 23:37 | #8 | 
| Senior Member Iscritto dal: Jan 2007 Città: quel ramo del lago di como, che volge a mezzogiorno... ^^ 
					Messaggi: 19625
				 | 
		le USB 3.0 sono supportate pienamente solo da 8. il cd di Seven ha problemi con esse alla pari del cd di XP coi dischi Sata.
		 
				__________________ | 
|   |   | 
|   | 
| Strumenti | |
| 
 | 
 | 
Tutti gli orari sono GMT +1. Ora sono le: 20:31.









 
		 
		 
		 
		







 
  
 



 
                        
                        










