BlueAcolyte
Platinum Member
I am currently trying to boot three OSes (arch is coming but that's a non-issue)
Zenwalk on /dev/sdb (contains LiLO)
Windows Vista on /dev/sda1 (chainloads with NTLDR)
Foresight Linux on /dev/sda4 (no bootloader)
Foresight has a remarkable fast install with remarkably few options. I did not install grub so I want to use LiLo to boot Foresight.
This is my LiLo.conf.
The files in the boot folder of Foresight are
System.map-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686
config-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686
initrd-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686.img
vmlinux-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686
Zenwalk on /dev/sdb (contains LiLO)
Windows Vista on /dev/sda1 (chainloads with NTLDR)
Foresight Linux on /dev/sda4 (no bootloader)
Foresight has a remarkable fast install with remarkably few options. I did not install grub so I want to use LiLo to boot Foresight.
This is my LiLo.conf.
# LILO configuration file
# Generated by LiloFix
#
# Start LILO global section
append="splash=silent "
boot = /dev/sda
bitmap=/boot/splash.bmp
bmp-table=234p,348p,1,4
bmp-colors=220,0,,255,220,
bmp-timer=539p,396p,220,0,
prompt
timeout = 50
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x64k
vga = 791
# End LILO global section
#
# Windows bootable partition config begins
other = /dev/sda1
label = Windows
# Windows bootable partition config ends
#
# Linux bootable partition config begins
image = /boot/sdb1/vmlinuz
root = /dev/sdb1
label = Zenwalk_5.2
initrd = /boot/sdb1/initrd.splash
read-only
# Linux bootable partition config ends
#
# Linux bootable partition config begins
image = /dev/sda4/boot/vmlinuz
root = /dev/sda4
label = Foresight
initrd = /dev/sda4/boot/initrd.img
read-only
# Linux bootable partition config begins
The files in the boot folder of Foresight are
System.map-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686
config-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686
initrd-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686.img
vmlinux-2.6.23.17-0.0.1.smp.gcc4.1.x86.i686