This?
# for EFI systems
menuentry "Haiku R1B1" {
load_video
insmod part_msdos
insmod chain
search --fs-uuid --set=root <your-efi-partition-uuid>
chainloader ($root)/<path-to-haiku-loader>
}
How?
This?
# for EFI systems
menuentry "Haiku R1B1" {
load_video
insmod part_msdos
insmod chain
search --fs-uuid --set=root <your-efi-partition-uuid>
chainloader ($root)/<path-to-haiku-loader>
}
How?