ich habe einen Server mit einer Minimal-Installation von Debian. Diese möchte ich gerne beibehalten und mit einem anderen Kernel, der die zweite Festplatte als Root-Partition mountet arbeiten.
Den Kernel habe ich, auf dem Minimal-System, in /boot kopiert und die lilo.conf wie folgt bearbeitet und hinterher lilo ausgeführt, was auch ohne Probleme durchlief.
Code: Select all
boot=/dev/sda
root=/dev/sda2
map=/boot/map
delay=50
vga=normal
default=LinuxMIN
image=/boot/vmlinuz
label=LinuxMIN
read-only
initrd=/boot/initrd.img
vga=0x314
image=/boot/vmlinuz-srv2
label=LinuxSRV2
read-only
root=/dev/sdb1
initrd=/boot/initrd-srv2.img
vga=0x314
Der Bootvorgang bricht mit folgender Meldung ab:
Hat jemand einen Tipp für mich, wo mein Fehler liegt?Cannot open root device "811" or unknown block (8,17)
Please append a correct /root= boot option
Kernel Panic - not syncing: VFS: unable to mount root fs on unknown-block (8,17)