akar I'm looking for a guide to add boot entry in FreeBSD loader. I planned to install archlinux in the harddisk, on which I have installed FreeBSD.
rvp akar For BIOS or UEFI boot? For BIOS, you can get a menu by using boot0cfg(8). For UEFI, you should point the firmware to the BOOT*.EFI files of FreeBSD and Linux.
akar @rvp I recalled I put gpt boot ls /boot/*efi /boot/boot1.efi /boot/gptboot.efi /boot/loader_4th.efi /boot/loader_lua.efi /boot/loader_simp.efi /boot/loader.efi But also got /boot/pmbr, which I reckon this MBR backward compatibility.
rvp akar I recalled I put gpt boot The first line of gpart show ada0 (ada0 == 1st (S)ATA disk) will show you what you have (GPT or MBR). akar I found this thread. Does this mean boot0cfg not support boot-up linux? I think something else is wrong there...
akar I found this thread. Does this mean boot0cfg not support boot-up linux? https://forums.freebsd.org/threads/boot0cfg-question.62301/