PDA

View Full Version : Problema bootrec win 7 aviato da chiavetta usb - the requested system device cannot


Dariobros
08-09-2014, 11:43
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.

x_Master_x
08-09-2014, 12:10
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:

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 osloader


L'ultimo comando ti restituisce una stringa identificativa, esempio {c0dfa1fa-ca11-11ac-81bf-005056c12558}
La restante parte dei comandi dovrai sostituire {GUID} con la tua stringa identificativa:

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.temp

Comando facoltativo:

BCDBOOT X:\Windows /s X:

Sostituire X: con la lettera dell'unità di Windows. Per sapere l'unità da inserire se la situazione di base è:

X:\Sources>


CD..
C:
DIR
D:
DIR
E:
DIR

Così via. L'unità che contiene la cartella "Windows" è quella corretta. Per tornare alla situazione iniziale per utilizzare BCDEDIT:

CD /D X:\Sources

Dariobros
08-09-2014, 12:35
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:

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 osloader


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:

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:
EXIT


Ho sbagliato scusate. Risultati:

ATTRIB -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


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

EXIT

x_Master_x
08-09-2014, 12:38
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

x_Master_x
08-09-2014, 17:00
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 :D

Dariobros
08-09-2014, 17:14
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

Dariobros
13-09-2014, 23:14
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:D

Grazie a tutti, buona serata!

Khronos
15-09-2014, 22:37
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.