I am experimenting with using it as an embedded x86 system with minimal storage; its being used on a hdd, not a pendrive. Right now I'm using a vm to remaster, so when I make an 'image', I create a partition on a small VM disk, copy the necessary files (kernel and filesytem gz after remastering), create a bootloader on the image and dump the image to the target system.
In this mode (using an hdd) do I still have to use the waitusb command or is there something funny going on here?