Re: [arch-general] iniitcpio root device check [SOLVED]

2011-07-31 Thread Dwight Schauer
On Sun, Jul 31, 2011 at 5:26 PM, Dave Reisner wrote: >>Ok, I renamed "9p_mount_handler" to  "ninep_mount_handler" and updated >>mount_handler= accordingly, and rebuild the initcpio images. >> >>Still no joy... :) >> >>I went so far as to rename 9p to ninep in >>/lib/initcpio/{install,hooks} and th

[arch-general] iniitcpio root device check

2011-07-31 Thread Dave Reisner
>Ok, I renamed "9p_mount_handler" to "ninep_mount_handler" and updated >mount_handler= accordingly, and rebuild the initcpio images. > >Still no joy... :) > >I went so far as to rename 9p to ninep in >/lib/initcpio/{install,hooks} and the HOOKS string, and rebuilt the >initcpio images, but that di

Re: [arch-general] iniitcpio root device check

2011-07-31 Thread Dwight Schauer
On Sun, Jul 31, 2011 at 3:56 PM, Dave Reisner wrote: >> Alright, I did that, but it is still doing the root device check and >> dropping into the recovery shell, so I have to press Ctrl-D to >> continue. >> >> >From /etc/mkinitcpio.conf: >> MODULES="" # I was putting the modules here, now they are

[arch-general] iniitcpio root device check

2011-07-31 Thread Dave Reisner
> Alright, I did that, but it is still doing the root device check and > dropping into the recovery shell, so I have to press Ctrl-D to > continue. > > >From /etc/mkinitcpio.conf: > MODULES="" # I was putting the modules here, now they are in install/9p > HOOKS="base udev autodetect 9p filesystems

Re: [arch-general] iniitcpio root device check

2011-07-31 Thread Dwight Schauer
On Sun, Jul 31, 2011 at 10:26 AM, Dave Reisner wrote: >> I have an arch linux install running in qemu using a 9p virtual root >> filesystem (root filesystem is just a sub directory on the host). >> >> This is the line I use to launch it: >> >> qemu-system-x86_64 -enable-kvm -virtfs >> local,path=$

[arch-general] iniitcpio root device check

2011-07-31 Thread Dave Reisner
> I have an arch linux install running in qemu using a 9p virtual root > filesystem (root filesystem is just a sub directory on the host). > > This is the line I use to launch it: > > qemu-system-x86_64 -enable-kvm -virtfs > local,path=$(pwd)/wn-root,security_model=mapped,mount_tag=wn-root -smp >

[arch-general] iniitcpio root device check

2011-07-31 Thread Dwight Schauer
I have an arch linux install running in qemu using a 9p virtual root filesystem (root filesystem is just a sub directory on the host). This is the line I use to launch it: qemu-system-x86_64 -enable-kvm -virtfs local,path=$(pwd)/wn-root,security_model=mapped,mount_tag=wn-root -smp 2 -m 1024 -kern