On Wed, 23 Feb 2005 23:43:04 +1300 Christopher Sawtell wrote: > On Thu, 24 Feb 2005 22:50, Lindsay Roberts wrote: > > > title Windows NT/2000/XP > > root (hd0,0) > > savedefault > > makeactive > > chainloader +1 > > This is what works for me. > > # Microsoft Windows XP-Pro > title Windows XP-Pro > rootnoverify (hd0,0) > makeactive > chainloader +1
indeed root should be rootnoverify if grub is chainloading it doesn't need to be able to read the filesystem, and does not need to verify it. root (hd0,0) will fail because grub does not understand ntfs rootnoverify (hd0,0) will not care By the way Lindsay, we didn't really need the commented bits, although I have to admit I didn't specify that :-) > > -- > > C.S. -- Nick Rout Barrister & Solicitor Christchurch <http://www.rout.co.nz> <[EMAIL PROTECTED]>
