Re: Triple boot FC3 intallation question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx>


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux