Results 1 to 5 of 5
Hi,
I have a SATA boot disk with LILO installed. This disk is kinda like a recovery disk in that its supposed to boot up on any x86 PC. I'm ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-14-2011 #1Linux Newbie
- Join Date
- Apr 2008
- Posts
- 127
LILO can't install properly on HP Probook
Hi,
I have a SATA boot disk with LILO installed. This disk is kinda like a recovery disk in that its supposed to boot up on any x86 PC. I'm however having trouble getting it to boot on a HP Probook laptop. I get the LILO 99 99 99 ... problem upon bootup.
I've already specified the linear option in my lilo.conf, which according to the LILO error codes might fix the problem but didn't.
I've tried specifying the lba32 option instead, but get the same problem.0x99: Invalid Second Stage
Mismatch between drive and BIOS geometry, or a bad map file. Some evidence that LINEAR needs to be set on the disk (see LiloNotes)
I've tried the solutions at this LILO Error Codes wiki, i.e.
lilo -g
and
lilo -M /dev/sda
Neither solution worked.
Does anyone know how to get this working? Or recommend another BIOS independent boot loader? I was using nuni in the past for my IDE version, but nuni doesn't support SATA drives.
fyi I'm booting up the disk and running LILO on another laptop that boots it up, before plugging it into the Probook to test.
Thanks!
- 06-15-2011 #2Linux Newbie
- Join Date
- Apr 2008
- Posts
- 127
Is there any way of using Knoppix to reinstall LILO?
I've tried booting up in the HP Probook with Knoppix 6, then mounting the drive, then chrooting to it, then running lilo
However, despite no warnings, upon reboot nothing seems to have changed.Code:mount /dev/sda1 /mnt/sda1 chroot /mnt/sda1 lilo
- 06-19-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,140
What about installing grub on it instead of lilo? It plays better with newer hardware. Keep away from grub2 though, unless you feel like the need to bang your head on a hard wall...
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-21-2011 #4Linux Newbie
- Join Date
- Apr 2008
- Posts
- 127
Hi rubberman
I've stayed away from grub simply because I'm unfamiliar with its installation. However, if it'll do what I want it to, I wouldn't mind checking it out.
Is there any way of suppressing all grub output during bootup? I don't want anything to appear on the screen at all.
- 06-21-2011 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,140
You should be able to configure a splash image for booting after you select a kernel from the grub menu.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
