Re: [arch-general] Qemu / KVM 9p rootfs not booting automatically

2015-10-18 Thread João Miguel
Hi, sorry for the late response, but I wasn't sure this fit. > ERROR: device 'r' not found. Skipping fsck. > ERROR: Unable to find root device 'r'. You seem more knowledgeable than me about this, but I found a similar problem in Gentoo whose responses may be of use: https://www.mail-archive.com/ge

Re: [arch-general] Qemu / KVM 9p rootfs not booting automatically

2015-10-06 Thread H8H
On 10/06/2015 08:55 AM, Martti Kühne wrote: > Kernel parameter root= appears to be missing. Unless you know for > absolutely certain that the early userspace is capable to figure out > the root partition on its own, you'd rather put it into your > bootloader's config. Thanks but I don't have any b

Re: [arch-general] Qemu / KVM 9p rootfs not booting automatically

2015-10-05 Thread Martti Kühne
On Tue, Oct 6, 2015 at 12:53 AM, H8H wrote: > As you can see it drops a recovery shell. But I can survive ... i think > the same way the parameter append does. I don't know why this does not > work automatically!? > > Any hints? > > Thanks > > :: running early hook [udev] > starting version 226 >

[arch-general] Qemu / KVM 9p rootfs not booting automatically

2015-10-05 Thread H8H
Hi I'm trying to paravirtualize my archs. Therefore I've created a directory and fill it with `pacstrap -d /root/arch base` After that I've chrooted into `arch-chroot /root/arch /bin/bash` Inside I've changed the /etc/mkinitcpio.conf MODULES="9p 9pnet virtio virtio_blk virtio_pci virtio_net"