"FYI: FydeOS does not guarantee this will be stable. If your data is lost, it’s your responsibility.
The original FydeOS kernel is already well-configured, so you don’t need to tinker with it.
Don’t blindly copy and paste commands.
We do not provide any basic knowledge teaching.
Sound issues may be due to kernel or configuration file problems. If you need configuration changes, you are on your own."
You can also try this on the Steam Deck.
Download the release version at https://github.com/Damenly/brunch-unstable/releases
If you’re using a Surface device, choose the Surface option; if it’s a regular device, choose the Chromebook image. Make sure to download the firmware as well.
shell
sudo -i
mount -oremount,rw /
#--For usb users only
[ -d /efi ] || mkdir /efi
mount /dev/sda12 /efi || true #Only for usb users
--#
rm -rf /lib/modules/*
rm -rf /lib/firmware
cd /home/chronos/user/Downloads
tar -xvf chromebook-6.6.tar.gz -C /
tar -xvf firmware.tar.gz -C /
cp /vmlinux /efi/syslinux/vmlinuz.A
#cp /vmlinux /efi/syslinux/vmlinuz.B
cp /vmlinux /boot/vmlinuz
Always check if file names match the written commands off course.
Restart at the end.
» I dont know yet the advantages of brunch as I am new to this as well. So… good luck lads.
» This only works for x86 and amd64 systems not for arm single board arquitectures.
This is meant to add more driver compatability such as wifi sound etc… good luck.
This tutorial isn’t useful for me because current fydeos won’t even boot on my hp zbook firefly 14 g10 amd. Is there there a way to compile a fydeos/openfyde installer with kernel 6.5 or above?
Specs:
Model: HP Zbook firefly 14 G10 AMD
Amd Ryzen 7 PRO 7840HS
64GB DDR5 Sodimm
2x1tb nvme SSDs
How would I go about building luks and btrfs support? I would need a gentoo dev environment and openfyde and then just save and build the kernel right with initramfs?
EDIT: No it didn’t work out of the box and the audio settings are nothing. I just found out fydeos won’t run linux scripts. Permission denied. I was going to try the chromebook linux audio script from the weirdtreething github.
How can I update the kernel prior to installing? I get a black screen when trying to install FydeOS v19 so there is no possibility for updating the kernel inside of FydeOS.
As you can image ChromiumOS is a nested system and not so much a clear clean open source system.
With this said you need to recompile the whole thing which is massive and takes hours. You better start reading the chromiumOS google page or the fydetab cookbook on github.