FULL ERRORMESSAGE:
Im trying to restore a bare-metal gentoo setup into a kvm-vm (one of many) in a sort of stage4 way. I have full OS in tarbal and a gentoo bootcdrom.VFS: Cannot open rootdevice "fc03" or unknown-block(252,3): error -6
I have set the usual kernelfeatures:
Code: Select all
CONFIG_VIRT_TO_BUS=y
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_CONSOLE=y
Code: Select all
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
Code: Select all
/etc/fstabCode: Select all
/etc/mtabCode: Select all
livecd ~ # chroot /mnt/gentoo/Code: Select all
cat /etc/lilo.conflba32
boot=/dev/vda
disk=/dev/vda bios=0x80 max-partitions=7
map = /boot/.map
install = /boot/boot-menu.b
menu-scheme=Wb
prompt
timeout=80
delay = 50
image = /boot/vmlinuz-3.8.1
root = /dev/vda3
label = 3.8.1
read-only
Code: Select all
livecd / # liloHowever,.. on umount and reboot from virtual disk i get at around 5seconds of kernel-time:Warning: /proc/partitions references Experimental major device 252.
Warning: /proc/partitions references Experimental major device 252.
Warning: /proc/partitions references Experimental major device 252.
Warning: /proc/partitions references Experimental major device 252.
Added 3.8.1 *
4 warnings were issued.
Now here is what is weird. The Gentoo install-amd64-minimal-20130110.iso CD boots the environment with the following devices:VFS: Cannot open rootdevice "fc03" or unknown-block(252,3): error -6
[*]LIVECD
[*]OTHER VIRT MACHINElivecd / # ls -laF /dev/vda*
brw-rw---- 1 root disk 252, 0 Mar 9 22:07 /dev/vda
brw-rw---- 1 root disk 252, 1 Mar 9 15:44 /dev/vda1
brw-rw---- 1 root disk 252, 2 Mar 9 15:44 /dev/vda2
brw-rw---- 1 root disk 252, 3 Mar 9 15:44 /dev/vda3
etc
So this currently leaves me with either unsupported vanilla-kernel installcd combination or mknod adjustable things to try.. unless this is a BUG EATING MY SHOEmachine / # ls -laF /dev/vda*
brw-rw---- 1 root disk 254, 0 Mar 9 22:07 /dev/vda
brw-rw---- 1 root disk 254, 1 Mar 9 15:44 /dev/vda1
brw-rw---- 1 root disk 254, 2 Mar 9 15:44 /dev/vda2
brw-rw---- 1 root disk 254, 3 Mar 9 15:44 /dev/vda3
etc
Anyways, I would like to end debugging this process more quickly and kindly ask for any hint whatsoever whilst i try my last options.
Cheers,
guid0


