Operating system
Bluefin (Version: 44.20260801)
Description
I just used the specified command to download and setup the container. It downloaded OK, but when starting to run it crashed.
Docker compose
docker run -it --rm --name chromeos -e "VERSION=stable" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --device-cgroup-rule="c 226:* rwm" --cap-add NET_ADMIN -v "${PWD:-.}/chromeos:/storage" -v /dev/dri:/dev/dri --stop-timeout 120 docker.io/forkymcforkface/chromeos
Docker log
As I'm using `docker run`, it does not store any logs if the container's creation is not succesful.
Here is the output from the terminal containing the error:
Unable to find image 'forkymcforkface/chromeos:latest' locally
latest: Pulling from forkymcforkface/chromeos
4f4fb700ef54: Pull complete
91365c033c11: Pull complete
9c782fb2bad9: Pull complete
1712b9a1e4f7: Pull complete
6920b53df91f: Pull complete
Digest: sha256:fd3bd5036ebe0a86c5ecba87feb881e085b251059ce655742c2f69a015fae191
Status: Downloaded newer image for forkymcforkface/chromeos:latest
❯ Starting ChromeOSFlex for Docker v7.31...
❯ For support visit https://github.com/qemus/qemu
❯ CPU: Intel Core Ultra 7 255H | RAM: 23/31 GB | DISK: 840 GB (btrfs) | KERNEL: 7.0.12-201.fc44.x86_64...
❯ Hardware rendering on Intel render node /dev/dri/renderD128.
❯ Fetching ChromeOS Flex manifest (stable channel)...
❯ Selected ChromeOS Flex 16700.53.0 (stable), 1.3GB download
❯ Downloading chromeos_16700.53.0_reven_recovery_stable-channel_RevenMPKeys-v10.bin.zip...
/storage/flex/chromeos_16700.53.0_reven_recovery_sta 100%[======================================================================================================================>] 1.24G 5.08MB/s in 5m 43s
❯ Extracting chromeos_16700.53.0_reven_recovery_stable-channel_RevenMPKeys-v10.bin.zip...
❯ ChromeOS Flex installer ready at /storage/flex/boot.img
❯ Creating a 64 GB growable disk image in raw format...
❯ Installing Intel GPU drivers...
❯ Installing OpenGL module...
❯ Booting image using QEMU v10.0.11...
qemu-system-x86_64: -device scsi-hd,drive=data9,bus=data9b.0,channel=0,scsi-id=0,lun=0,rotation_rate=1,bootindex=9: Cannot get 'write' permission without 'resize': Image size is not a multiple of request alignment
Screenshots (optional)
No response
Operating system
Bluefin (Version: 44.20260801)
Description
I just used the specified command to download and setup the container. It downloaded OK, but when starting to run it crashed.
Docker compose
docker run -it --rm --name chromeos -e "VERSION=stable" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --device-cgroup-rule="c 226:* rwm" --cap-add NET_ADMIN -v "${PWD:-.}/chromeos:/storage" -v /dev/dri:/dev/dri --stop-timeout 120 docker.io/forkymcforkface/chromeosDocker log
Screenshots (optional)
No response