Just did a little test on this. It worked before this, so I was of the opinion it should again. I had an error:
Partition Table Entries is not in disk order
…or something. So, I followed these instructions:
It is very easy to fix partition name ordering with that most feared and deadly disk management tool called fdisk
. Here is the summary. For details, see for e.g., here.
sudo fdisk /dev/sda
- enter
x
to enter expert mode
- enter
f
to fix partition order
- enter
r
to return to main menu
- enter
w
to write the partition table changes to disk
And rebooted…
The warning about grub wasn’t there, I improved and added it.
…right into a grub rescue CLI.
So I booted with my Live environment, and entered a chroot
environment and ran:
install-grub
And was confronted by:
WARNING: EFI directory not found! Grub couldn't be installed.
So I continued and reinstalled GRUB according to this page on the wiki, rebooted, and I could use my PC again.
Curios about the error, I tried again:
$ sudo install-grub WARNING: EFI directory not found! Grub couldn't be installed.
This made absolutely no sense. So, I checked lsblk
:
$ NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 3.6T 0 disk
└─sda1 8:1 0 3.6T 0 part
sdb 8:16 0 4.5T 0 disk
└─sdb1 8:17 0 4.5T 0 part /home/mirdarthos/virtualbox
/home/mirdarthos/Video
/home/mirdarthos/Pictures
/home/mirdarthos/Music
/home/mirdarthos/KeePass
/home/mirdarthos/Documents
/mnt/5TB
nvme0n1 259:0 0 232.9G 0 disk
├─nvme0n1p1 259:1 0 500M 0 part /boot/efi
├─nvme0n1p2 259:2 0 7.8G 0 part [SWAP]
└─nvme0n1p3 259:3 0 224.6G 0 part /
…which looked fine. So I checked mount
:
$ mount | grep efi
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,noatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
…and everything looked OK to me.
And so I checked:
$ sudo fdisk -l
[...]
Disk /dev/nvme0n1: 232.89 GiB, 250059350016 bytes, 488397168 sectors
Disk model: Samsung SSD 960 EVO 250GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5053CB27-A627-1B45-9E5E-131BA81C39E6
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1026047 1024000 500M Microsoft basic data
/dev/nvme0n1p2 1026048 17410047 16384000 7.8G EFI System
/dev/nvme0n1p3 17410048 488392031 470981984 224.6G Linux filesystem
…and the EFI partition seems to be another filesystem. (Or I’m still missing something.)
So I’m thinking in my attempt to fix the partition order warning, The partittion type changed. Or something.
But I’m booted into a working system at the moment and the warning is gone. So it would seem all worked out in the end.
And yes, I do realize that this isn’t the intended use of it, but I thought mentioning it anyway would be interesting. FWIW, this is my installed version:
$ pamac search -i install-grub install-grub 2.12-3.10 core
GNU Grub (2) Install Script on Updates