Could it be that syslinux is waiting for ever if you use serial mode? SERIAL 0 115200 DEFAULT ramdisk LABEL ramdisk kernel /casper/vmlinuz append boot=casper toram initrd=/casper/initrd.img nomodeset console=ttyS0 LABEL isotest kernel /casper/vmlinuz append boot=casper integrity-check initrd=/casper/initrd.img nomodeset console=ttyS0 LABEL memtest kernel /install/memtest append - LABEL disk localboot 0x80 append - LABEL reboot com32 reboot.c32 LABEL halt com32 poweroff.c32 DISPLAY isolinux.txt TIMEOUT 300 PROMPT 1 sudo qemu -netdev tap,id=tap0 -device virtio-net-pci,netdev=tap0,id=vth0 -drive file=ubuntu.iso,media=cdrom,cache=none,if=ide -boot d -m 1024 -parallel none -nographic -serial file:/tmp/qemu-output.log
On Sun, Jun 30, 2013 at 1:12 AM, Gert Cuykens <gert.cuykens at gmail.com> wrote:> Could it be that syslinux is waiting for ever if you use serial mode? > > SERIAL 0 115200> TIMEOUT 300Gert, Romain: Have you tried lowering the serial rate or timeout? ie: SERIAL 0 9600 TIMEOUT 30 Romain: is this observed on a physical or virtual machine? -- -Gene
On Sun, Jun 30, 2013 at 7:42 AM, Gene Cumm <gene.cumm at gmail.com> wrote:> On Sun, Jun 30, 2013 at 1:12 AM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >> Could it be that syslinux is waiting for ever if you use serial mode? >> >> SERIAL 0 115200 > >> TIMEOUT 300 > > Gert, Romain: Have you tried lowering the serial rate or timeout? ie: > > SERIAL 0 9600 > TIMEOUT 30 > > Romain: is this observed on a physical or virtual machine?Rather, have you only observed this under qemu? -- -Gene
On Sun, 30 Jun, at 07:12:15AM, Gert Cuykens wrote:> Could it be that syslinux is waiting for ever if you use serial mode?This should be fixed in 5.11-pre4. I'll merge the fix before I do a final 6.01 release. -- Matt Fleming, Intel Open Source Technology Center