I just patched two HP DL380p G8 servers with this unlock, thank you so much, now I can install NVME cards without all the extra noise.
I used an Ubuntu 21.10 Server Live ISO to apply the patch and while it did work there were some manual fixes needed to make it work, that may be worth adding to the automatic script.
-
archive.ubuntu.com is no longer accesible for Ubuntu 21.10 and the sources need to be updated to old-releases
sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
-
The script was trying to call the wrong python, possibly python3. Clearing the python path resolved that issue.
PYTHONPATH=""
I just patched two HP DL380p G8 servers with this unlock, thank you so much, now I can install NVME cards without all the extra noise.
I used an Ubuntu 21.10 Server Live ISO to apply the patch and while it did work there were some manual fixes needed to make it work, that may be worth adding to the automatic script.
archive.ubuntu.com is no longer accesible for Ubuntu 21.10 and the sources need to be updated to old-releases
sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
The script was trying to call the wrong python, possibly python3. Clearing the python path resolved that issue.
PYTHONPATH=""