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.
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.