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: [email protected] To contact the owner, e-mail: [email protected]
