e3736b8aee | ||
---|---|---|
bootloader/bin | ||
lib | ||
.gitignore | ||
README.md | ||
build.sh | ||
build_image.sh | ||
patch_initramfs.sh |
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 automaticallyboot to a shellswitch_root into an actual rootfsstart X11 in the actual rootfsui improvements in the bootloader- load all needed drivers
- autostart X11
Usage:
- Grab a Chrome OS RMA Shim from somewhere. Most of them have already been leaked and aren't too difficult to find.
- Download a Devuan live ISO. Run it inside a VM and install it to a disk image. Mount the disk image in the host.
- Run
sudo DEBUG=1 ./build.sh
. Therootfs_dir
argument should point to where you mounted the rootfs in part 2. - Flash the generated image to a USB drive or SD card.