ParrotSecurity 3.8: Install ParrotSecurity 3.8

This article will describe installing ParrotSecurity.

1 Install ParrotSecurity

Download ParrotSecurity 3.8 Full Edition from Parrot Project and run it.

$ wget https://cdimage.parrotsec.org/parrot/iso/3.8/Parrot-full-3.8_amd64.iso

GRUB menu is displayed. Select "Install".

0001_GRUB.png

Select "Install with GTK GUI".

0002_GRUB-Install.png

Select language. This article selects English.

0003_SelectALanguage.png

Select location. Displayed location is based on selected language. When selecting "other", all location will be displayed. This article selected "other", "Asia" and "Japan".

0004_SelectYourLocation.png

If combination of language and location is undefined like combination of "English" and "Japan", you need to select locale. This article selected en_US.UTF-8.

0005_ConfigureLocales.png

Select keyboard.

0006_ConfigureTheKeyboard.png

Setting of root password is displayed. If root password is empty, you cannot switch to root with root password. But sudo package will be installed and you can switch to root with "sudo su -". This is the same with Ubuntu. This article did not set root password.

0007_RootPasswd.png

Input user full name. This can be empty.

0008_Fullname.png

Input user name.

0009_Username.png

Input user password twice.

0010_UserPasswd.png

Select a way of partition disk. This article selected "Guided - use entire disk and set up LVM".

0011_SelectGuideForPartitionDisks.png

Select a disk to be installed.

0012_SelectDisk.png

Select a way of separating partition. This article selected "All files in one partition (recommended for new users)".

0013_SeparatePartition.png

Confirmation for writing LVM to disk is displayed. Selecting "Yes" will write to disk.

0014_ConfirmLVMWrite.png

Confirmation for separating partition is displayed. If you do not modify separating partition, select"Finish partitioning and write to disk".

0015_ConfirmPartition.png

Confirmation for writing partition table to disk is displayed. Selecting "Yes" will write to disk.

0016_ConfirmWrite.png

Confirmation for installing GRUB is displayed. Selecting "Yes" will install GRUB.

0017_InstallGRUB.png

Select device to install GRUB.

0018_SelectDeviceForGRUB.png

Installation is completed.

0019_InstallationComplete.png

After reboot, Parrot security is started.

0020_ParrotSecurity.png

2 Upgrade from ParrotSecurity 3.7 to ParrotSecurity 3.8

Upgrade with apt upgrade.

$ sudo apt update -y
$ sudo apt upgrade -y --allow-downgrades
$ sudo reboot