Test for thoust Temporary Thinge
Go to file
ading2210 e3736b8aee detect size of rootfs 2023-10-06 10:29:10 -07:00
bootloader/bin implement ui 2023-10-05 23:33:27 -07:00
lib use fdisk to create partitions 2023-10-02 13:25:09 -07:00
.gitignore create and populate image partitions 2023-10-02 13:53:11 -07:00
README.md detect size of rootfs 2023-10-06 10:29:10 -07:00
build.sh detect size of rootfs 2023-10-06 10:29:10 -07:00
build_image.sh list disks in the bootloader 2023-10-03 17:29:55 -07:00
patch_initramfs.sh fix initramfs patching script 2023-10-02 12:17:59 -07:00

README.md

Chrome OS RMA Shim Bootloader

This is a set of scripts for patching a Chrome OS RMA shim to serve as a bootloader for a standard Linux disto.

Current Development Roadmap:

  • build the image automatically
  • boot to a shell
  • switch_root into an actual rootfs
  • start X11 in the actual rootfs
  • ui improvements in the bootloader
  • load all needed drivers
  • autostart X11

Usage:

  1. Grab a Chrome OS RMA Shim from somewhere. Most of them have already been leaked and aren't too difficult to find.
  2. Download a Devuan live ISO. Run it inside a VM and install it to a disk image. Mount the disk image in the host.
  3. Run sudo DEBUG=1 ./build.sh. The rootfs_dir argument should point to where you mounted the rootfs in part 2.
  4. Flash the generated image to a USB drive or SD card.