-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add instructions for QEMU to documentation #128
Comments
Hello @hw-claudio, thanks for testing. Some time ago, I had helloSystem running as a guest on QEMU on helloSystem as a host:
|
On https://app.element.io/#/room/%23helloSystem:matrix.org we got this information:
|
I'm running qemu on Fedora 32 x86_64. Here are the qemu options I used to boot hellosystem in qemu:
For the first boot I also used these qemu options but removed them when it was installed on the qemu disk:
|
@hw-claudio can you please try those exact settings? If they work for many users, we may want to add them to https://hellosystem.github.io/docs/user/getting-started.html#tested-virtualization-environments |
To boot/install in UEFI mode, first install OVMF Open Virtual Machine Firmware on your qemu host side. The package name for Fedora 32 is edk2-ovmf. Then add these two qemu options for the VM start:
|
I found out if i use -vga std instead of -vga virtio in qemu, I get the full resolution, not just 800x600. |
Let's add this information to https://github.com/helloSystem/docs/blob/main/user/getting-started.md#tested-virtualization-environments. Do you want to edit that page? |
Instructions have been added to the helloSystem documentation. Thank you very much. 👍 |
Hello,
tried both:
hello-0.4.0_0D11-FreeBSD-13.0-amd64.iso,
hello-0.4.0_0D26-FreeBSD-12.1-amd64.iso
and they both boot to rescue disk for me:
qemu-system-x86_64 --enable-kvm hello-0.4.0_0D11-FreeBSD-13.0-amd64.iso
Enter full pathname of shell or RETURN for /rescue/sh
The text was updated successfully, but these errors were encountered: