Need help please. LILO stopping at LI

Need help please. LILO stopping at LI

Post by Ralp » Tue, 14 Aug 2001 04:35:05




> I've read through all the messages in two groups to solve my problem.
> I am dual booting Win2K and Mandrake 8.  I have Win2K on an 18gig scsi
> sda1 and Linux on a 4gig scsi, the root being sdb1.  I've just added a
> 40gig ATA100 (on a ATA66 controller).  I've tried different
> combinations and this current one is the last.  I'm tired of
> reinstalling.  I've installed LILO on sdb1.  When booting, I select
> linux on the win2k loader and it stops at LI.  Any suggestions?  Here
> is an abbreviated lilo.conf file

Just try again to install lilo.
lilo -C lilo.conf -b /dev/sdb

Quote:

> boot=/dev/sdb1
> map=/boot/map
> install=/boot/boot.b
> vga=normal
> default=linux
> ketable=/boot/us.klt
> lba32
> prompt
> timeout=50
> message=/boot/message
> menu-scheme=wb:bw:wb:bw
> image=/boot/vmlinuz
>   label=linux
>   root=/dev/sdb1
>   initrd=/boot/initrd.img
>   append=" quiet"
>   vga=788
>   read-only
> other=/dev/sda1
> label=NT
> table=/dev/sda
> map-drive=0x80
>   to 0x81
> map-drive=0x81
>   to 0x80
> other=/dev/fd0
> label=floppy
> unsafe

--
* Sweat & Tears
 
 
 

Need help please. LILO stopping at LI

Post by Skeldo » Tue, 14 Aug 2001 06:10:31




> I've read through all the messages in two groups to solve my problem. I
> am dual booting Win2K and Mandrake 8.  I have Win2K on an 18gig scsi
> sda1 and Linux on a 4gig scsi, the root being sdb1.  I've just added a
> 40gig ATA100 (on a ATA66 controller).  I've tried different combinations
> and this current one is the last.  I'm tired of reinstalling.  I've
> installed LILO on sdb1.  When booting, I select linux on the win2k
> loader and it stops at LI.  Any suggestions?  Here is an abbreviated
> lilo.conf file

LI means it loaded the second stage boot loader, but failed to execute
it. So whats that mean? Usually geometry mismatch, or one of the files
being moved.

Quote:> boot=/dev/sdb1

So its just stuck on the first partition of sdb. Have you attempted to put Lilo
on to the main MBR thats being read (eg /dev/sda, or the new ATA100,
what ever the BIOS is told to boot).

Quote:> map=/boot/map
> install=/boot/boot.b

Have you tried it with different options, like /boot/boot-menu.b?

Quote:> vga=normal
> default=linux
> ketable=/boot/us.klt
> lba32

Try changing this line to "linear" (without quotes) or removing it
totally (this can be the geometry mismatch bit).

Quote:> prompt
> timeout=50

If your using the NT loader to load Linux straight off, you'll probably
want to get rid of the prompt line and change timeout to 0?

Quote:> message=/boot/message
> menu-scheme=wb:bw:wb:bw

Comment out menu=scheme, and make sure the /boot/message file exists.

Quote:> image=/boot/vmlinuz
>   label=linux
>   root=/dev/sdb1
>   initrd=/boot/initrd.img
>   append=" quiet"
>   vga=788
>   read-only
> other=/dev/sda1
> label=NT
> table=/dev/sda
> map-drive=0x80
>   to 0x81
> map-drive=0x81
>   to 0x80
> other=/dev/fd0
> label=floppy
> unsafe

Always remember to rerun Lilo after fiddling with the lilo.conf file. As
your loading Linux from NT you'll have to do more than just that:

Make an image that NT can load with:
dd if=/dev/sdb1 of=/bootsect.lnx bs=512 count=1
Copy the /bootsect.lnx to a FAT floppy. Boot to NT copy the file off the
floppy to c:\. Now edit the boot.ini file (you'll have to get rid of the
system and read only file permissions) and add a
c:\bootsect.lnx="Linux"
under the [Operating Systems] section. Save file. Add back System and
read-only permissions. Now restart and see if Linux loads properly.

You'll have to go through that procedure every time you change the Lilo
setup, unless there is a new way of doing it straight from the partition?

Skeldof

 
 
 

Need help please. LILO stopping at LI

Post by Sevati » Tue, 14 Aug 2001 05:53:04


No sweat.  Just boot back into linux with your floppy bootdisk.  Then log
into a console as Superuser and type out this command:

        lilo

Then it should all be straightened out.

Sevatio

---------------------------------------------------------------


> I've read through all the messages in two groups to solve my problem.
> I am dual booting Win2K and Mandrake 8.  I have Win2K on an 18gig scsi
> sda1 and Linux on a 4gig scsi, the root being sdb1.  I've just added a
> 40gig ATA100 (on a ATA66 controller).  I've tried different
> combinations and this current one is the last.  I'm tired of
> reinstalling.  I've installed LILO on sdb1.  When booting, I select
> linux on the win2k loader and it stops at LI.  Any suggestions?  Here
> is an abbreviated lilo.conf file

> boot=/dev/sdb1
> map=/boot/map
> install=/boot/boot.b
> vga=normal
> default=linux
> ketable=/boot/us.klt
> lba32
> prompt
> timeout=50
> message=/boot/message
> menu-scheme=wb:bw:wb:bw
> image=/boot/vmlinuz
>   label=linux
>   root=/dev/sdb1
>   initrd=/boot/initrd.img
>   append=" quiet"
>   vga=788
>   read-only
> other=/dev/sda1
> label=NT
> table=/dev/sda
> map-drive=0x80
>   to 0x81
> map-drive=0x81
>   to 0x80
> other=/dev/fd0
> label=floppy
> unsafe

 
 
 

Need help please. LILO stopping at LI

Post by Eric » Tue, 14 Aug 2001 22:53:49


Quote:> I've read through all the messages in two groups to solve my problem.

That's a lot of messages.....

Quote:> I am dual booting Win2K and Mandrake 8.  I have Win2K on an 18gig scsi
> sda1 and Linux on a 4gig scsi, the root being sdb1.

This used to work, or not?

Quote:> I've just added a
> 40gig ATA100 (on a ATA66 controller).

and after adding this it failed?

Quote:>  I've tried different
> combinations and this current one is the last.  I'm tired of
> reinstalling.

reinstalling? what?

Quote:> I've installed LILO on sdb1.

okay, so how do you boot linux?
by choosing sdb as the disk to boot from?
(Not sure if this can even be done)
With a floppy?

Quote:> When booting, I select
> linux on the win2k loader and it stops at LI.

ah, chained through the NT loader.
(You followed the instructions in the LILO+NT loader howto?)

Quote:> Any suggestions?

Several. But first I must know what exactly the problem is and how
you created it. What did you try, what does work? what doesn't?

Quote:> Here
> is an abbreviated lilo.conf file

> boot=/dev/sdb1
> map=/boot/map
> install=/boot/boot.b
> vga=normal
> default=linux
> ketable=/boot/us.klt
> lba32
> prompt
> timeout=50
> message=/boot/message
> menu-scheme=wb:bw:wb:bw
> image=/boot/vmlinuz
>   label=linux
>   root=/dev/sdb1
>   initrd=/boot/initrd.img
>   append=" quiet"
>   vga=788
>   read-only
> other=/dev/sda1
> label=NT
> table=/dev/sda
> map-drive=0x80
>   to 0x81
> map-drive=0x81
>   to 0x80

why are you doing this?
And even more important, what are you doing here?
Do you even know which drives you are remapping?
'cause I can't tell. This isn't obvious in mixed IDE/SCSI systems.
You should start with the correct defines, before you remap

disk=/dev/hda
  bios=0x80
disk=/dev/sda
  bios=0x81
disk=/dev/sdb
   bios=0x82

BEWARE! I'm guessing here, (just as lilo is)
it could well be that sda=0x80, so check your BIOS.

Eric

 
 
 

1. LILO: lilo hangs after LI... Please help!

I installed an older version (slackware 2.1.0) on my pc at home.
sda1 is a dos partition, sda2 linux boot partition with lilo on the
mbr. When I boot, lilo hangs after displaying LI ...
Booting from floppy is no problem, all scsi devices are properly
recognized.
Motherboard is an ASUSTek P/I-P55TP4XE with NCR 53C810 PCI Fast
SCSI-2 controller.
The same linux system (the one I'm working with right now) on an
IDE hdd - no problem. I wonder if this is a hardware problem.?.

Thank you.

--
Rudy Schmidt

2. Help Setting up System

3. Sample lilo.conf to solve the LILO stops at LI problem

4. How to have OSF/Motif on UNIX

5. Help!! LILO booting stopping on LI

6. xdvi Anyone?

7. LILO stops booting with `LI` -- HELP :)

8. randomness - compaq smart array driver

9. LILO is now LI, no LO HELP please!

10. LILO writes "LI" then dies, need help!

11. Lilo stops on LI

12. LILO trouble stops with LI

13. LILO stops loading at LI