Like & Share for more vids like this one
(Also feel free to leave suggestions in the comments)
Install and run ChromeOS (official) alongside Windows 10
Before you start you must have the following
-A compatible PC (Most 64-bit Intel CPU work)
-A USB (or SD Card if your PC can boot from an SD Card) with at least 14 GB of space*
-WSL enabled with a Debian based distro** or a Linux PC (also debian based)
-At least 64 GB of free space on Windows
-Fastboot and Secure boot disabled (Otherwise ChromeOS won't boot)
(How to disable Fastboot is at 9:50)
-Patience (this process takes some time)
*Everything on the USB will be erased so make sure to backup first
**To use WSL you MUST be running Windows 10 and have admin access
Links -
ChromeOS image: https://cros.tech/device/rammus
Brunch kernel(latest): https://github.com/sebanc/brunch/rele...
Grub2Win: https://sourceforge.net/projects/grub...
Rufus: https://rufus.ie/
Guide to enabling WSL (you only need WSL 1 for this guide): https://docs.microsoft.com/en-us/wind...
Commands for WSL -
sudo apt update
sudo apt install cgpt tar pv -y
cd /mnt/c/Users/username/path to chrome os files
sudo bash chromeos-install.sh -src rammus_recovery.bin -dst chromeos.img
Commands for ChromeOS -
shell
lsblk (if you don't know what your partition for ChromeOS is)
sudo mkfs.ext4 /dev/ChromeOS partition
mkdir ~/tmpmount/
sudo mount /dev/ChromeOS partition/ ~/tmpmount/
sudo chromeos-install -dst ~/tmpmount/chromeos.img -s (partition size in GB)
Note - for the previous command make sure to subtract 10 to the actual size and type that number in
Ex. if your partition is 32 GB you type in 22 for partition size