Adding Windows 7 to grub4dos menu.lst
Posted
by
antonio
on Super User
See other posts from Super User
or by antonio
Published on 2013-06-29T00:42:51Z
Indexed on
2013/06/29
4:23 UTC
Read the original article
Hit count: 532
I am trying to create a multiboot USB drive with grub4dos. I started with a working bootable WinPE-like USB drive, based on Windows 7.
I modified the drive MBR with grubinst.exe (hd1)
, copied in its root grldr
and the menu menu.lst
file:
color blue/green yellow/red white/magenta white/magenta
timeout 30
default 0
title Win 7 test
rootnoverify (hd0, 0)
chainloader /bootmgr
I get the error:
Try (hd0, 0). This partition is ntfs but with unknown boot record
Try (hd0, 1) ...
...
Cannot find GRLDR.
If I hit a key, anyway it boots Windows 7. I would like to drop to the GRUB command shell, but when I hit "c" Grub boots into Windows.
© Super User or respective owner