Rob Murphy
Rob Murphy
If I install python-imgcreate [https://yum-info.contradodigital.com/view-package/epel/python-imgcreate/](url) then the error simplifies a bit, but still unclear what to do. As a next troubleshooting step I'm going to fresh install Fedora 34 to...
So I'm now on a fresh Fedora 34 install, which runs into the same issue. I then added pip3 as you instructed and deleted the livecd-tools directory. After re-running this...
python-imgcreate is just something I found when trying random things that had the same command, we can ignore it. I think you are right that the issue is with livecd-tools...
Was that indeed, the latest tagged branch livecd-tools-28.1 is now building the image without problem so far. I think we'd want to update the script to have ``` $LATEST_RELEASE =...
Yeah that makes sense, doesn't really need to be updated. Unfortunately, the live environment in f34 runs into similar problems as f35 did. When I next get time I'll look...
I got it working on f34! Well, not really. I got the windows install to actually fire with the gpu being passed through, however it did run into error 43....
Thanks! I was using the default options which include those two so unfortunately they have already been tried. I didn't manage to get absolutely everything updated though before running out...
A further update. I actually think the hang I got when I unbinded the dGPU on f35 was caused by X11, as I can recreate this now on f35. On...
Had a go with a rom I found here [tavk/ovmf-vbios-patch:edk2-stable201905](url) Couple things, for this section of the script to work the user must have done the initial docker setup, and...
So I think the reason the vbios setup docker pull didn't work is that the script assumes a) docker is installed, b) docker can be ran without sudo and c)...