projects:multiboot-minipc
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:multiboot-minipc [2025/08/16 03:17] – created kit-ty-kate | projects:multiboot-minipc [2025/09/10 22:12] (current) – kit-ty-kate | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| + | |||
| + | # Multiboot mini-pc (rare OS showcase) | ||
| The mini-pc is used to showcase rare Operating Systems. | The mini-pc is used to showcase rare Operating Systems. | ||
| Line 38: | Line 40: | ||
| - 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.1755314267.txt.gz · Last modified: by kit-ty-kate
