User Tools

Site Tools


projects:multiboot-minipc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

projects:multiboot-minipc [2025/08/16 03:17] – created kit-ty-kateprojects: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://www.dragonflybsd.org/docs/handbook/Installation/#index7h1) to get around that. - The default DragonflyBSD installer won’t let you install it on part of the disk. Follow [this very manual installation guide](https://www.dragonflybsd.org/docs/handbook/Installation/#index7h1) to get around that.
  
-*TODO: print the added grub config*+### GRUB configuration 
 + 
 +- Set `GRUB_TIMEOUT` to `-1` in `/etc/default/grub` 
 +- Add the following to `/etc/grub.d/40_custom`: 
 +``` 
 +menuentry "Haiku"
 +  set root=(hd0,gpt1) 
 +  chainloader ($root)/EFI/BOOT/HAIKU.EFI 
 +
 + 
 +menuentry "9front"
 +  set root=(hd0,gpt5) 
 +  chainloader ($root)/efi/boot/bootx64.efi 
 +
 + 
 +menuentry "Dragonfly BSD" { 
 +  set root=(hd0,gpt1) 
 +  chainloader ($root)/EFI/BOOT/DFLY.EFI 
 +
 +```
projects/multiboot-minipc.1755314267.txt.gz · Last modified: by kit-ty-kate