#!/usr/bin/sh -e cat << EOF To finish the install and write syslinux to the MBR, run: $ dd if=/usr/lib/extlinux/mbr.bin of=/dev/sda bs=440 count=1 Where /dev/sda is the target block device (not partition). EOF