Ghostbsd on nvme.2

Questions about the installation of FreeBSD
Post Reply
hans.wolters
Posts: 6
Joined: Fri Oct 28, 2022 9:41 am

Ghostbsd on nvme.2

Post by hans.wolters »

Hi all,

I am new here. Started installing Ghost next to Linux to test it. The installation did go well but I do have a problem getting the entry in grub:

## BEGIN /etc/grub.d/30_os-prober ###
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found GhostBSD 22.06.18 on /dev/nvme0n1p4

Boot and esp flags are present for the partition

The custom one.

cat /etc/grub.d/40_custom
menuentry "GhostBSD" {
set root='hdi1,4'
kfreebsd /boot/loader
}

Efibootmgr shows the following:

Boot0004 GhostBSD HD(1,GPT,efe6ad34-f1bc-4ef1-bac1-56ad7d787aec,0x800,0x100000)/File(\EFI\GHOSTBSD\BOOTX64.EFI)
Boot0006 rEFInd HD(1,GPT,efe6ad34-f1bc-4ef1-bac1-56ad7d787aec,0x800,0x100000)/File(\EFI\REFIND\BOOTX64.EFI)
Boot0007* debian HD(1,GPT,efe6ad34-f1bc-4ef1-bac1-56ad7d787aec,0x800,0x100000)/File(\EFI\debian\shimx64.efi)

Am I missing something?
hans.wolters
Posts: 6
Joined: Fri Oct 28, 2022 9:41 am

Re: Ghostbsd on nvme.2

Post by hans.wolters »

Never mind. I installed refind and it is running now with zfs
Post Reply