I'm trying to install ubuntu 22.04 as a separate distribution by doing:
mkdir ubuntu_22.04 cd ubuntu_22.04 wget https://cdimage.ubuntu.com/daily-live/current/jammy-desktop-amd64.iso7z x jammy-desktop-amd64.iso tar -zcvf ../ubuntu_22.04.tar.gz . wsl --import Ubuntu-22.04 "C:\Users\mlwp\Software\VM Images\WSL" \\wsl.localhost\Alpine\home\mwoodpatrick\projects\distros\ubuntu_22.04.tar.gzwsl -d Ubuntu-22.04
I'm getting:
Processing fstab with mount -a failed.
Does anyone have any suggestions on what I'm doing wrong or how to fix it?