Skip to content

Commit

Permalink
Note to run partprobe after gdisk
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 8, 2022
1 parent f80279a commit b62ba5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Maybe use [boot loader partition](https://systemd.io/BOOT_LOADER_SPECIFICATION/)
Hex code or GUID (L to show codes, Enter = 8300): bc13c2ff-59e6-4262-a352-b275fd6f7172
Changed type of partition to 'Freedesktop $BOOT'

Do not forget to run `partprobe` to notify the Linux kernel about the partition table change.

Format partitions:

$ sudo mkfs.fat -F32 -nESP /dev/nvme0n1p1
Expand Down

0 comments on commit b62ba5a

Please sign in to comment.