On 10/21/07, Kerry <[EMAIL PROTECTED]> wrote: > I've got an old WinXP partition on my laptop. I've got some work which I > need to use windows for. At the moment the grub bootloader does not show > that partition as an option when I boot up. > > I've done some googling around and haven't found an a definitive answer > on how to get this to come up, I thought that this should be a fairly > simple exercise but not it seems.... > > Anyone got any ideas where I should start?
Add this to the /boot/grub/grub.conf file:- or menu.lst it depend on the distro. title Windows rootnoverify (hd0,0) makeactive chainloader +1 -- Sincerely etc. Christopher Sawtell
