Hallo,
Ich habe ein Problem, bei der Einrichtung von Arch Linux.
Nach der Instalation von CD sagt er mir beim Booten:
Attemping to create root device ´801´
/bin/mknod "/dev/sda1 b 8 1"
mknod: File exist /dev/sda1
.....
kinit cannot open root device /dev/sda1(8,1)
Meine Festplatte ist /dev/sda und Arch Linux ist installiert auf /dev/sda1
Ich habe es jetzt schon mit grub und lilo versucht, hier meine lilo.conf:
#
# /etc/lilo.conf
#
boot=/dev/sda
# This line often fixes L40 errors on bootup
disk=/dev/sda bios=0x80
default=arch
timeout="50"
lba32
vga="773"
image="/boot/vmlinuz26"
label="arch"
root="/dev/sda1"
initrd="/boot/kernel26.img"
read-only
image="/boot/vmlinuz26"
label="arch-fallback"
root="/dev/sda1"
initrd="/boot/kernel26-fallback.img"
read-only
#other=/dev/hda1
# label=dos
Bei grub ist das Resultat das selbe, der kernel findet das root device nicht,
wenn ich mit der Arch Linux CD starte (arch root=/dev/sda1) startet er, blos ohne CD habe ich halt das oben beschriebene Problem...