Lilo stops on LI

Lilo stops on LI

Post by Luca » Mon, 05 Mar 2001 04:28:10



I just set up Mandrake 7.2 as the second OS on my system (the other being
Wind 98).  I'm trying to get Lilo to work so I can boot either OS at
startup.  
My setup:
Windows on hde
Linux on hdg (I'm using an Abit KT7a-raid mb - the hard drives are each
master on the raid controller's (Highpoint HPT370) two channels.  However,
no raid is set up.  The drives work independently.

I can boot Linux with a floppy, however the kernel is loaded from the
floppy.  Once booted, I can access all drives with no problems.

lilo.conf reads like this:
boot = /dev/hde
map = /boot/map
timeout = 50
linear
prompt
  message = /boot/message
  default = win
  vga = normal
  append = "hdc=ide-scsi"
  root = /dev/hdg6
  read-only
install=/boot/boot.b
keytable=/boot/us.klt
menu-scheme=wb:bw:wb:bw
image = /boot/vmlinuz-secure
  label = linux
  vga = 791
  append = " hdc=ide-scsi"
image = /boot/vmlinuz
  label = linux-up
  append = " hdc=ide-scsi"
image = /boot/vmlinuz
  label = failsafe  

The file was created by mandrake setup.  I tried to change "linear" to
"lba32" with no success.

I thank you in advance for any help.  Please give instructions in detail
since I'm fairly new to Linux.

Luca

 
 
 

Lilo stops on LI

Post by Steve Tayl » Mon, 05 Mar 2001 21:53:52




Quote:>I just set up Mandrake 7.2 as the second OS on my system (the other being
>Wind 98).  I'm trying to get Lilo to work so I can boot either OS at
>startup.  
>My setup:
>Windows on hde
>Linux on hdg (I'm using an Abit KT7a-raid mb - the hard drives are each
>master on the raid controller's (Highpoint HPT370) two channels.  However,
>no raid is set up.  The drives work independently.

>I can boot Linux with a floppy, however the kernel is loaded from the
>floppy.  Once booted, I can access all drives with no problems.

>lilo.conf reads like this:
>boot = /dev/hde
>map = /boot/map
>timeout = 50
>linear
>prompt
>  message = /boot/message
>  default = win
>  vga = normal
>  append = "hdc=ide-scsi"
>  root = /dev/hdg6
>  read-only
>install=/boot/boot.b
>keytable=/boot/us.klt
>menu-scheme=wb:bw:wb:bw
>image = /boot/vmlinuz-secure
>  label = linux
>  vga = 791
>  append = " hdc=ide-scsi"
>image = /boot/vmlinuz
>  label = linux-up
>  append = " hdc=ide-scsi"
>image = /boot/vmlinuz
>  label = failsafe  

>The file was created by mandrake setup.  I tried to change "linear" to
>"lba32" with no success.

>I thank you in advance for any help.  Please give instructions in detail
>since I'm fairly new to Linux.

>Luca

If you run fdisk /mbr from your win98 command prompt this will fix
your lilo problem... Or rather wipe it so that you can at least start
linux to re-install lilo ( I prefer loadlin as it is more stable and
won't get mucked about with by MS thinking it knows best what you
want...

I use a small (10M) dos 6.22 partition with loadlin and a few useful
utils and drivers to boot linux... I also use win95 and SuSE 5.2 on
one 1GB Hd... It's a tight squeeze but who needs all those bells and
whistles anyway....

 
 
 

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

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=25
linear
verbose=3
disk=/dev/hda
        sectors=63
        heads=64
        cylinders=787
disk=/dev/hdb
        sectors=63
        heads=32
        cylinders=524
image=/boot/vmlinuz-2.0.36-0.7
        label=linux
        alias=rtlinux
        root=/dev/hdb1
        initrd=/boot/initrd-2.0.36-0.7.img
        read-only
other=/dev/hda1
        label=dos
        alias=msdos
        table=/dev/hda

===========================================================
The line that reads "linear" tells LILO to address the HD "linearly" and
forgo LBA addressing.  The two sections for the geometry of the two
different disks should be self-explanatory.  Most users can get the
information from their CMOS BIOS on bootup.

        Norm

2. FPC Setup "Free Pascal Compiler, I am at wit's end"

3. LILO trouble stops with LI

4. SIGHUP, SIGTERM mean what?

5. LILO stops loading at LI

6. Shell wildcard expansion

7. LILO stops at LI

8. unable to mount compaq SAN partitions while booting

9. LILO prints LI and stops

10. Help!! LILO booting stopping on LI

11. Need help please. LILO stopping at LI

12. How to troubleshoot: LILO stops at "LI"

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