I have numerous devices which I boot using Ventoy and a GRUB menuentry.
With FreeBSD I have something simple which includes something like:-
This becomes a problematic when I want to boot from an alternative device, so I thought I may be able to get round this by using UUID instead. If that makes sense, how to I get the UUID of what is /dev/da0p3 from the pov of FreeBSD?
With FreeBSD I have something simple which includes something like:-
set root=(hd0,gpt3)
kfreebsd /boot/loader
This becomes a problematic when I want to boot from an alternative device, so I thought I may be able to get round this by using UUID instead. If that makes sense, how to I get the UUID of what is /dev/da0p3 from the pov of FreeBSD?