As of today, most Chromebooks can run the Intel EDKII program that loads Linux operating systems. The ed2 program is developed by MrChromebox.com. And that website has the procedure and command line to install the edk2 program. The edk2 program is called an "alternative boot loader" in the Chromebook ecosystem.
After you have enabled developer mode, installed edk2, and rebooted the Chromebook, you will see the first program of the ChromeOS suite on the screen, similar to the following.
After you select to run the edk2 program, it searches for a non-ChromeOS disk partition with a rabbit splash picture. And until you actually install a non-ChromeOS Linux distribution, or insert a live Linux USB disk, which is also a Linux installation program, the edk2 program will fail and force a reboot.
Then, all you need is running the CRAP partition resizing script in [Ctrl-Alt->F2] terminal with root account (no password after booting ChromeOS after enabling developer mode) to make room for a Linux distribution. To enter [Ctrl-Alt->F2] terminal, press simultaneously the Ctrl, Alt, and the refresh (F2) keys. The script is at https://tinyurl.com/crap-cb-01 . The script is developed by Chrultrabook.com . To run the script without saving it, do this,
# bash <(curl -L https://tinyurl.com/crap-cb-01)
To prepare the live Linux USB disk, you need the Crostini Linux container (virtual machine) Linux development environment set up in your Chromebook. This is achieved by searching for "developer" in the settings (gear icon) window, as so,
In the following example, I split ChromeOS's user home partition in half, giving Xubuntu 24.04.3 60 GB of space.




No comments:
Post a Comment