Comment 14 for bug 1507505

Revision history for this message
Lilian A. Moraru (lilianmoraru) wrote :

If you create an `EFI boot section` before partitioning the rest of the device, you can install `grub` on `/dev/nvme0n1`.

Example:
- `/dev/nvme0n1`
-- `/dev/nvme0n1p1`, EFI boot section, 500MB
-- `/dev/nvme0n1p2`, ext4, [all the free space]

grub-install on `/dev/nvme0n1` now works.