Skip to content

Commit 9062bfe

Browse files
committed
kexec-boot: readd no-real-mode: this is processed by Xen. Only output is misleading
source: https://forum.qubes-os.org/t/how-to-kexec-into-qubes-from-linux-livecd/17712/14
1 parent dd59749 commit 9062bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initrd/bin/kexec-boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ do
7676
if [ "$kexectype" = "xen" ]; then
7777
# always use xen with custom arguments
7878
kexeccmd="$kexeccmd -l $filepath"
79-
kexeccmd="$kexeccmd --command-line \"$restval reboot=no vga=current\""
79+
kexeccmd="$kexeccmd --command-line \"$restval no-real-mode reboot=no vga=current\""
8080
elif [ "$kexectype" = "multiboot" ]; then
8181
kexeccmd="$kexeccmd -l $filepath"
8282
kexeccmd="$kexeccmd --command-line \"$restval\""

0 commit comments

Comments
 (0)