On Mon, 13 Aug 2001, Lonnie Cumberland wrote:

> Hello All,
>
> How are you doing today? Good I hope.
>
> I have an interesting problem with my Lilo that I hope someone might have a
> solution for.
>
> I have Mandrake 7.2 booting from my /dev/sda SCSI drive and also have an
> UltraDMA 66 drive installed and is accessible as well. Currently my Mandrake 7.2
> runs just fine and I have made a clean partition on my /dev/hde6 to install a
> test copy of Mandrake 8.0 to run the 2.4.x kernel.
>
> The install had gone just fine onto the /dev/hde6 partition for the Mandrake
> 8.0, and I then added the entries to my lilo.conf on my Mandrake 7.2.
>
> The problem is that when I try to boot the "IC" (Mandrake 8.0) entry from lilo,
> it appears that my old 2.2.17 kernel is booted (even though there is NONE in the
> /dev/hde6 partition) and then it tries to use the files located on the /dev/hde6

> Hello All,
>
> How are you doing today? Good I hope.
>
> I have an interesting problem with my Lilo that I hope someone might have a
> solution for.
>
> I have Mandrake 7.2 booting from my /dev/sda SCSI drive and also have an
> UltraDMA 66 drive installed and is accessible as well. Currently my Mandrake 7.2
> runs just fine and I have made a clean partition on my /dev/hde6 to install a
> test copy of Mandrake 8.0 to run the 2.4.x kernel.
>
> The install had gone just fine onto the /dev/hde6 partition for the Mandrake
> 8.0, and I then added the entries to my lilo.conf on my Mandrake 7.2.
>
> The problem is that when I try to boot the "IC" (Mandrake 8.0) entry from lilo,
> it appears that my old 2.2.17 kernel is booted (even though there is NONE in the
> /dev/hde6 partition) and then it tries to use the files located on the /dev/hde6

> Hello All,
>
> How are you doing today? Good I hope.
>
> I have an interesting problem with my Lilo that I hope someone might have a
> solution for.
>
> I have Mandrake 7.2 booting from my /dev/sda SCSI drive and also have an
> UltraDMA 66 drive installed and is accessible as well. Currently my Mandrake 7.2
> runs just fine and I have made a clean partition on my /dev/hde6 to install a
> test copy of Mandrake 8.0 to run the 2.4.x kernel.
>
> The install had gone just fine onto the /dev/hde6 partition for the Mandrake
> 8.0, and I then added the entries to my lilo.conf on my Mandrake 7.2.
>
> The problem is that when I try to boot the "IC" (Mandrake 8.0) entry from lilo,
> it appears that my old 2.2.17 kernel is booted (even though there is NONE in the
> /dev/hde6 partition) and then it tries to use the files located on the /dev/hde6

> Hello All,
>
> How are you doing today? Good I hope.
>
> I have an interesting problem with my Lilo that I hope someone might have a
> solution for.
>
> I have Mandrake 7.2 booting from my /dev/sda SCSI drive and also have an
> UltraDMA 66 drive installed and is accessible as well. Currently my Mandrake 7.2
> runs just fine and I have made a clean partition on my /dev/hde6 to install a
> test copy of Mandrake 8.0 to run the 2.4.x kernel.
>
> The install had gone just fine onto the /dev/hde6 partition for the Mandrake
> 8.0, and I then added the entries to my lilo.conf on my Mandrake 7.2.
>
> The problem is that when I try to boot the "IC" (Mandrake 8.0) entry from lilo,
> it appears that my old 2.2.17 kernel is booted (even though there is NONE in the
> /dev/hde6 partition) and then it tries to use the files located on the /dev/hde6

> Hello All,
>
> How are you doing today? Good I hope.
>
> I have an interesting problem with my Lilo that I hope someone might have a
> solution for.
>
> I have Mandrake 7.2 booting from my /dev/sda SCSI drive and also have an
> UltraDMA 66 drive installed and is accessible as well. Currently my Mandrake 7.2
> runs just fine and I have made a clean partition on my /dev/hde6 to install a
> test copy of Mandrake 8.0 to run the 2.4.x kernel.
>
> The install had gone just fine onto the /dev/hde6 partition for the Mandrake
> 8.0, and I then added the entries to my lilo.conf on my Mandrake 7.2.
>
> The problem is that when I try to boot the "IC" (Mandrake 8.0) entry from lilo,
> it appears that my old 2.2.17 kernel is booted (even though there is NONE in the
> /dev/hde6 partition) and then it tries to use the files located on the /dev/hde6
> partition from which the kernel cannot locate the required 2.2.17 kernel modules.
>
> My confusion is that when I boot "IC", lilo hould be trying to boot the 2.4.x
> kernel from /dev/hde6 and NOT the kernel 2.2.17 from the /dev/sda5 partition.
Your first image in the /etc/lilo.conf file is the default that the
system will try to boot.  In order to choose another image you have to
manually use the "tab" key when the
  lilo:
prompt appears.

After you decide which image you want to actually be the default, simply
edit the /etc/lilo.conf file to put the corresponding lines in the proper
position.

-sen



> I have included a copy of the LILO.CONF from my Mnadrake 7.2 so
that you can
> take a look at, ok.
>
> lilo.conf
> -----------------------------------------------------------------------
> boot=/dev/sda
> map=/boot/map
> install=/boot/boot.b
> vga=normal
> default=linux
> keytable=/boot/us.klt
> lba32
> prompt
> timeout=50
> message=/boot/message
> menu-scheme=wb:bw:wb:bw
> image=/boot/vmlinuz
>       label=linux
>       root=/dev/sda5
>       initrd=/boot/initrd.img
>       append=" hdc=ide-scsi ide0=noautotune ide1=noautotune ide2=noautotune
> ide3=noautotune mem=128M"
>       read-only
> image=/boot/vmlinuz
>       label=failsafe
>       root=/dev/sda5
>       initrd=/boot/initrd.img
>       append=" hdc=ide-scsi failsafe"
>       read-only
> other=/dev/fd0
>       label=floppy
>       unsafe
> image=/boot/vmlinuz
>       label=ic-linux
>       root=/dev/hde6
>       initrd=/boot/initrd.img
>       append="hdc=ide-scsi ide0=noautotune ide1=noautotune ide2=noautotune 
>ide3=noautotune"
>       read-only
> -------------------------------------------------------------------------
>
> does anyone have any ideas?
>
> Cheers,
> Lonnie
> ----
> Lonnie Cumberland
> OutStep Technologies Incorporated
>
> URL: http://www.outstep.com
> EMAIL: [EMAIL PROTECTED]
>      : [EMAIL PROTECTED]
>
>

-- 
 ---------------------------------------------------------------------------
 | Sheldon E. Newhouse            |    e-mail: [EMAIL PROTECTED]           |
 | Mathematics Department         |                                        |
 | Michigan State University      | telephone: 517-355-9684                |
 | E. Lansing, MI 48824-1027 USA  |       FAX: 517-432-1562                |
 ---------------------------------------------------------------------------


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwww.mandrakestore.com

Reply via email to