Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected qemu output #5

Open
stacksmith opened this issue Apr 16, 2019 · 3 comments
Open

Unexpected qemu output #5

stacksmith opened this issue Apr 16, 2019 · 3 comments

Comments

@stacksmith
Copy link

stacksmith commented Apr 16, 2019

It took me a couple of minutes to see "Hello World!" - I thought I was locked up because the screen was not erased. Do you have any thoughts as to why my qemu screen looks like this:

Hello World!sion1.10.2-1ubuntu1)

iPXE ....(crap deleted)

Booting from Hard Disk...
Boot failed: could not read the boot disk

Booting from Floppy...
Boot failed: could not read the boot disk

Booting from DVD/CD...
@missimer
Copy link
Owner

The version of qemu you have isn't clearing out the memory mapped VGA screen and the boot code (incorrectly) assumes that it has been. The code should clear it out itself, this is a relatively simple fix but I can't work on it right now. I'll have a fix in a few days.

@stacksmith
Copy link
Author

Thanks for the quick response. That's what I thought, although sometimes symptoms like that indicate deeper issues... I don't use qemu, and was somewhat concerned about the failed hard disk and floppy messages given that only a cdrom is specified...

@stacksmith
Copy link
Author

oh, fyi: QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants