diff --git a/virtme/commands/run.py b/virtme/commands/run.py index 6a9c82b..75aec05 100644 --- a/virtme/commands/run.py +++ b/virtme/commands/run.py @@ -1063,7 +1063,7 @@ def do_it() -> int: qemuargs.extend(["-chardev", "file,path=/proc/self/fd/2,id=dmesg"]) qemuargs.extend(["-device", arch.virtio_dev_type("serial")]) qemuargs.extend(["-device", "virtconsole,chardev=dmesg"]) - kernelargs.extend(["console=ttyS0"]) + kernelargs.extend(["console=hvc0"]) # Unfortunately we can't use hvc0 to redirect early console # messages to stderr, so just send them to the main console, in