Troubling mounting and installing ParrotOS
by Azhar.iq from LinuxQuestions.org on (#4WD8M)
Hello everyone,
I recently downloaded ParrotOS and made a live usb from within MXLinux. I am able to boot with it as Live media, but when i try to install, it gives an error of CD-Rom not found. I found a solution to mount USB as CDROM from shell, during installation, but i am not able to mount it.
USB is /dev/sdb and i am trying to mount it as follows
Code:mount /dev/sdb1 /cdromThis gives an error, so i tried mounting sdb2
Code:mount /dev/sdb2 /cdromIt mounts, but this partition doesnot has the installation files, hence i cannot install.
From within linux, sdb1 can be mounted and used.
What am i doing wrong??


I recently downloaded ParrotOS and made a live usb from within MXLinux. I am able to boot with it as Live media, but when i try to install, it gives an error of CD-Rom not found. I found a solution to mount USB as CDROM from shell, during installation, but i am not able to mount it.
USB is /dev/sdb and i am trying to mount it as follows
Code:mount /dev/sdb1 /cdromThis gives an error, so i tried mounting sdb2
Code:mount /dev/sdb2 /cdromIt mounts, but this partition doesnot has the installation files, hence i cannot install.
From within linux, sdb1 can be mounted and used.
What am i doing wrong??