Triple boot FC3 intallation question

Paul Howarth paul at city-fan.org
Fri Jan 28 08:44:34 UTC 2005


On Fri, 2005-01-28 at 11:42 +0800, Ciba LO wrote:
> Sorry for breaking in!!!
> 
> I have WinMe In (hd0,0) and Win98 MSDOS in (hd1,0).  And I can create 
> bootable floppy for both.  Please advise how to create the bootsect.dos in 
> linux or msdos for both to work with the grub chainloader that you have 
> suggested.  I couldn't locate the bootsect.dos in my WinMe.

You've installed the two copies of Windows on to different disks so
there probably isn't a bootsect.dos there.

Something like this *might* work (I haven't tried it)

title WinME
   hide (hd1,0)
   unhide (hd0,0)
   root (hd0,0)
   makeactive
   chainloader +1
title Win98
   hide (hd0,0)
   unhide (hd1,0)
   root (hd1,0)
   makeactive
   chainloader +1

Paul.
-- 
Paul Howarth <paul at city-fan.org>




More information about the users mailing list