Luke Short
Luke Short
Our workaround for winesapOS 4.1.0 no longer works. The `fatx` package needs to be rebuilt. ``` + chroot /winesapos pacman -U --noconfirm --config /dev/fd/63 https://winesapos.lukeshort.cloud/repo/winesapos-4.0.0/x86_64/fatx-1.15-4-any.pkg.tar.zst ++ echo -e '[options]\nArchitecture =...
The `fatx` tests fail in a container but work on bare-metal.
The latest version of Ventoy may finally support winesapOS as-is. I need to test it. You're absolutely right, though, a live image would work with Ventoy as that's what it...
I did a quick test with winesapOS 4.1.0-beta.1 and the latest Ventoy 1.0.99. The GRUB boot menu appears but it cannot boot into any of the selected kernels. It shows...
I made a proof-of-concept script to install Ventoy support: ``` export VENTOY_VER="1.0.35" wget https://github.com/ventoy/vtoyboot/releases/download/v${VENTOY_VER}/vtoyboot-${VENTOY_VER}.iso sudo mount vtoyboot-${VENTOY_VER}.iso /mnt sudo mkdir /vtoyboot sudo tar -xvf /mnt/vtoyboot-${VENTOY_VER}.tar.gz -C /vtoyboot cd /vtoyboot/vtoyboot-${VENTOY_VER}/ sudo...
Building with Ventoy support using the container build works on bare metal but not in the GitHub Actions virtual machine. It fails with the error: ``` More than one disks...
There is an open feature request for manually specifying the partition here: https://github.com/ventoy/vtoyboot/issues/53
@ImMrLee is the Steam installation script working for you with the latest Box64?
muvm now officially works with Box64 on Fedora Asahi Remix. Using that is the only way this program will work. If you have any further issues with that, please feel...
@wangguidong1999 optimizations for handling x86 flags are always on-going. I believe the original discussion has been addressed so I'll close this out. Feel free to open up a new GitHub...