Can I run it? Will it be in packages?
Can you elaborate? I didn't understood all of it.BobSlacker I could open Ventoy burned USB's thanks to autofs.UYou need to manually open where should be ISO files in /media. But as I saiduyou need autofs.
It worked, thank you mate. S2You need autofs.
Open /media folder then open the for example da0p1. Nowuyou can put ISOs in it. I hope I could explain it well. BobSlacker
I'm sorry for using one letter for you. I will change my behavior and i will not use u.
I have just had a look, but it is difficult knowing where to start.Hm, looking at their build instructions, I start to get a feeling why nobody created a port yet ?
export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin:/opt/mips-loongson-gcc7.3-linux-gnu/2019.06-29/bin/:/opt/mips64el-linux-musl-gcc730/bin/
root@X1:/var/tmp/Ventoy/INSTALL# sh -x all_in_one.sh
+ VTOY_PATH=/var/tmp/Ventoy/INSTALL/..
+ LOG=/var/tmp/Ventoy/INSTALL/../DOC/build.log
+ [ -f /var/tmp/Ventoy/INSTALL/../DOC/build.log ]
+ cd /var/tmp/Ventoy/INSTALL/../DOC
+ cilog 'prepare_env ...'
+ date '+%Y/%m/%d %H:%M:%S'
+ datestr='2023/11/24 21:34:42'
+ echo '2023/11/24 21:34:42 prepare_env ...'
2023/11/24 21:34:42 prepare_env ...
+ sh prepare_env.sh
tar: Error opening archive: Failed to open '/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz'
tar: Error opening archive: Failed to open '/opt/aarch64--uclibc--stable-2020.08-1.tar.bz2'
tar: Error opening archive: Failed to open '/opt/mips-loongson-gcc7.3-2019.06-29-linux-gnu.tar.gz'
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin:/opt/mips-loongson-gcc7.3-linux-gnu/2019.06-29/bin/:/opt/mips64el-linux-musl-gcc730/bin/'
+ cilog 'build grub2 ...'
+ date '+%Y/%m/%d %H:%M:%S'
+ datestr='2023/11/24 21:34:42'
+ echo '2023/11/24 21:34:42 build grub2 ...'
2023/11/24 21:34:42 build grub2 ...
+ cd /var/tmp/Ventoy/INSTALL/../GRUB2
+ sh buildgrub.sh
+ exit 1
I installed Ventoy on a usb using Slackware and put a FreeBaSeD iso on it. The installation worked like a charm.
But I can't open the Ventoy folders on FreeBSD, it recognized the thumb-drive but doesn't mount the partition one would use to put the isos.
gpart show -p da0
shows da0p1 (da0s1 if MBR) as type 7, shared by NTFS and exFAT. By default Ventoy uses exFAT but you can change that on installation.Ps.: I didn't try to mounting using file systems beside the ones that come by default ( as of ntfs per example).
Hm, looking at their build instructions, I start to get a feeling why nobody created a port yet ?
I'm trying to create a Ventoy installer.... See:-Possibly someone could port the installer to FreeBSD, like the Windows installer maybe, so people wouldn't need to have or find Linux or Windows boxes to make and setup the USB stick; a big enough job.
It works up to FreeBSD 13,; I've used it with 12.3. It can't yet work with 14.0 without a new version of its GEOM module for FreeBSD installs, says a discussion in freebsd-stable@
It works up to FreeBSD 13,; I've used it with 12.3. It can't yet work with 14.0 without a new version of its GEOM module for FreeBSD installs, says a discussion in freebsd-stable@
[ EDIT, CORRECTION:
That discussion was in freebsd-current@, namely
https://lists.freebsd.org/archives/freebsd-current/2023-October/004887.html
and following replies. This is about as definitive as it gets, from highly knowledgeable people. ]
I came across this but am not sure how to incorporate it into a 14.0-RELEASE ISO, if that is what needs to be done.
![]()
Ventoy/Unix/ventoy_unix/FreeBSD/geom_ventoy_ko/14.x/64 at master · ventoy/Ventoy
A new bootable USB solution. Contribute to ventoy/Ventoy development by creating an account on GitHub.github.com
strings geom_ventoy.ko | less
… in freebsd-current@, namely
https://lists.freebsd.org/archives/freebsd-current/2023-October/004887.html
and following replies. …