LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   LILO L 99 error (https://www.linuxquestions.org/questions/linux-general-1/lilo-l-99-error-130728/)

dllmetal 01-01-2004 11:15 PM

LILO L 99 error
 
Hi everybody,

Hi know that this topic has already been discussed here but I don't really understand what is there and I tried some of the things that I read there and I couldn't make it.

Well anyway my distro is Slackware, and I had it runnig for about one month. Suddently when I rebooted it yesterday it just gave me L 99. I think it's a lilo.config problem so I ran my knoppix cd to boot and oppened the lilo.conf in /etc and it's this:

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot="/dev/hda3"
message = /boot/boot_message.txt
prompt
timeout="1200"
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Linux bootable partition config begins

image=/boot/vmlinuz
root=/dev/hda3
label="Linux"
read-only
# Linux bootable partition config e

ok so I have a drive for linux (hda3) a drive for windows (hda1) and a drive for my personal things (hda2).

I tried to install a new lilo but as I don't have permissions it's not possible.

So I think that's it, if you need any further detail please ask

Thanks

Oh I don't have a floppy drive... :(

Stay cool everybody

LinuxLala 01-02-2004 06:40 AM

If u have access to the slack install cd's maybe just maybe there is a rescue utility in there. use it to insatll a new lilo.

Hope this helps

dllmetal 01-02-2004 10:11 AM

Ok man, I'll be sure to try that out.

But in case the slack cd's don't have a rescue utility, do you know any distro that have it?? whould it work on my installation?

Thanks once again

LinuxLala 01-03-2004 01:25 AM

Almost all the distros have that rescue utility, that is why i thought that so must slack.

That L99 is a very common problem. What most ppl suggest is to clear your MBR using a floppy disk and then make a fresh install of lilo. But since u dont have a floppy drive, i can only say to reinstall lilo.

Tnichols 02-04-2004 02:27 PM

dllmetal

I have the same problem... Did you get yours solved?

Thanks,

MaleWithBrains 02-05-2004 09:25 AM

Live CD's may be your salvation

there are a bunch of Live CDs out there, but whenever I get between a rock and a hard place, I pick up my Mepis Live CD, boot right into GUI, Kedit if any conf files need "tweaking" or write LILO to MBR again.

hope that helps

sti 02-05-2004 01:16 PM

I've got the same problem. I couldn''t solve the error in with lilo, but I've installed grub instead. With grub I haven't had any problems any more.

Maybe you can try grub. It's only a bit strange to install it (partition names).

LinuxLala 02-06-2004 03:07 AM

it's not so strange. grub counts ur partitions from zero(0)

Trevud0 12-20-2014 12:34 PM

i got it !
 
Quote:

Originally Posted by dllmetal (Post 678402)
Hi everybody,

Hi know that this topic has already been discussed here but I don't really understand what is there and I tried some of the things that I read there and I couldn't make it.

Well anyway my distro is Slackware, and I had it runnig for about one month. Suddently when I rebooted it yesterday it just gave me L 99. I think it's a lilo.config problem so I ran my knoppix cd to boot and oppened the lilo.conf in /etc and it's this:

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot="/dev/hda3"
message = /boot/boot_message.txt
prompt
timeout="1200"
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Linux bootable partition config begins

image=/boot/vmlinuz
root=/dev/hda3
label="Linux"
read-only
# Linux bootable partition config e

ok so I have a drive for linux (hda3) a drive for windows (hda1) and a drive for my personal things (hda2).

I tried to install a new lilo but as I don't have permissions it's not possible.

So I think that's it, if you need any further detail please ask

Thanks

Oh I don't have a floppy drive... :(

Stay cool everybody

From: http://knoppix.net/forum/threads/229...-problem/page2


The "lilo 99" problem occurs, wen mbr damaged.
this often happens if you set the main disk to a partition not the device.

so if you set in lilo.conf somthing like boot=/dev/hda6 you'll get this error.
set boot=/dev/hda instead and run lilo again
or run lilo with -M /dev/hda with same effect.

-fgrep.

work for me.

onebuck 12-20-2014 12:59 PM

Moderator response
 
Stop resurrecting necro threads. Second time today.
Cease now!

veerain 12-21-2014 03:29 AM

Quote:

Originally Posted by LinuxLala (Post 743935)
it's not so strange. grub counts ur partitions from zero(0)

Grub legacy (0.98) counts partitions from zero.
But Grub 2 (2.00) counts partitions from one.


All times are GMT -5. The time now is 09:44 PM.