Support
Forums

Re: Removing files from an EFI System Partition?

You seem to be mixing up the instructions:Quote# mkdir /dev/sdb2 /mnt/EFIWhere did you get that?Start again:Code: [Select]sudo fdisk -lMake sure /dev/sdb is the correct drive.then as it is a GPTYou may need to install partedCode: [Select]sudo apt inst...
You seem to be mixing up the instructions:
Quote
# mkdir /dev/sdb2 /mnt/EFI
Where did you get that?

Start again:
Code: [Select]
sudo fdisk -l

Make sure /dev/sdb is the correct drive.
then as it is a GPT
You may need to install parted
Code: [Select]
sudo apt install parted
Code: [Select]
sudo parted /dev/sdb print

post the returned to see if the partitions are as expected