Re: GRUB 2: A Guide for Users
Yes, it is working.
Here is a snippet from my gurb.cfg
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod ntfs
set root=(hd1,1)
search --no-floppy --fs-uuid --set d2a4d8bba4d8a2f1
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
grub-install /dev/sda did not detect the Widows partition the first time , using the --recheck option did.
Yes, it is working.
Here is a snippet from my gurb.cfg
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Home Edition (on /dev/sdb1)" {
insmod ntfs
set root=(hd1,1)
search --no-floppy --fs-uuid --set d2a4d8bba4d8a2f1
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
grub-install /dev/sda did not detect the Widows partition the first time , using the --recheck option did.
Comment