Skip to content

Suggested changes for automatic.sh #46

Description

@bradhawkins85

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.

  1. 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

  2. The script was trying to call the wrong python, possibly python3. Clearing the python path resolved that issue.
    PYTHONPATH=""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions