I am using a post from Brandon Authier to preseed a Ubuntu 16.04 installation. My install is from a USB drive the laptop will always have a existing Ubuntu installation on the drive. (There is just one main drive.) Everything seems to work perfectly unit the system reboots after the install. Then just a blank screen appears.
I have narrowed the problem down to this line:
d-i partman-auto/method string regular
Commenting this line out means that the installation will ask me if I want to "Erase and install Ubuntu". (Which is what I want.) If I make this selection manually then the installation works perfectly.
I have tried removing the previous copies of the Ubuntu before the installation using the following commands:
d-i partman/early_command string pvremove -y -ff /dev/sda*
dd if=/dev/zero of=/dev/sda1 bs=512 count=2
dd if=/dev/zero of=/dev/sda2 bs=512 count=2
dd if=/dev/zero of=/dev/sda bs=512 count=2
No luck.