projects:multiboot-minipc
Differences
This shows you the differences between two versions of the page.
projects:multiboot-minipc [2025/08/16 03:17] – created kit-ty-kate | projects:multiboot-minipc [2025/08/16 19:08] (current) – kit-ty-kate | ||
---|---|---|---|
Line 38: | Line 38: | ||
- The default DragonflyBSD installer won’t let you install it on part of the disk. Follow [this very manual installation guide](https:// | - The default DragonflyBSD installer won’t let you install it on part of the disk. Follow [this very manual installation guide](https:// | ||
- | *TODO: print the added grub config* | + | ### GRUB configuration |
+ | |||
+ | - Set `GRUB_TIMEOUT` to `-1` in `/ | ||
+ | - Add the following to `/etc/grub.d/ | ||
+ | ``` | ||
+ | menuentry " | ||
+ | set root=(hd0, | ||
+ | chainloader ($root)/ | ||
+ | } | ||
+ | |||
+ | menuentry " | ||
+ | set root=(hd0, | ||
+ | chainloader ($root)/ | ||
+ | } | ||
+ | |||
+ | menuentry " | ||
+ | set root=(hd0, | ||
+ | chainloader ($root)/ | ||
+ | } | ||
+ | ``` |
projects/multiboot-minipc.txt · Last modified: by kit-ty-kate