|
From: Heiko Z. <he...@zu...> - 2015-12-27 20:13:44
|
Udo, That's weird. The code to handle all /dev/vd* devices is there. It might have something to do with the correct modules not being loaded. Which modules are required for the partitions to show up? Right now we have this code: # virtio if grep QEMU /proc/cpuinfo > /dev/null ; then modprobe virtio_pci modprobe virtio_blk fi Heiko Quoting Udo Lembke <udo...@al...>: > Hi Heiko, > VG devil-linux on /dev/vdX works fine, but the config an a vda1 > partition (ext2) are not reconised. > The config-partition must be on a ide-device (hdX). > > Udo > > On 26.12.2015 16:14, Heiko Zuerker wrote: > >> Udo, >> >> I'm just working on the booting logic and it seems /dev/vd?? devices >> are supported already. >> What exactly doesn't work? >> >> Heiko >> -- Regards Heiko Zuerker |