Parrot OS installation error

0

I am trying to install parrot security os 64 bit hybrid iso on mac virtual box which i gave 2048mb of ram and 12 gb of storage. Selected on vb “Other Linux 64-bit” -Debian 64-bit too- and tried to install but everytime I restart, I got that error on ~62%. How can I fix that?

“Installation step failed. You can try to run the failing item again from the menu. The failing step is: install the system.”

ahmstg

Posted 2018-09-16T16:12:23.297

Reputation: 1

1Try to use older/newer OS version. Add the full error message. – Biswapriyo – 2018-09-16T17:44:34.647

Answers

1

You're almost certainly running out of space the Security branch of Parrot OS. You should try home or perhaps fall back to when they released a mini and dist-upgrade from there (might be wonky, there was a bit of silliness between versions 3 and 4 involving tomoyo but you're mostly fine if you just type in what it asks and continue to apt update && apt dist-upgrade). You really should give that sucker more like 60GB.

I'm pretty sure a x86_64 security version rolls out to a whopping 30GB once you run each tool once or so (many of them have large databases that need to be populated looking at you OpenVAS/metasploit/etc..).

You're on the right track listing it as debian.

Another Pro-tip: Always run the installer from the first prompt, don't jump into live and then run it from there. I'm not sure that's ever worked for anyone except palurino himself (if that). So, if you're not going live or persistent live, definitely just go straight into the installer.

Your best bet is likely the current "Home" release, then just cherry pick your tools from there.

You'll definitely want to verify your ISO image download too, since that's one of the most common reasons anyone's installation of anything fails (corrupted image).
sha256sum /path/to/iso
It can happen to anyone.

Stuart Gray

Posted 2018-09-16T16:12:23.297

Reputation: 11

i've no 60gb storage in my computer. but i know parrot 3.x ran errorless. – ahmstg – 2018-09-20T20:32:05.057