-
Notifications
You must be signed in to change notification settings - Fork 551
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
latest .iso is broken #1885
Comments
Hey @osbyrne 👋 It looks like GNOME Boxes is booting in Legacy BIOS mode which is the older firmware type that umbrelOS does not support. I would recommend using another hypervisor such as Oracle VM VirtualBox or QEMU/KVM with Libvirtd on Linux to boot umbrelOS. However, you may be able to change the boot mode on GNOME Boxes by doing the following:
Hope that helps! 😄 |
thanks! running Boxes as Flatpak on ChromeOS, I weirdly can't edit configuration (clicking on the button simply does not open any config editor) I was trying Boxes after failing to boot umbrelOS on a Dell Latitude E5540 laptop, which is maybe old enough. I'll see if I can change its Bios to run UmbrelOS |
Hey @zerpex, I've managed to get umbrelOS successfully installed on my test instance of Proxmox as you can see here: With pretty much the same configuration - however, I did not specify an EFI disk and used Could you try removing the EFI disk and see if that helps? |
Confirmed to works with this config. Anyway, it works ! |
I'm having the same error on Rufus, and balena won't even make the thumb drive bootable |
I found success with Balena Etcher. Maybe I do a PR to the docs to add "make sure you're booting in EFI or UEFI mode, and secure boot is off" ? at your service @a4004 , thanks for your help |
No worries @osbyrne, glad you have the issue resolved! 😎 And yes, feel free to make any contributions in a PR to the Umbrel project! ☂️ |
Since the info is in a wiki tab, it's not available for PR's :( |
1 similar comment
Litvirtd didn't work by default for me. I had to: $ sudo apt update
$ sudo apt install ovmf
$ sudo virsh edit UmbrelOS Then add: <loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<nvram>/var/lib/libvirt/qemu/nvram/UmbrelOS_VARS.fd</nvram> right after: <type arch='x86_64' machine='q35'>hvm</type> After that, it worked just fine. |
trying to run the latest umbrel OS .iso from boxes doesn't work (screenshot above)
and trying to install on a spare laptop also fails
what do?
The text was updated successfully, but these errors were encountered: