From 68e77385bc66a53fb578eae2604e83ab3d0af2df Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Tue, 26 Jul 2016 15:06:09 -0400 Subject: [PATCH] use modified xen-4.6.3 instead of xen on the drive --- initrd/start-xen | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) mode change 100644 => 100755 initrd/start-xen diff --git a/initrd/start-xen b/initrd/start-xen old mode 100644 new mode 100755 index 14e5775..c479e7e --- a/initrd/start-xen +++ b/initrd/start-xen @@ -1,12 +1,9 @@ #!/bin/sh -gunzip < /boot/xen-4.6.0.gz > /tmp/xen-4.6.0 +mount -o ro -t ext4 /dev/sda1 /boot exec kexec \ -l \ --module "/boot/vmlinuz-4.1.13-9.pvops.qubes.x86_64 placeholder root=/dev/mapper/qubes_dom0-root ro i915.preliminary_hw_support=1 rd.lvm.lv=qubes_dom0/root rd.luks.uuid=luks-0f662ac6-2939-48fe-bc95-f5a7e3d6fefb vconsole.font=latarcyrheb-sun16 rd.lvm.lv=qubes_dom0/swap rhgb" \ --module "/boot/initramfs-4.1.13-9.pvops.qubes.x86_64.img" \ - --command-line "placeholder console=none dom0_mem=min:1024M dom0_mem=max:4096M no-real-mode edd=off" \ - /tmp/xen-4.6.0 - - - + --command-line "console=vga dom0_mem=min:1024M dom0_mem=max:4096M" \ + /xen-4.6.3.gz