Nothing to see here.
What you want is https://asahilinux.org/2024/10/aaa-gaming-on-asahi-linux/
But if you have previously followed this guide, use the following to switch:
rm -rf ~/.fex-emu
rm ~/.local/bin/{asahi-krun-overlay-fex-rootfs,FEXBash,krun,krun-guest,steam}
rm ~/.local/share/applications/steam.desktop
rm -rf ~/.local/share/asahi-krun
DBX_CONTAINER_MANAGER=podman distrobox rm asahi-krun
sudo dnf upgrade --refresh
sudo dnf install --best --setopt=allow_vendor_change=true steam
sudo dnf remove dhcpcd
You might have to reboot the system.
@dylanchapell You mean starting a new
krun
VM, right?/etc/resolv.conf
inside the VM is actually a temporary file (/tmp/resolv.conf
) that's truncated each time: https://github.com/slp/krun/blob/5a8542a5066bd1a4d8bad99236f05ea3ac687ef7/crates/krun-guest/src/mount.rs#L23I guess as a temporary workaround, just
echo 'nameserver 1.1.1.1' > /etc/resolv.conf
once you enter the VM?