I have always found it best to segregate os's and the associated utilities
by disk, hence my machines are set up as follows.

hda - contains Linux distribution and lilo
hdb - w95, nt, be, solaris, wfw, whatever

modify /etc/lilo.conf as follows, but in your quest for ultimate truth I
suggest you read the lilo man pages for explanation of the preamble and
stanzas. Please note the previous lilo chain loader option (any_d.b) has
been consolidated into the generic chain loader (chain.b), hence, you must
use the "map-drive" stanza to flip hda and hdb.

Dont forget to run /sbin/lilo from root when you are finished modifying the
etc/lilo.conf file.
Good luck.

compact
boot = /dev/hda
map = /boot/boot.b
prompt
timeout = 50
image = /vmlinuz
        label = linux
        root = /dev/hda1
        read only
        append = "boot_verbose=1"
other = /dev /hdb1
        label = w95
        table = /dev/hda
        loader = /boot/chain.b

map-drive=0x80
              to=0x81
map-drive=0x81
              to=0x80



-----Original Message-----
From: Craig Kattner <[EMAIL PROTECTED]>
To: RedHat List <[EMAIL PROTECTED]>
Date: Thursday, May 07, 1998 8:12 PM
Subject: lilo config


>I recently added a second hard disk to my machine, and decided to do a
>second install of redhat on it so as to correct all the mess that I've
>made on my current system. Anyway, I now need a way to boot it since I
>didn't want to trash my ability to boot at present. As it stands no, the
>new install has boot located in /dev/hdb1 while my running install is
>/dev/hda2 (Win95 also resides on hda). I've been fiddling here with the
>lilo.conf to try and get it to boot with the new install to but to no
>affect.
>
>I've attached my lilo.conf (After my screwing with it. The last stanza is
>the only altered part though.) in the hopes that someone can point out
>what I need to adjust. I've been over the lilo and lilo.conf man pages and
>the LDP looking for lilo stuff but have had no success yet. Any
>suggestions?
>
>Craig
>
>
>--
>  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
>http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>         To unsubscribe: mail [EMAIL PROTECTED] with
>                       "unsubscribe" as the Subject.
>
>


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to