hmm, you sure? Iāve got EFI and itās blue, I have it set to boot as BIOS though
also, if you have Ubuntu installed, you should have GRUB already regardless if itās EFI or BIOS, so just do those steps. as to where to install Haiku to - man, you have like 50 gigs of free space on sda3, just resize it and make some space for the haikk. how to? use gparted on some linux liveusb or livecd, you canāt really do it on your running system.
so again, in step to step:
-
Get a linux live thing, if you have a livedvd/usb from installing xubuntu that should work
-
Boot into it, if it asks you if you want to try or install, pick try
-
Run gparted, right click on /dev/sda3, click something alike to Resize/Move (I have it in Polish, so thatās my translation), slide the thing from the right to left but not all the way - you probably want to still have some free space on the Linux part.
I gave it ~21 gigs (~21000mb) , depending on your usage you might be extra generous, though between 8 and 16 also might be ok if you arenāt really gonna install stuff - in any case after installing Haiku you canāt really resize the partition, so make your mind here.
After pressing resize, you can accept with the green ā or go back with Ctrl-Z (or you have the yellow thing to the left as well (I donāt have that))
Then you wait⦠and when itās hopefully done and everythingās ok, you can close everything
Ļ. (I just do that sometimes, optional). Maybe reboot into Linux, let it understand it has smaller space, maybe it wants to fsck
-
OK, now back to the action - you have the Haiku install thing? boot from that and get installinā. you probably did it already in a vm, but yeah, make a BeFS partition in place of empty space you freed in the step 2, install Haiku on it.
-
After youāve installed it, reboot to your Linux on your disk (not live thing), edit /etc/grub.d/40_custom
and add
menuentry "Haiku" {
set root=(hd0,4);
chainloader +1
}
at the end. Text editor run with sudo, if you donāt it will probably complain about lack of permission. so like, sudo nano /etc/grub.d/40_custom
, you can replace nano with your text editor.
it probably is (hd0,4) for you, might be (hd0,3), generally it\s (hdX,Y) with X being a disk number and Y being partition number, but for now donāt really worry about it, you can change it at any moment.
edited, lines added? run sudo update-grub
and reboot
- After that reboot, you should see the GRUB2 menu and Haiku option, try to boot from it. Works? Great. Doesnāt work? Press,(I think) E to edit, change 4 to a different number, press Ctrl-X and if it boots, then you know what number that should be, so then you can reboot to linux, edit that number in that file and update-grub (with sudo).
ok thatās pretty much it, hope it helps, though also there is this Installation Guide | Haiku Project, but Iāve wrote this already so maybe my explanation helps more somehow