SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.81k stars 3.15k forks source link

Question: How to run serenity OS in Gnome-Boxes? #23163

Open quadroli opened 5 months ago

quadroli commented 5 months ago

I created a grub image by invoking ninja grub-image after building the OS, however whenever I try running it in Gnome boxes I get: Screenshot from 2024-02-12 13-38-14

Hendiadyoin1 commented 5 months ago

Above the shown error should be a list of available storage devices, you need to pass in which it should use in the kernel command line for example root=nvme0:1:0 or root=block3:0

ADKaster commented 5 months ago

I doubt anyone has tried to use GNOME Boxes with our disk images. We have documentation in the Documentation folder for VMWare and VirtualBox that might be useful as a reference. However, most developers will be using the QEMU image that we create with the serenity.sh script. That's the most tested configuration, and the most likely one to let you test the system out.