Gert Cuykens wrote:> On Fri, Jun 28, 2013 at 2:41 AM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >> On Fri, Jun 28, 2013 at 2:31 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Thu, Jun 27, 2013 at 6:03 PM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >>>> Using syslinux 6.01-pre4 and ubuntu 13.10 kernel 32bit >>>> >>>> LABEL halt >>>> com32 poweroff.c32 >>>> >>>> Does not power off my qemu, it stays open in halt mode. >>>> qemu -cdrom ubuntu.iso -boot d -net nic,model=virtio -m 1024 -curses >>>> >>>> If I boot into ubuntu first and do sudo halt -p it powers off and closes qemu. >>>> Can poweroff.c32 do the same as sudo halt -p in ubuntu? >>> >>> Is there any sort of output? >>> >> >> No, just a blinking cursor. Its similar when you do sudo halt without -p >> with result also in a blinking cursor and >> >> * Will now halt >> [ 279.570476] System halted. > > You can test this with this iso > > http://ovh.to/XAHsNVj > > qemu -cdrom ubuntu.iso -boot d -net nic,model=virtio -m 1024 -cursesWhich qemu version with which bios are you trying? Sebastian
On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:> Gert Cuykens wrote: >> >> On Fri, Jun 28, 2013 at 2:41 AM, Gert Cuykens <gert.cuykens at gmail.com> >> wrote: >>> >>> On Fri, Jun 28, 2013 at 2:31 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>>> >>>> On Thu, Jun 27, 2013 at 6:03 PM, Gert Cuykens <gert.cuykens at gmail.com> >>>> wrote: >>>>> >>>>> Using syslinux 6.01-pre4 and ubuntu 13.10 kernel 32bit >>>>> >>>>> LABEL halt >>>>> com32 poweroff.c32 >>>>> >>>>> Does not power off my qemu, it stays open in halt mode. >>>>> qemu -cdrom ubuntu.iso -boot d -net nic,model=virtio -m 1024 -curses >>>>> >>>>> If I boot into ubuntu first and do sudo halt -p it powers off and >>>>> closes qemu. >>>>> Can poweroff.c32 do the same as sudo halt -p in ubuntu? >>>> >>>> >>>> Is there any sort of output? >>>> >>> >>> No, just a blinking cursor. Its similar when you do sudo halt without -p >>> with result also in a blinking cursor and >>> >>> * Will now halt >>> [ 279.570476] System halted. >> >> >> You can test this with this iso >> >> http://ovh.to/XAHsNVj >> >> qemu -cdrom ubuntu.iso -boot d -net nic,model=virtio -m 1024 -curses > > > Which qemu version with which bios are you trying? >inside a vmware player 5.0.2 build-1031769 running ubuntu 13.10 SeaBIOS (version 1.7.2-20130528_111335-allspice) QEMU emulator version 1.5.0
Gert Cuykens wrote:> On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >> Which qemu version with which bios are you trying? > > inside a vmware player 5.0.2 build-1031769 running ubuntu 13.10 > SeaBIOS (version 1.7.2-20130528_111335-allspice) > QEMU emulator version 1.5.0QEMU starting from v1.3.0-408-g9ee59f3 no longer supports the Bochs BIOS/SeaBIOS APM interface. It was removed with commit "pc: remove bochs bios debug ports". Sebastian