Hi, i made a mistake, of course. This time when copying the ISO: Wrong: dd if="$image_path" of="$dev" bs=1M Right: dd if="$image_path" of="$dev"1 bs=1M If you perform the wrong command, then the parted MBR gets overwritten by the isohybrid MBR of the Debian ISO. Have a nice day :) Thomas