-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
which cpu is qemu trying to emulate?
normally I pass "-cpu host" as option
…On Mon, Jan 8, 2018 at 3:38 PM, Hayden ***@***.***> wrote:
In researching this issue
<#5>, 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 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 qemu, particularly given it's relationship
with KVM project.
*Actual Results*
Clear Linux kernel panics on boot.
[image: screen shot 2018-01-08 at 6 05 49 pm]
<https://user-images.githubusercontent.com/33820650/34697852-0e2347d8-f4a3-11e7-94d3-054f70052477.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPeFXUGA4ZLdpUMV2_CKT18nZL5s8M_ks5tIqcJgaJpZM4RXHLY>
.
|
I hadn’t specified a cpu, so it was defaulting to either qemu64 or base. I tried with
And got similar crashes. But, you were correct, specifying something that matches the host works:
though worked well. I am closing this issue because it seems the bug is in qemu, not Clear Linux. |
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
$ qemu-img create clearlinux.qcow 5G
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.
The text was updated successfully, but these errors were encountered: