←back to thread

122 points rickcarlino | 3 comments | | HN request time: 0.001s | source
Show context
kragen ◴[] No.45655604[source]
Ilo/Konilo is pretty cool, but I already knew that. What I didn't know about was qemu-system -nographic.

Any idea why crc is specifying a custom BIOS image? QEMU comes with a default one, right? Questions like these make me wish asciinema supported recording voiceovers.

I'm guessing that the slow text screen updates are some kind of an artifact of unoptimized UEFI implementation, and/or QEMU, because I'm pretty sure Konilo is a lot snappier than this running under Linux, even though the Ilo implementation is not a highly optimized virtual machine.

replies(2): >>45655990 #>>45662230 #
crc_ ◴[] No.45655990[source]
I'm not well versed in qemu's various options. When I didn't specify a BIOS image, it seems to be using SeaBIOS, not UEFI, and hangs on "Booting from Hard Disk...". I should be able to start doing proper videos soon; I've been slowly working towards that.

I can say that the display & overall performance is noticeably faster on the two actual computers I tested on than under qemu on my Linux system.

replies(3): >>45656002 #>>45656227 #>>45663278 #
deivid ◴[] No.45656227[source]
you probably should set the serial port speed
replies(1): >>45657432 #
1. kragen ◴[] No.45657432[source]
Oh, I didn't realize -nographic was using a serial port. That's probably why it's slow!
replies(1): >>45662196 #
2. ddingus ◴[] No.45662196[source]
It may default to 9600... tons of devices will fall back to that, given no other instruction
replies(1): >>45662949 #
3. kragen ◴[] No.45662949[source]
Yeah, that was my inference. It looked like about 9600.