Description of problem: Format partition 1 on usb-stick ext3 and mark it bootable. Run livecd-iso-to-disk Fedora-Live-LXDE-x86_64-21_Beta-1.iso /dev/sdb1 Then reboot and system hanges with blinking cursor in top left corner of display. Version-Release number of selected component (if applicable): Fedora 21, livecd-tools-21.4-1 How reproducible: everytime Steps to Reproduce: 1. 2. 3. Actual results: hangs Expected results: boots up Additional info: Not clear that there is a bootloader installed.
Created attachment 951895 [details] console from running mkfs.ext3 and livecd-iso-to-disk
You need to make sure the mbr is correct, at least on the first time. It is also unnecessary to format it yourself. livecd-iso-to-disk --reset-mbr --format <path-to-iso> <path-to-device>
I had my stupid hat on. I was just about to close this but you got there before me. As you said, all it took was --reset-mbr