So I have booted to desktop from a USB pendrive on a laptop, I have an ethernet cable plugged in, and now I want to install to HDD using tc-install.
I select the path to core.gz as /mnt/sdb/boot/core.gz
Then frugal, whole disk, install boot loader.
Disk for core is sda (the hard disk drive).
ext4
no boot options
Install type: Core and X/GUI desktop
Extensions: all
Proceed
Now I get this error message: "sda appears to have partition already mounted! Check if correct device, is so, umount it and then run installer again."
So I go to terminal:
sudo su
umount /mnt/sda1
Reply: "Can't umount /mnt/sda1: Device or resource busy"
What am I doing wrong? Thank you.