(posted on "System Hardware" as I've never had issues with SATA drives (ie /sda) and grub2)
Good afternoon!
Laptop (Dell m7720) with 2 NVMe drives:
#sysctl kern.disks
kern.disks: nvd1 nvd0
The partitions where I've successfully installed FreeBSD:
/dev/nvd1p7 efi
/dev/nvd1p8 ufs
The system currently boots via grub2 Win10/Mint18.2, AND will boot BSD if I specify which OS to boot on startup (using F12 key) but I'll be dipped if I can add BSD to grub2 menu. I won't bore you with ALL the iterations I've placed (over and over!) in 40_custom...but they are variations of
insmod chain
set root=(nvd1,nvd1p7)
chainloader+1
error: disk 'nvd1,ndv1p7' not found.
Guidance please!
Thanks,
MarkB
Good afternoon!
Laptop (Dell m7720) with 2 NVMe drives:
#sysctl kern.disks
kern.disks: nvd1 nvd0
The partitions where I've successfully installed FreeBSD:
/dev/nvd1p7 efi
/dev/nvd1p8 ufs
The system currently boots via grub2 Win10/Mint18.2, AND will boot BSD if I specify which OS to boot on startup (using F12 key) but I'll be dipped if I can add BSD to grub2 menu. I won't bore you with ALL the iterations I've placed (over and over!) in 40_custom...but they are variations of
insmod chain
set root=(nvd1,nvd1p7)
chainloader+1
error: disk 'nvd1,ndv1p7' not found.
Guidance please!
Thanks,
MarkB
Last edited: