ソリューションが必要です
Hi, all
I am using Windows 7 x64 Ultimate with UEFI BIOS Asrock H61 Motherboard.
Today I followd this instruction from MSDN:http://technet.microsoft.com/en-us/library/hh265131(v=ws.10).aspx to boot Recovery Disk from my hard-disk.
Here's steps of what I did:
- Extract \Sources\Boot.wim and \Boot\Boot.sdi from SSR11.0.0.46600_AllWin_64bit_English_SrdOnly.iso file and copy Boot.wim and Boot.sdi file to C:\Souces\Boot.wim And C:\Sources\Boot.sdi
- run the following commands as Administrator to add boot entry for Boot.wim:
bcdedit -create {ramdiskoptions} /d "ramdiskoptions"bcdedit -set {ramdiskoptions} ramdisksdidevice partition=C:bcdedit -set {ramdiskoptions} ramdisksdipath \sources\boot.sdibcdedit -create /d "My Recovery" -application osloaderbcdedit -set {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} device ramdisk=[C:]\sources\boot.wim,{ramdiskoptions}bcdedit -set {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} path \windows\system32\winload.efibcdedit -set {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} osdevice ramdisk=[C:]\sources\boot.wim,{ramdiskoptions}bcdedit -set {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} systemroot \windowsbcdedit -set {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} winpe yesbcdedit -set {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} nx optinbcdedit -set {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} detecthal yesbcdedit -displayorder {2fcc2069-8344-11e2-8721-9be7cfd1b2a1} -addfirst
- Reboot my computer. Boot from UEFI Boot entry: Windows Boot Manager, and there show two options for me to boot from:"Windows 7" and "My Recovery"
- Choose "My Recovery", screen show "Windows is loading files", when the progress bar goes to end. Computer restarted unexpectedly.
So my question is why I cannot boot Recovery WIM from my hard-disk ?