Subject | Hash | Author | Date (UTC) |
---|---|---|---|
improve the linux page | 675e3d8593fcf858ed969cb7c6c9aa76dc18746b | Leah Rowe | 2025-01-25 07:39:35 |
docs/install: better introduction | b9e94013d85e3200944e0078b632e432fd41a9d7 | Leah Rowe | 2025-01-25 07:29:56 |
hardened title | 9bd18ec1ae411ea18eb0d742a33fb7ede4dae87e | Leah Rowe | 2025-01-25 07:25:05 |
grammar | f3b11876443b39f536dec91fd9fff630d4417ee2 | Leah Rowe | 2025-01-25 07:11:08 |
gnu boot loader grub | 3c2af034edd69fc470d9fec267400e9a742b640c | Leah Rowe | 2025-01-25 07:08:47 |
gnu grub boot loader | 0638856c1c2264cb4ca875db7daa75134822dcbb | Leah Rowe | 2025-01-25 06:49:02 |
nvmutil: add notes about 16/128 kb gbe files | 138b3e306f24aa8f4fd365e25dbfdc524267b44f | Leah Rowe | 2025-01-24 13:25:17 |
make text color a bit brighter | 755666a238881968b2fd94684987b6ffb2ad214a | Leah Rowe | 2025-01-22 12:07:04 |
make the title section a link to the homepage | 51b53dc54ff6451775df5e90d3cd9938b68b9462 | Leah Rowe | 2025-01-22 11:25:40 |
homepage: use u-boot screenshot, not t1650 grub | e073938b8b22d809480c10bf1fae070250c9cc65 | Leah Rowe | 2025-01-21 16:53:18 |
adapt canoeboot css but with libreboot colours | 4eaaccbd0aeac2f859a888c08d941583866e28cc | Leah Rowe | 2025-01-21 16:49:38 |
better english description in meta tags | d9c07032e962516af7cc365ad79e3d8faf7a11e2 | Leah Rowe | 2025-01-21 04:26:54 |
grammar | 73e9255f700404851c37649503a90c84fde18935 | Leah Rowe | 2025-01-21 02:18:11 |
remove obsolete paragraph (images available now) | 0fc65e4fac94d76af95a6d12bfb9aec72df394b4 | Leah Rowe | 2025-01-20 15:48:43 |
add ps1 bios download link | 71228ffa0d20d007d1169a11bafe464ed5d84116 | Leah Rowe | 2025-01-20 15:45:22 |
clarify ownership | 3ec8d5abb60113fdb03aead1fd2c5719d0954bc7 | Leah Rowe | 2025-01-20 15:36:12 |
mayumi pic on the ps1 page | d1921809b865e4aa883a3762b55ed0db44f594cf | Leah Rowe | 2025-01-20 15:33:07 |
improve the ps1 page title | 57c5edbbf55b3d7fc62d54a4f9d046fb8ff15208 | Leah Rowe | 2025-01-20 14:59:33 |
improved a bunch of page titles | 246820568f1938251d16b3c8ef6cfa70d9551e99 | Leah Rowe | 2025-01-20 13:41:54 |
css: make h3/h4 smaller in proportion | 72121b918442f0d0986140c3603e9b42ef5410ec | Leah Rowe | 2025-01-20 11:43:14 |
File | Lines added | Lines deleted |
---|---|---|
site/docs/linux/index.md | 11 | 9 |
File site/docs/linux/index.md changed (mode: 100644) (index fc80616..0ad58ce) | |||
1 | 1 | --- | --- |
2 | title: Install Linux on a Libreboot system | ||
2 | title: Boot GNU and Linux on a Libreboot system | ||
3 | 3 | x-toc-enable: true | x-toc-enable: true |
4 | 4 | ... | ... |
5 | 5 | ||
6 | Booting Linux from GRUB payload | ||
7 | ------------------------------- | ||
6 | GNU boot loader "GRUB" | ||
7 | -------- | ||
8 | 8 | ||
9 | NOTE: This guide pertains to x86 hosts, and does not cover supported CrOS/ARM | ||
10 | chromebooks. For ARM targets, you should refer | ||
11 | to [u-boot documentation](../uboot/) - separate [U-Boot x86 | ||
12 | documentation](../uboot/uboot-x86.md) is also available. | ||
13 | |||
14 | This page is useful for those who wish to use the GRUB GRUB payload directly. | ||
9 | This page is useful for those who wish to use the GNU boot loader called GRUB. | ||
15 | 10 | If you're using SeaBIOS, the boot process will work similarly to traditional | If you're using SeaBIOS, the boot process will work similarly to traditional |
16 | 11 | BIOS systems; refer to the SeaBIOS documentation | BIOS systems; refer to the SeaBIOS documentation |
17 | 12 | on <https://seabios.org/SeaBIOS> | on <https://seabios.org/SeaBIOS> |
... | ... | on <https://seabios.org/SeaBIOS> | |
19 | 14 | Linux is generally assumed, especially for Libreboot development, but Libreboot | Linux is generally assumed, especially for Libreboot development, but Libreboot |
20 | 15 | also works quite nicely with [BSD systems](../bsd/). | also works quite nicely with [BSD systems](../bsd/). |
21 | 16 | ||
17 | ### Booting Linux from GRUB payload | ||
18 | |||
19 | NOTE: This guide pertains to x86 hosts, and does not cover supported CrOS/ARM | ||
20 | chromebooks. For ARM targets, you should refer | ||
21 | to [u-boot documentation](../uboot/) - separate [U-Boot x86 | ||
22 | documentation](../uboot/uboot-x86.md) is also available. | ||
23 | |||
22 | 24 | ### Useful links | ### Useful links |
23 | 25 | ||
24 | 26 | Refer to these pages, hosted by the Libreboot project: | Refer to these pages, hosted by the Libreboot project: |