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

Clear Linux kernel panics at boot in qemu on macOS results #6

Closed
sirredbeard opened this issue Jan 8, 2018 · 2 comments
Closed

Clear Linux kernel panics at boot in qemu on macOS results #6

sirredbeard opened this issue Jan 8, 2018 · 2 comments

Comments

@sirredbeard
Copy link

sirredbeard commented Jan 8, 2018

In researching this issue, I found this.

Summary

Booting Clear Linux in qemu on macOS results in a kernel panic on the Clear Linux guest.

Steps to Reproduce

  1. Install qemu 2.11 via Homebrew
  2. Configure a hard drive
    $ qemu-img create clearlinux.qcow 5G
  3. Boot Clear Linux iso installer
    qemu-system-x86_64 -hda clearlinux.qcow -cdrom clear-20240-installer.iso -m 4000

Expected Results
Clear Linux can boot within a generic qemu environment, particularly given it's relationship with KVM project.

Actual Results
Clear Linux kernel panics on boot.

screen shot 2018-01-08 at 6 05 49 pm

@fenrus75
Copy link
Contributor

fenrus75 commented Jan 9, 2018 via email

@sirredbeard
Copy link
Author

@fenrus75

I hadn’t specified a cpu, so it was defaulting to either qemu64 or base.

I tried with

$ qemu-system-x86_64 -hda clearlinux.qcow -cdrom clear-20240-installer.iso -m 4000 -cpu core2duo
... -cpu qemu64
... -cpu base

And got similar crashes.

But, you were correct, specifying something that matches the host works:

...-cpu haswell
...-cpu max

though worked well.

I am closing this issue because it seems the bug is in qemu, not Clear Linux.

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