here is my error logs ...
EFI install on GPT Drive :
- Code: Select all
(gpartedbin:4889): GLib-CRITICAL **: Source ID 986 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 985 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1122 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1134 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1133 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1147 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1146 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1167 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1166 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1182 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1181 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1219 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1218 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1225 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1224 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1230 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1229 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1239 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1247 was not found when attempting to remove it
(gpartedbin:4889): GLib-CRITICAL **: Source ID 1246 was not found when attempting to remove it
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
mke2fs 1.42.9 (4-Feb-2014)
262144+0 records in
262144+0 records out
268435456 bytes (268 MB) copied, 0.67535 s, 397 MB/s
sed: can't read /target/etc/ssh/sshd_config: No such file or directory
sed: can't read /target/etc/ssh/sshd_config: No such file or directory
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory
I have a GPT partition table. i have 3 partitions :
an EFI boot partiton ( fat32 ) /dev/sda1
a swap partition /dev/sda2
and a ext4 root partition /dev/sda3
it never asked me to poin to to EFI directory, just asked where i want to install bootloader and i typed in /dev/sda as that is the main drive. it says "cannot find EFI directory" which directory is it refering to, where is it meant to be ? I created this ISO using refractsnapshot with UEFI enabled. i see the EFI directory inside the iso itself.
Any help would be appreciated.