if the old partition table is there then indeed sda5 can not be mounted as it don't exists
it will also happen when there was something mounted when recreating the partition table. Then the kernel will keep using the old table.
if you have deleted the original partition table I suggest you power done the nwsp2 and start the process again without the backup of old partitions. Those backups can be obtained form me if you want them
if the new partition table was cretaed you need to delete it before starting the installer script, so it will be treated as a new disk
This can be done by using
- Code: Select all
fdisk /dev/sda
and then entering
- Code: Select all
d
1
d
2
d
3
d
4
w
to see if it is empty type
- Code: Select all
fdisk -l /dev/sda
if no partitions are mentioned start the installer script and answer on question if it is the original disk "no"