How can I get lilo to work? Funny is I have a working lilo boot
sector, but I cannot create a new one. I have no idea what I've
changed...


Sven

-----


# lilo -v -t
LILO version 21.4-4 (test mode), Copyright (C) 1992-1998 Werner Almesberger
'lba32' extensions Copyright (C) 1999,2000 John Coffman

boot = /dev/hde, map = /boot/map.2101
Reading boot sector from /dev/hde
Merging with /usr/local/src/lilo-21.4.4/boot.b
Fatal: Only RAID1 devices are supported for boot images  


--- lilo.conf ---
# more /etc/lilo.conf
# LILO Konfigurations-Datei
# Start LILO global Section
install = /usr/local/src/lilo-21.4.4/boot.b
#
# I have tried both (hda and md100), but they didn't work!!!
#
# boot=/dev/hda
boot=/dev/md100
# compact       # faster, but won't work on all systems.
linear          # for RAID
vga = normal    # force sane state
read-only
prompt
# timeout=00
timeout=50

# End LILO global Section
#

image = /boot/vmlinuz
  root = /dev/md100
  label = Linux





# cat /proc/mdstat
Personalities : [raid0] [raid1] [raid5]
read_ahead 1024 sectors
md100 : active raid1 hdg1[1] hde1[0] 153600 blocks [2/2] [UU]
md101 : active raid1 hdg2[1] hde2[0] 20480 blocks [2/2] [UU]
md150 : active raid5 hdg6[1] hde6[0] 2054912 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md151 : active raid5 hdg7[1] hde7[0] 1027840 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md159 : active raid5 hdg8[1] hde8[0] 2055936 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md155 : active raid5 hdg9[1] hde9[0] 1027840 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md170 : active raid5 hdg10[1] hde10[0] 3084288 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md190 : active raid5 hdg11[1] hde11[0] 2055936 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md191 : active raid5 hdg12[1] hde12[0] 160000 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md192 : active raid5 hdg13[1] hde13[0] 320256 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
md200 : active raid5 hdg15[1] hde15[0] 13333504 blocks level 5, 128k chunk, algorithm 
2 [3/2] [UU_]
md230 : active raid5 hdg16[1] hde16[0] 320256 blocks level 5, 128k chunk, algorithm 2 
[3/2] [UU_]
unused devices: <none>


Reply via email to