linux:grub
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:grub [2024/04/26 09:21] – ms | linux:grub [2025/05/20 16:10] (current) – ms | ||
|---|---|---|---|
| Line 46: | Line 46: | ||
| ... | ... | ||
| </ | </ | ||
| + | |||
| + | ====== Minimal grub config (EFI) ====== | ||
| + | < | ||
| + | set default=" | ||
| + | set timeout=" | ||
| + | |||
| + | insmod gpt | ||
| + | insmod part_gpt | ||
| + | insmod fat | ||
| + | insmod chain | ||
| + | |||
| + | menuentry " | ||
| + | set root=(hd0, | ||
| + | linux / | ||
| + | initrd / | ||
| + | } | ||
| + | |||
| + | menuentry "EFI Boot" { | ||
| + | set root=(hd0, | ||
| + | chainloader / | ||
| + | } | ||
| + | </ | ||
| + | |||
linux/grub.txt · Last modified: 2025/05/20 16:10 by ms