Snapshot LMCE-1004-20120606003426051.iso should be available soon. This has improved headless support. It now reloads the router automatically if there are no users when an MD installs.
If anyone has a capture card in their core, which is headless, I would be very curious if you were able to setup mythtv. I would expect that to be a problem.
Getting that working is going to be a bit more work than I was anticipating, and it means I am going to have to switch my core and dev box to test and try and figure out a solution. Network capture like HDHR works.
*Yep. Multiple drives seems to be an issue. It installs correctly, but grub is absolutely buggered. This is my setup:
/dev/sda my builders drive
/dev/sdb my thumbdrive I am installing from
/dev/sdc the target install (connected through USB because my little test board literally has one SATA port and no IDEs)
/dev/sda grub only shows the /dev/sda installs (of which there are two)
update-grub reveals and adds /dev/sdb (though it cannot boot to it, as I would expect as it is basically a dvd) with the correct kernel, and nothing on /dev/sdc. So, remove the thumbdrive and bang, I can boot from grub menu.
Please describe your setup in a similar fashion, and what OSes we are dealing with. Long and short, you need to get to linux and as root:
grub-install /dev/sda
update-grub
This should be happening from ubiquity, but obviously isn't working correctly. Because I attached my second drive through USB, clearly this is causing issues for my specific test. Once we figure out what needs to happen, I will make it happen. Thanks again.