From a0f0b4afe42b89acf3aaf6db8b51abb53ac27a06 Mon Sep 17 00:00:00 2001 From: Rafal Wojtczuk Date: Wed, 21 Jul 2010 17:03:22 +0200 Subject: [PATCH] Add "modprobe xenblk" to qubes_cow_setup.sh ... as this is the name of xen block frontend in case of xenlinux kernels. --- vm_initramfs_patches/qubes_cow_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_initramfs_patches/qubes_cow_setup.sh b/vm_initramfs_patches/qubes_cow_setup.sh index eae1d86..0944da9 100755 --- a/vm_initramfs_patches/qubes_cow_setup.sh +++ b/vm_initramfs_patches/qubes_cow_setup.sh @@ -9,7 +9,7 @@ if [ -e /dev/mapper/dmroot ] ; then die "Qubes: FATAL error: /dev/mapper/dmroot already exists?!" fi -modprobe xen-blkfront || echo "Qubes: Cannot load Xen Block Frontend..." +modprobe xenblk || modprobe xen-blkfront || echo "Qubes: Cannot load Xen Block Frontend..." echo "Waiting for /dev/xvda* devices..." while ! [ -e /dev/xvda ]; do sleep 0.1; done