-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Line 105 #14
Comments
Looks like this was changed here: 2d99ddd. I just removed the leading |
Thanks Richard. Will try this today. |
I am getting the following error now? Anyone know how to handle this/ cp -p lsiutil /usr/bin |
What OS are you running this on? I had a similar issue with Ubuntu 20 Live. That error went away way I switched to Ubuntu 18.04 Live. Not sure of your exact situation, I'll share my experiences here. It looked to me like there was a newer version of Like I mentioned, I got past the missing address on Ubuntu 20, but then ran into another issue (which I don't recall), and I decided to just fall back to Ubuntu 18 since its known to work. On Ubuntu 18, I still had to do a couple commands manually (for some reason, the lines in the script weren't working, but that might not effect you): add-apt-repository universe multiverse
apt update
apt install git-core build-essential python3 pciutils p7zip-full sysfsutils unzip -y I then adjusted the absolute paths on 105 & 107, and it worked. Edit: I guess you could also just stick the PCI address into the backup file as another alternative. |
@elijahgaraz Still stuck? I'm just hoping to help you through it while its still fresh on my mind 😄. |
@richardfrost H, sorry to get back so late. Been at work all day but good news is that after following your advice and reverting back to Ubuntu 18, and also amending the script to fix the absolute paths issue, everything worked perfectly without a hitch. Thank you very much for all the help |
No worries! Glad it worked for you. This really is a very nice script. |
100% its a good script . The one thing I might add is too automate adding universe and installing 7zip before the actual script starts because I found out I had to do this each time I rebooted to flash another card |
It looks like there was already a branch that added universe: |
Hey guys, it sounds like 2d99ddd messed up the script for most folks, so I'm going to push a new commit that reverts the change soon. Thoughts? |
I'd agree with that. Since everything seems contained in the folder with the script, I think it keeps things cleaner. |
@Confusingboat @richardfrost I agree as well, That would keep things cleaner and make the process smoother. Thank you |
Reverted in ccb63a3 |
Hi. I am getting the error Line 105 megacli64 not found. Is there a solution to this. Been stuck here for days. I gave tried using ubuntu live, centOS and also ubuntu desktop on a Dell R720.
Thanks in advance
The text was updated successfully, but these errors were encountered: