bunden).
# Boot the Debian Etch installer.
# If the installation comes to "Partition method", use... st disk and hit enter: the partitionier asks you, if you want to create an empty partition table. Say ... "yes". (Hint: this will erase your existing data, if any.)
# The partitioner is back in the disk ov... ".
# Create other partitions on the same disk, if you like.
# Now repeat all the steps from the
ir keine erweiterten Partitionen haben:
<code>
dd if=/dev/sda of=/dev/sdb bs=512 count=1
</code>
Hie... an die Parameter skip und seek von dd:
<code>
dd if=/dev/sda of=/dev/sdb count=1 skip=STARTWERT seek=