07-19-2022, 01:28 AM
Quote:Since Danctnix (arch) switched to a gpt partition table from mbr in May of 2022 it installs u-boot at an offset of 128k instead of 8k, which means this command must be used instead
sudo dd if=/dev/zero of=/dev/[DEVICE] bs=32k seek=4 count=1
maybe that's why
i'll try this command when i get to linux computer
ezik