13 Jan
2018
13 Jan
'18
17:04
Am 12.01.2018 um 22:43 schrieb Brüns, Stefan:
When a once used SD card gets "refilled" using dd, it will still have the GPT backup at the "end" of the card, which may confuse the kernel. Try erasing the last sector of the card, e.g.:
card=/dev/sdb size=`/usr/sbin/blockdev --getsize /dev/sda` dd if=/dev/zero of=/dev/sda obs=1 seek=$((size - 1024)) count=1024
zypper in gptfdisk sgdisk -z $card -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org