Lilo trouble (can't load other OS)
Posted: 8. Oct 2011, 14:56
Hi, I installed Salix just today and it seems really nice! However, LILO doesn't seem to recognize my previous OS (Arch Linux) at all.
I tried adding it with Lilo Setup, but always ended up with error: "Fatal: First sector of /dev/sdb1 doesn't have a valid boot signature"
fdisk -l shows sdb1 as bootable.
Here's the config I tried:
Any help would be appreciated, since I'm not very experienced with linux.
I tried adding it with Lilo Setup, but always ended up with error: "Fatal: First sector of /dev/sdb1 doesn't have a valid boot signature"
fdisk -l shows sdb1 as bootable.
Here's the config I tried:
Code: Select all
# LILO configuration file
# Generated by LiloSetup
#
# Start LILO global section
# Append any additional kernel parameters:
append = "vt.default_utf8=1 "
boot = /dev/sdb
# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/salix.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,20,255,20,255,20
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" this is how many
# entries must be in the first column before the next begins to
# be used. We do not specify it here, as there is just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,29,0,255
# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
# message = /boot/boot_message.txt
# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 50
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1600x1200x16m
# End LILO global section
#
# Linux bootable partition config begins
image = /boot/vmlinuz-huge-2.6.37.6
root = /dev/disk/by-uuid/bdf98b0a-b02f-43ee-8706-54fc7d8285dd
label = Salix
read-only
other = /dev/sdb1
label = Arch
# Linux bootable partition config ends