- A Chromebook in Developer Mode
- A development environment (you can use crouton or chromebrew)
- Ability to read
if to smack "I use arch btw" everywhere you go, sure i guess! You'll need an Arch system (you can also create a development chroot)
Go to archlinux.org/download, scroll all the way to whick server you want to download from, and download the bootstrap archive. (you have to save link as file because chrome thinks .zst files are text files
using chromeos files, double click on the file, and drag the root.x86_64 folder to My Files.
you need to mount /home/chronos/user with exec
and symfollow
by running sudo mount -o remount,exec,symfollow /home/chronos/user
go to vt-2 by using ctrl alt f2 (or forward, the one on top of keybord) and login as chronos if you hadn't already. After that you sudo mount --rbind /sys ~/MyFiles/root.x86_64/sys
and sudo mount --rbind /dev ~/MyFiles/root.x86_64/dev
and sudo mount -t proc proc ~/MyFiles/root.x86_64/proc
then you remove ~/MyFiles/root.x86_64/etc/resolv.conf
and copy /etc/resolv.conf
to ~/MyFiles/root.x86_64/etc/resolv.conf
then you chroot by sudo chroot ~/MyFiles/root.x86_64
for this tutorial we'll be using unused ROOT-C and KERN-C You prioritize KERN-C so the BIOS boots from it