I'm new to FreeBSD and am currently dual-booting linux and FreeBSD.
freebsd has nvme0p6 mounted as /boot/efi and linux has it as /boot
I have chainloaded freebsd in grub like this:
Any changes I make to the /boot/loader.conf or to the /boot/defaults/loader.conf does not take effect.
Related problems:
i have ufs but it always on boot tries to mount zfs:root something and then fails, I have tried adding 'vfs.root.mountfrom="ufs:/dev/nda0p2"' in /boot/loader.conf but doesnt works but in the loader prompt if i set vfs.root.mountfrom="ufs:/dev/nda0p2" then it boots correctly no issue.
freebsd has nvme0p6 mounted as /boot/efi and linux has it as /boot
I have chainloaded freebsd in grub like this:
Code:
menuentry "FreeBSD" {
insmod part_gpt
insmod fat
set root='(hd0,gpt6)'
chainloader /EFI/freebsd/loader.efi
}
Related problems:
i have ufs but it always on boot tries to mount zfs:root something and then fails, I have tried adding 'vfs.root.mountfrom="ufs:/dev/nda0p2"' in /boot/loader.conf but doesnt works but in the loader prompt if i set vfs.root.mountfrom="ufs:/dev/nda0p2" then it boots correctly no issue.