Re: [SLUG] Dual Boot into Three boot

From: steve szmidt (steve@szmidt.org)
Date: Tue Oct 26 2004 - 14:06:08 EDT


On Tuesday 26 October 2004 12:21 pm, Bryan J. Smith wrote:
> On Tue, 2004-10-26 at 10:35, Caleb wrote:
> > I currently have Xandros 2.5 dual booting with XP. My question pertains
> > to installing Fedora 2. I believe that Lilo is the boot loader. Is
> > there anything special that I need to do? I have already set up some
> > spare room on my drive. I have not however partitioned anything for
> > Fedora. Any help would be appreciated.

The one thing about windows is that it wants to be the first OS on the drive.
So I always make a win partition first.

This is what a lilo.conf file will look like with two windows boot options.
Windows is on the first partition on both drives:

boot=/dev/hda
map=/boot/map
default="linux-i686-up-4GB"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz-i686-up-4GB
        label="linux-i686-up-4GB"
        root=/dev/hda12
        initrd=/boot/initrd-i686-up-4GB.img
        append="devfs=mount mem=1024M acpi=ht resume=/dev/hda3 splash=silent"
        read-only
other=/dev/hdb1
        label="Win on hdb"
        table=/dev/hdb
        map-drive=0x80
           to=0x81
        map-drive=0x81
           to=0x80
other=/dev/hda1
        label="Win on hda"
        table=/dev/hda

-- 

Steve Szmidt

"They that would give up essential liberty for temporary safety deserve neither liberty nor safety." Benjamin Franklin ----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:09:16 EDT