QEMU on chromeOS without container

943 views
Skip to first unread message

The Mariocrafter

unread,
Jun 17, 2023, 8:26:31 AM6/17/23
to ChromiumOS Development
Can you make a way to install QEMU directly on chromeOS or termina? I want the ability to run any container I want, with the exact same GUI as Linux QEMU. 

Mike Frysinger

unread,
Jun 17, 2023, 9:24:53 AM6/17/23
to The Mariocrafter, ChromiumOS Development
there is no way to run QEMU outside of crosvm (termina).  that would be a big violation of security boundaries, and i don't see us ever supporting that.  the entire reason we wrote crosvm is because QEMU is too big/insecure.

you can run QEMU inside of a container:
-mike

On Sat, Jun 17, 2023 at 8:26 AM The Mariocrafter <kayvon...@gmail.com> wrote:
Can you make a way to install QEMU directly on chromeOS or termina? I want the ability to run any container I want, with the exact same GUI as Linux QEMU. 

--
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
https://groups.google.com/a/chromium.org/group/chromium-os-dev

Keith I Myers

unread,
Jun 17, 2023, 9:32:24 AM6/17/23
to Mike Frysinger, The Mariocrafter, ChromiumOS Development
If you are only looking for a Linux Desktop, you can just install gnome inside of your Linux container and use a nested Wayland session to simulate a desktop

First run 

sudo apt update && sudo apt install -y gnome-shell

This will take a while depending on your Chromebook and internet speed

Once you are done, you just need to run the command below to start the desktop.

env MUTTER_DEBUG_DUMMY_MODE_SPECS=1920x1080 dbus-run-session -- gnome-shell --nested --wayland


---
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-d...@chromium.org.
Reply all
Reply to author
Forward
0 new messages