We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd59749 commit 9062bfeCopy full SHA for 9062bfe
initrd/bin/kexec-boot
@@ -76,7 +76,7 @@ do
76
if [ "$kexectype" = "xen" ]; then
77
# always use xen with custom arguments
78
kexeccmd="$kexeccmd -l $filepath"
79
- kexeccmd="$kexeccmd --command-line \"$restval reboot=no vga=current\""
+ kexeccmd="$kexeccmd --command-line \"$restval no-real-mode reboot=no vga=current\""
80
elif [ "$kexectype" = "multiboot" ]; then
81
82
kexeccmd="$kexeccmd --command-line \"$restval\""
0 commit comments