Skip to content

Commit 24e4125

Browse files
committed
Update quickstart for v14
Signed-off-by: Ross Philipson <[email protected]>
1 parent feddb4b commit 24e4125

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user-docs/QUICKSTART.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Launch feature. This is a vanilla Linux kernel based off a torvalds/master branc
4545
snapshot at the time time patch set was assembled. The patches could be
4646
applied to different distros of Linux, probably requiring some rebasing:
4747

48-
- [Latest Linux Patch Set Version 11](https://github.com/TrenchBoot/linux/tree/linux-sl-master-9-12-24-v11)
48+
- [Latest Linux Patch Set Version 14](https://github.com/TrenchBoot/linux/tree/linux-sl-master-4-18-25-v14)
4949

5050
The Secure Launch feature is enabled through a Kconfig setting and can
5151
be found here using e.g. `make menuconfig`:
@@ -61,7 +61,7 @@ Each recent release of the Linux patches is accompanied by a GRUB branch
6161
in TrenchBoot that works with the specified version. The branch for version
6262
9 can be found here:
6363

64-
- [GRUB for Version 11](https://github.com/TrenchBoot/grub/tree/grub-sl-2.12-v11)
64+
- [GRUB for Version 14](https://github.com/TrenchBoot/grub/tree/grub-sl-2.12-v14)
6565

6666
This version of GRUB is based off of upstream GRUB 2.12 with the patches to
6767
support the Secure Launch feature. The following is a basic set of instructions
@@ -86,7 +86,7 @@ There is a new GRUB command that instructs GRUB to initiate a Secure Launch call
8686
Launch of the Linux kernel:
8787

8888
```text
89-
menuentry 'Linux with Secure Launch 6.11.0-rc7-master-v11' --unrestricted {
89+
menuentry 'Linux with Secure Launch 6.15.0-rc2-master-v14' --unrestricted {
9090
load_video
9191
insmod gzio
9292
insmod part_gpt
@@ -97,8 +97,8 @@ menuentry 'Linux with Secure Launch 6.11.0-rc7-master-v11' --unrestricted {
9797
search --no-floppy --fs-uuid --set=root bba24662-776e-4396-9b1e-9ee5606d79b8
9898
fi
9999
slaunch
100-
linux /vmlinuz-6.11.0-rc7-master-v11 root=/dev/mapper/root ro crashkernel=auto resume=/dev/mapper/swap rd.lvm.lv=my/root rd.lvm.lv=my/swap rhgb console=ttyS0,115200n8 console=tty0 LANG=en_US.UTF-8
101-
initrd /initrd-6.11.0-rc7-master-v11.img
100+
linux /vmlinuz-6.15.0-rc2-master-v14 root=/dev/mapper/root ro crashkernel=auto resume=/dev/mapper/swap rd.lvm.lv=my/root rd.lvm.lv=my/swap rhgb console=ttyS0,115200n8 console=tty0 LANG=en_US.UTF-8
101+
initrd /initrd-6.15.0-rc2-master-v14.img
102102
slaunch_module /txt-sinit-for-given-platform
103103
}
104104
```

0 commit comments

Comments
 (0)