DL20 Gen9 - Proxmox/debian
Closed this issue · 6 comments
i have successfully install on ubuntu server 22 in same machine.
but, after change OS for proxmox/debian, scripts dont works...
this is my changes to "works".
apt install git
apt install python3
apt install python3.11-venv
git clone --recurse-submodules https://github.com/kendallgoto/ilo4_unlock.git
cd ilo4_unlock
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./build.sh init
./build.sh 277 # ERROR HERE
on run "./build.sh 277", output is:
(venv) root@lks001:~/ilo4_unlock# ./build.sh 277
Hash validated for binaries/ilo4_277.bin
Extracting with iLO4 Toolbox ...
but dont generated any file...
anyware sugestion?
The scripts don't work with Python3. Use Python2.
Do you have plans to upgrade to Python3?
it's tracked in #16. generally i'm looking to just remove our externally dependencies entirely but i haven't had time to look at it. All of this repo is python3 compatible, there's an upstream dependency that's only on python2 that I don't control
i have more one problem:
root@lks001:~/flash# ./flash_ilo4 --direct
-bash: ./flash_ilo4: Permission denied
any suggestion? @kendallgoto
probably
chmod +x ./flash_ilo4
?
Aaaaaaaaaaaaaaaaaa I managed to solve it!
here my solution for all the problem:
Create a Virtual Machine with ubuntu server 22 image in the same machine dl20 g9 proxmox/debian, and execute all commands from docs on this repo.
after, connect in your VM using FTP, and copy /flash folder to your personal machine.
now, connect into proxmox machine (dl20 g9) using ftp, and paste the same folder /flash.
after, using ssh, access your proxmox machine and execute this commands:
//enter in your machine folder where you paste /flash folder using ftp
cd flash
//run the command
./flash_ilo4 --direct
//if show permission error, run this command
chmod +x flash_ilo4
//and run again
./flash_ilo4 --direct