Hi this is slightly different to the other problems listed under this heading - brand new 1TB drive so no old kernals.
ubuntu@ubuntu:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/cow 3.9G 808M 3.1G 21% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 789M 1.4M 788M 1% /run
/dev/sr0 1006M 1006M 0 100% /cdrom
/dev/loop0 963M 963M 0 100% /rofs
none 4.0K 0 4.0K 0% /sys/fs/cgroup
tmpfs 3.9G 1.3M 3.9G 1% /tmp
none 5.0M 4.0K 5.0M 1% /run/lock
none 3.9G 39M 3.9G 1% /run/shm
none 100M 64K 100M 1% /run/user
I am running Trusty Tahr from a CD but when I try to load I get:
X has at least 6.6GB available drive space
i.e. I don't.
ubuntu@ubuntu:~$ uname -r
3.19.0-25-generic
ubuntu@ubuntu:~$ dpkg -l | grep linux-image
ii linux-image-3.19.0-25-generic 3.19.0-25.26~14.04.1 amd64 Linux kernel image for version 3.19.0 on 64 bit x86 SMP
ii linux-image-extra-3.19.0-25-generic 3.19.0-25.26~14.04.1 amd64 Linux kernel extra modules for version 3.19.0 on 64 bit x86 SMP
ii linux-image-generic-lts-vivid 3.19.0.25.12 amd64 Generic Linux kernel image
done sudo apt-get clean
just for giggles - no effect.
I assume I have to do something with partitions but I am a little green at dealing with them and some of the posts on here have assisted in confusion as to whether or not I actually need to do anything.
Model: ATA ST3000DM001-1CH1 (scsi)
Disk /dev/sda: 3001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB bios_grub
2 2097kB 258MB 256MB ext2 msftdata
3 258MB 3001GB 3000GB lvm
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-root: 2983GB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 2983GB 2983GB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-swap_1: 17.1GB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 17.1GB 17.1GB linux-swap(v1)
Any advice greatly appreciated.
sudo parted --list&&lsblkid
after reporting back to suggestions from @oldfred? – Fabby Aug 13 '15 at 17:13It seems that if you are creating a partition table for 14.04 and booting UEFI, you need a /boot and a /boot/efi partition. Each about 25-50 MB
My partitions are as follows: /boot/efi - 380 MiB/4.11 used; / 23.84 GiB 12.5 used; and linux-swap and /home were the rest of the drive.
– Buck Aug 14 '15 at 17:53