IRC channel logs

2025-04-11.log

back to list of logs

<ZhaoM>interesting I didn't see the spec of q35 machine on the qemu website doc https://www.qemu.org/docs/master/system/target-i386.html https://www.qemu.org/docs/master/search.html?q=q35&check_keywords=yes&area=default#
<ZhaoM>ha just found it https://wiki.qemu.org/images/4/4e/Q35.pdf
<ZhaoM>damo22: how did you redirect the booting message of the gnumach in qemu to the terminal of the host machine?
<damo22>ZhaoM: -display curses and set up grub with text mode
<ZhaoM>damo22: its useful and I have set it up, but I'm curious about if you know how to redirect the bootup message into a file on the host machine
<ZhaoM>when gnumach is successfully booted the bootup message will be in /var/log/dmesg
<ZhaoM>but I would like to know how to get the dmesg when gnumach is not successfully booted
<damo22>you can redirect stdout to a pty
<damo22>and put it in its own terminal
<ZhaoM>ok thanks
<damo22>there are options for it