Open frank-w opened 1 year ago
Set flag for disabling automount
https://wiki.archlinux.org/title/GPT_fdisk#Prevent_GPT_partition_automounting
sgdisk -A 2:set:63 /dev/...
For each partition created except boot/root partition
In u-boot v2024.01 version, the CONFIG_BOOTDELAY parameter seems to be invalid, and the countdown is directly set to 0
Set flag for disabling automount
https://wiki.archlinux.org/title/GPT_fdisk#Prevent_GPT_partition_automounting
sgdisk -A 2:set:63 /dev/...
For each partition created except boot/root partition