Usb Persistances

can i update and upgrade parrot os in usb live persistance?

Yes you can.

is there any risk when update or upgrade done my usb key
for example:-
my USB key would get full and no more space would be there for updating or upgrading?

And if so how much GB of USB key Is sufficient for USB live persistence key

I personally would use 32GB and above but if you have anything over 8GB you have an incredibly low risk of that happening.

Regards

Troll.

thank you so much troll

1 Like

i just got the 3.11 iso again and put it onto my usb drive the persistence works etc but once i sudo apt-get update && sudo apt-get dist-upgrade it gets to 92% then i get this error

dpkg: error processing package selinux-policy-default (–configure):
installed selinux-policy-default package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
selinux-policy-default
Configuring sandbox profiles…
Sandbox profiles updated!
E: Sub-process /usr/bin/dpkg returned an error code (1)

ive tried sudo apt-get -f install
sudo dpkg --confgure -a
now im stuck

This guide should help :slight_smile:
https://www.poftut.com/solve-sub-process-usr-bin-dpkg-returned-error-code-1-error/

thank you
sudo apt-get remove --purge selinux-policy-default
fixed it i then
sudo apt update && sudo apt dist-upgrade

everythings back to normal

1 Like

The reason why I always tend to use guides to show you the commands and what you should do is that they tend to talk you through everything step by step and also give warnings that I might forget to add. I am glad everything has gotten sorted.

Regards

Troll

1 Like

its better that way bro then we learn from it. thanks