Putting into context :
I have several HDDs with crossed GRUB2 entries.
In one of those HDD have some Linux distros and today tried to manually install GhostBSD.
In the installer I defined the manually the needed partitions ( 1 root, 1 boot , 1 swap )
and did not touch any of the others.
Everything apparently were accepted and installed after rebooting GhostBD boots up correctly.
Although No more Grub entries only the Ghost BSD boot menu options.
I was expecting to have the Grub Menu without the GhostBSD entry but it seems that GhostBSD
simply wrote the bootblock...
The aforementioned Linux are working and valid via another HDD ( os-probe finds some of them) ...
What are my options to boot the other Distros ?
An interesting bit :
In linux I have this partition structure:
sda
├─sda1 ext4 rootantiX23 b8d54c76-74b3-4413-8efa-12770467b3f4
├─sda2 ext4 4cbb7c3f-6c69-4b5a-bb62-5f62a03b481e
├─sda3 ext4 deb13 6c8b8fea-f9cf-46ae-8d2c-a9b561fddfaa
├─sda4 swap 735b92c7-7227-46a5-9aee-858b7c4bbe47
├─sda5 ext4 rootMX23 34472c72-251c-4c41-80d4-e682c37b3e37
├─sda6 ext4 oracle 8e5eeec1-ca28-4877-bf1b-d30f461a190c
├─sda7 xfs ebb68b66-adaf-4028-b12c-e18d637ee5e6
├─sda8
├─sda9 exfat Masseffect 75EF-34CF
├─sda10 ext4 a7b2eca7-120e-449f-ac26-3bbfba1989fd 4,8G 76% /
├─sda11 ext4 572224bc-a8f5-4fd5-89e9-403dd1491c8c
├─sda12 xfs Alma 9eddaf81-c6e4-46b1-b963-2957992c9121
├─sda13 btrfs OpenSuse 42ed422d-73bd-401c-93a1-d1d0c7b0ed87
├─sda14 ext4 83bac3cb-72e9-456a-81cf-cb04a5e8ec14
├─sda15 ext4 a5bccf02-b980-4177-a4c8-77396f380dfd
├─sda16 vfat ESP D720-6074
├─sda17 ext4 root 1c089865-dfc7-488a-80ba-aea142b859e9
├─sda18
└─sda19 zfs_member zroot 7513022252329279599
sdb
├─sdb1 ntfs System Reserved 5C1A1A261A19FDA8
├─sdb2 ntfs DC5E38D75E38ABE0
└─sdb3 ntfs 5864F4DC64F4BDB6
whereas
GhostBSD is in partition sda19 ( Zfs /Zroot)
a strange sda18 is defined as unknown but were defined as /boot
a sda8 is a GRUB2.core.img
All the others are other distros ...
Am I able to add them in the GhostBSD menu ?