ryanrudolfoba / SteamDeck-Clover-dualboot

Script to install Clover - a graphical boot manager for the Steam Deck.
https://www.youtube.com/watch?v=HDnxOw6j3EY&t=975s
447 stars 26 forks source link

Line 101 7z iso issue #31

Closed phild2gb closed 10 months ago

phild2gb commented 10 months ago

Hi, I can't get past stage 1, I get the attached error for line 101 folder not found, any advice would be great.

20231015_182131

ryanrudolfoba commented 10 months ago

That's strange as 7z is bundled on SteamOS.

What version steamOS are you on?

Do this in konsole and paste output here -

cat /etc/os-release whereis 7z which 7z

phild2gb commented 10 months ago

Thanks for the quick reply, I just changed the SSD so should be the latest version. 20231016_170028

ryanrudolfoba commented 10 months ago

Based on your screenshot you are using SteamOS 3.1 which is really really old.

Just to clarify, are you trying to do this on SteamOS Desktop Mode? Or are you doing this from the recovery image? Make sure you are doing this on SteamOS Desktop Mode.

phild2gb commented 10 months ago

Thank you, it's in desktop mode, I downloaded the image from steam when I got the new SSD, in that case I'll try and update my deck.

Thanks again

phild2gb commented 10 months ago

Started from scratch, all went perfectly.

Thanks again

lukehook commented 10 months ago

Interestingly I just encountered this very same issue. I was definitely booting off the desktop OS. Interestingly though, I had previously reinstalled SteamOS from the recovery image (after installing Windows in the wrong partition over the top of it, don't ask 🤦‍♂️) - so it appears whatever version is on the stock restore image doesn't have 7zip. Might be worth noting somewhere in case others encounter the same. I can add a pull request to update the readme if that's helpful? Or might be a troubleshooting Q&A?

ryanrudolfoba commented 10 months ago

Updated the README and merged the PR. Thanks @lukehook !

I'll update the script to add logic and check for the presence of 7z binary.

ryanrudolfoba commented 10 months ago

latest script now checks for the presence of 7z binary.

if the 7z binary doesnt exist it displays a message to update the SteamOS first.