TrackBack | |
|---|---|
» debian 6 lilo inconsistent raid version information my first install of a debian 6 and I got the error above just when switching from grub to lilo @ install screen (press go back when asked to install grub) (why lilo over grub? you might ask … well, as they say, habit is a second nature) googling got... |
|
TrackBack URL for this entry: | |
Comments (8) | |
You saved my day! thx, georg |
|
It seems that /etc/mdadm/mdadm.conf sets the metadata to 1. :( |
|
I faced this problem since latest knoppix version. Check mdadm.conf and see metadata value. If you want to use lilo, metadata must be 0.9 |
|
Thanks ! |
|
Holy McCrap, I was dealing with this issue ALL DAY and it wasn't until I stumbled on this blog entry in some Googling that I realized this is what was going on. Using Knoppix to repair an existing root-on-software-RAID installation, I couldn't get lilo to install itself to the boot loader to save my life. This "inconsistent" message kept coming up, and I couldn't figure out why for the life of me. Thanks a million for posting this. |
|
Thanks for this post! It really saved me many hours of grief. |
|
thanks very much for posting this blog entry. was trying to install suse11.1 on a s/w-raided machine caused grub install to fail, so I thought lilo would be good alternative. booted into rescue mode, mounted up the installed disks, created a lilo.conf and the "inconsistent" error came up. WTF? then I found your blog entry and all was revealed! |
|
Navigation | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| « | (older) | (newer) | » | |||||||
| « | Main | › | Vista quirks: openvpn, nero & daemontools | » | ||||||
| « | (monthly archive) | (category archive) | » | |||||||
| « | View entire October 2006 Archives | ‹ | All articles list (Archives) | › | Search | » | Linux | » | ||
I just ran into the same problem. i created my array like i always do with something like
mdadm --create /dev/md0 -v -l raid1 -n 2 /dev/hdc1 /dev/hda4
and lilo gave me the same error. you are right, it states that 0.9 should be default but it definitely set 1.0
thanks to your entry here you saved me from a lot of trouble because i had absolutely NO idea what went wrong
thanks alot!
jeremy (from germany)