Here are the following steps to experience this problem.
- Grub4dos Usb Boot Windows 7
- Uefi Boot Windows 7
1) download grub4dos 0.4.4 here: http://download.gna.org/grub4dos/
2) copy grldr, grldr.mbr, menu.lst to C:
Here is an interpretation of the grub4dos error codes (they may not be 100% correct but. This error is returned if a file name is requested which doesn't fit the.
3) some commands here: http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial#Booting_GRUB_for_DOS_via_the_Windows_Vista_boot_manager
Grub4dos Usb Boot Windows 7
4) execute following command in cmd.exe and note the guid in the output e.g. {234325-bla-bla}:
5) then replace {id} with guid you have obtained before and execute the following ones.
6) reboot. choose 'start grub4dos' on boot screen.7) I get following error:
8) do not lose that guid. use following command to delete
(9) if you lost the command, execute bcdedit and you can see grub4dos record guid here)
Any ideas?
Ahmet Alp BalkanAhmet Alp Balkan
migrated from stackoverflow.comJul 6 '10 at 3:42
This question came from our site for professional and enthusiast programmers.
1 Answer
bcdedit /set {id} device bootshould (probably, if it's on C) be:bcdedit /set {id} device partition=C:
this is becouse Windows 7 creates a hidden extra partition for the BCD
gijsgijs
Uefi Boot Windows 7
Not the answer you're looking for? Browse other questions tagged bootloadergrub or ask your own question.