frank-w / u-boot

U-Boot-Bootloader for BananaPI-R2/R64/R2Pro/R3
55 stars 22 forks source link

prevent automount in images #10

Open frank-w opened 1 year ago

frank-w commented 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

weiweidianz commented 1 month ago

In u-boot v2024.01 version, the CONFIG_BOOTDELAY parameter seems to be invalid, and the countdown is directly set to 0