Ventoy puts me into mountroot

I have tried FreeBSD's memstick .img file on Ventoy and it always has the /dev/ufs/FreeBSD_Install device fail. Anyone know why this happens? I am using the latest Ventoy version (1.1.17)
IMG_0228.jpg
 
I did that and it worked. Thank you! Why don't memstick .img files work well in Ventoy?
I've not used Ventoy so all this is speculation.
if you do the file command on the memstick .img it looks like it has 2 partitions a DOS/MBR boot partition and a "data section".
same file command on an ISO tells you it 9660 CD-ROM filesystem data with a DOS/MBR boot sector.

Perhaps these differences are why. Ventoy sees the 9660 format, sees that it is bootable and starts grabbing what it needs after that. The memstick format, maybe Ventoy sees the 2 partitions and is just grabbing the first partition instead of partition 2.

I have no idea, just speculations. I've always just used dd to write the memstick image directly to the USB device.
 
Ventoy is very nice to use since you can just use 1 USB stick for potentially all your images. Added a new iso/img is just a simple copy to the Ventoy partition. It really saves a lot of pain constantly dd'ing the stick especially cause most USB sticks are slow as snail to write to; or at least the cheap ones I like to use 😆
 
but dd is native on freebsd
I'm not sure how it has any relevance here. Ventoy is not some software that is running on top of FreeBSD or any OS for that matter. It's a boot loader kind of like GRUB. The comparison to dd doesn't make sense because dd isn't a boot loader and does not in any way interact with your BIOS/EFI the way Ventoy does.
 
Back
Top