How did you prepare the USB (thumb/thumbs) with the 8 iso files?
Did you merely copy the 8 iso files into the USB?
if yes, can you mount the 8 iso files onto somewhere?
The following may be wrong. If so, please revise the following. Thanks in advance.
To recognize the drives:
- Code: Select all
lsblk
If the USB is recognized as /dev/sdb and it contains only one partition with vfat file system:
- Code: Select all
mount -t vfat /dev/sdb1 /mnt -o rw
To list the iso files:
- Code: Select all
ls /mnt
If the first iso file is "cd1.iso" under /mnt:
- Code: Select all
mkdir /media/cd1
mount -o loop /mnt/cd1.iso /media/cd1
apt-cdrom -d /media/cd1 add
Repeat similar procedures for all 7 iso files with different path than cd1.
Then, finally
- Code: Select all
apt update
apt install kde-full