Skip to content

Commit 68e7738

Browse files
committed
use modified xen-4.6.3 instead of xen on the drive
1 parent 13c4d98 commit 68e7738

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

initrd/start-xen

100644100755
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/bin/sh
2-
gunzip < /boot/xen-4.6.0.gz > /tmp/xen-4.6.0
2+
mount -o ro -t ext4 /dev/sda1 /boot
33

44
exec kexec \
55
-l \
66
--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" \
77
--module "/boot/initramfs-4.1.13-9.pvops.qubes.x86_64.img" \
8-
--command-line "placeholder console=none dom0_mem=min:1024M dom0_mem=max:4096M no-real-mode edd=off" \
9-
/tmp/xen-4.6.0
10-
11-
12-
8+
--command-line "console=vga dom0_mem=min:1024M dom0_mem=max:4096M" \
9+
/xen-4.6.3.gz

0 commit comments

Comments
 (0)