Carlos Rafael Ramirez
Carlos Rafael Ramirez
Excellent, thank you for the suggestion
Please run `upgrade.sh` we included a fix for that, thanks to @m13253
Well until now I tough that Windows Terminal generates these numbers and is different by machine. But this GUID is the same as I have. This GUID is indeed different...
Hello, This is the id: d3f31bee-5823-5ed8-8e04-f31ed54f2cd9 And you can grab it from here: https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/blob/master/Fedora-Remix-for-WSL/Public/Fragments/fedoraremix.json But Windows Terminal should create it automatically. Have you closed and opened it again? Regards, Carlos
Hello @chadbrewbaker, Check if upgrading your existing Fedora Remix 33 to 34 suit your needs. You can follow this guide: https://www.whitewaterfoundry.com/blog/2019/11/3/upgrade-fedora-remix-for-wsl-to-31-2a7z8-njsec-fl7bd If not probably the image will be released after...
Hello, Fedora Remix 34 was released. Regards, Carlos
Hello @davorg Follow these steps: ```bash sudo dnf upgrade --refresh sudo dnf install dnf-plugin-system-upgrade sudo dnf system-upgrade download --releasever=30 sudo dnf system-upgrade upgrade cat /etc/fedora-release exit ``` If you face...
Excellent. We published this guide to do the upgrade : https://www.whitewaterfoundry.com/blog/2019/11/3/upgrade-fedora-remix-for-wsl-to-31-2a7z8
Hello I got some suggesting from: https://unix.stackexchange.com/questions/579184/upgrade-from-fedora-30-to-31-cannot-enable-multiple-streams-for-module-ant Could you try : sudo dnf module reset '*' Regards
Looks like your /etc/os-release file is corrupted. Could you please run these commands? ``` BASE_URL="https://raw.githubusercontent.com/WhitewaterFoundry/fedora-remix-rootfs-build/master" sudo curl -L -f "${BASE_URL}/linux_files/os-release-33" -o /etc/os-release curl -L -f "${BASE_URL}/linux_files/upgrade.sh" | bash ``` Regards,...