I was so impressed with Salix when I installed it on my very old Toshiba laptop that I decided to put it on my T30 Thinkpad, which is almost as old . This installation works well but I do have a couple of problems.
The first problem is the boot procedure. After the boot screen 'Loading Linux' displays for 55 seconds whilst drawing the dots across the screen until the message 'BIOS data check successful' is displayed. This should only take a second or two.
I have done some research, including reading man lilo.conf, and it seems that adding 'suppress-boot-time-BIOS-data' to /etc/lilo.conf would resolve this. However, I can't find any guidance on exactly where in lilo.conf it should go, and I'm unfamiliar with lilo. Should it go on line 6 that begins append= ?
I was also disappointed that lilo didn't pick up the existing Linux distribution, which was booted with Grub, on hda5. If I added instructions in the same format as the Salix bootable partition config to lilo.conf would that work? It would look like this:
Code: Select all
image = /boot/vmlinuz-2.6.28-11-generic
root = /dev/hda5
label = Linux2
read-only
Nda