After installing 10.2, Grub doesn't show the windows partition, although
Grub (or the installer) did find the vendor (Acer) restore partition. How do
I modify Grub to boot into the windows partition?

~~~~~~

Hello,

Found the answer. One item when adding entries into Grub's menu.1st, if your
system sees your hard drive as 'sd0' you'll need to identify it as 'hd0,*'
in menu.1st

For example, if you have a windows partition on sda3, you'll add it as hd0,2
in menu.1st

title Windows
root (hd0,2)
makeactive
chainloader (hd0,2)+1
<snip>

Regards,

~James

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to