Skip to content

Commit cebe012

Browse files
authored
Update README.md (#9)
This cost me 1,5 hours of my life so i wanted to make sure nobody else does
1 parent 791c738 commit cebe012

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ Driver support depends on the device you are using shimboot on. This list is for
7373
### Build Instructions:
7474
1. Grab a Chrome OS RMA Shim from somewhere. Most of them have already been leaked and aren't too difficult to find.
7575
2. Download a Chrome OS [recovery image](https://chromiumdash.appspot.com/serving-builds?deviceCategory=ChromeOS) for your board.
76-
3. Clone this repository and cd into it.
77-
4. Run `mkdir -p data/rootfs` to create a directory to hold the rootfs.
78-
5. Run `sudo ./build_rootfs.sh data/rootfs bookworm` to build the base rootfs.
79-
6. Run `sudo ./patch_rootfs.sh path_to_shim path_to_reco data/rootfs` to patch the base rootfs and add any needed drivers.
80-
7. Run `sudo ./build.sh image.bin path_to_shim data/rootfs` to generate a disk image at `image.bin`.
76+
3. Unzip the recovery image and shim if you haven't done so already.
77+
4. Clone this repository and cd into it.
78+
5. Run `mkdir -p data/rootfs` to create a directory to hold the rootfs.
79+
6. Run `sudo ./build_rootfs.sh data/rootfs bookworm` to build the base rootfs.
80+
7. Run `sudo ./patch_rootfs.sh path_to_shim path_to_reco data/rootfs` to patch the base rootfs and add any needed drivers.
81+
8. Run `sudo ./build.sh image.bin path_to_shim data/rootfs` to generate a disk image at `image.bin`.
8182

8283
### Booting the Image:
8384
1. Obtain a shimboot image by downloading a [prebuilt one](https://dl.ading.dev/shimboot/) or building it yourself.

0 commit comments

Comments
 (0)