Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add step to sign NiChrome after installation
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Farrelly <[email protected]>
  • Loading branch information
TrevorFarrelly committed Jul 12, 2018
1 parent 5d1d4f9 commit 4bd0f88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions verified_boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
1. On your Chromebook, insert your NiChrome USB stick and determine its dev directory
2. Open VT2 and sign NiChrome by running `/usr/share/vboot/bin/make_dev_ssd.sh -i /dev/sdx --recovery_key`

### Part 4: Install and sign NiChrome, revert to Verified mode
### Part 4: Install and sign NiChrome, return to Verified mode
1. Boot into NiChrome and run `install /dev/mmcblkx` (x will be either 0 or 1, depending on your system. Tab-complete to be safe)
2. Run `/vboot_reference/build/cgpt/cgpt add -i 4 -P 2 -T 1 -S 0 /dev/mmcblkx`
3. Return to Verified mode by pressing spacebar on powerup
2. Sign NiChrome on disk by switching to VT2 and running `/usr/share/vboot/bin/make_dev_ssd.sh --partitions 4`
3. Run `/vboot_reference/build/cgpt/cgpt add -i 4 -P 2 -T 1 -S 0 /dev/mmcblkx`
4. Return to Verified mode by pressing spacebar on powerup

*You should be dropped into NiChrome*

Expand Down

0 comments on commit 4bd0f88

Please sign in to comment.