Re: qemu -nographic

2012-12-09 Thread a . velichinsky
' > /tmp/boot.conf > > $ growisofs -M cd48.iso -l -graft-points /etc/boot.conf=/tmp/boot.conf > > > > Then: > > $ qemu -nographic -cdrom cd48.iso > >>> OpenBSD/i386 CDBOOT 3.15 > > boot> > > booting cd0a:/4.8/i386/bsd.rd: 5900404 > >

Re: qemu -nographic

2012-12-07 Thread Constantine A. Murenin
On 11 January 2011 11:18, wrote: > The trick with /etc/boot.conf does work; this should transform the > cd48.iso install cd into a 'serial' one: > > $ echo 'set tty com0' > /tmp/boot.conf > $ growisofs -M cd48.iso -l -graft-points /etc/boot.conf=/tmp/b

Re: qemu -nographic

2011-01-11 Thread Pieter Verberne
8.iso -l -graft-points /etc/boot.conf=/tmp/boot.conf Then: $ qemu -nographic -cdrom cd48.iso OpenBSD/i386 CDBOOT 3.15 boot> booting cd0a:/4.8/i386/bsd.rd: 5900404 lilium$ qemu -cdrom cd48.iso -boot d -nographic -serial stdio obsd.img Could not open '/dev/kqemu' - QEMU accelera

Re: qemu -nographic

2011-01-11 Thread a . velichinsky
oesn't print those messages to the serial console. The trick with /etc/boot.conf does work; this should transform the cd48.iso install cd into a 'serial' one: $ echo 'set tty com0' > /tmp/boot.conf $ growisofs -M cd48.iso -l -graft-points /etc/boot.conf=/tmp/boot.conf

Re: qemu -nographic

2011-01-10 Thread Joachim Schipper
On Sat, Jan 08, 2011 at 09:50:36PM +0100, Pieter Verberne wrote: > On Sat, 8 Jan 2011 21:03:56 +0100, Henning Brauer wrote: > >* Pieter Verberne [2011-01-08 17:23]: > >>I'm not sure if it is a good idea (or even possible) but I'm > >>trying to > >>run OpenBSD as guest in qmemu on a Soerkis and Ope

Re: qemu -nographic

2011-01-08 Thread Jiri B.
On Sat, Jan 08, 2011 at 09:50:36PM +0100, Pieter Verberne wrote: >lilium$ qemu -no-kqemu -nographic -serial stdio obsd.img >[this time no "could not open serial device 'stdio'" error, but no >further output. Is there any way to catch the output?] > >lilium$ qemu -no-kqemu -nographic -serial >telnet

Re: qemu -nographic

2011-01-08 Thread Henning Brauer
* Pieter Verberne [2011-01-08 21:53]: > On Sat, 8 Jan 2011 21:03:56 +0100, Henning Brauer wrote: > >* Pieter Verberne [2011-01-08 17:23]: > >>Hello, > >> > >>I'm not sure if it is a good idea (or even possible) but I'm > >>trying to > >>run OpenBSD as guest in qmemu on a Soerkis and OpenBSD as ho

Re: qemu -nographic

2011-01-08 Thread Pieter Verberne
On Sat, 8 Jan 2011 21:03:56 +0100, Henning Brauer wrote: * Pieter Verberne [2011-01-08 17:23]: Hello, I'm not sure if it is a good idea (or even possible) but I'm trying to run OpenBSD as guest in qmemu on a Soerkis and OpenBSD as host. A Soekris has no graphic capabilities so I need to run

Re: qemu -nographic

2011-01-08 Thread Henning Brauer
* Pieter Verberne [2011-01-08 17:23]: > Hello, > > I'm not sure if it is a good idea (or even possible) but I'm trying to > run OpenBSD as guest in qmemu on a Soerkis and OpenBSD as host. A > Soekris has no graphic capabilities so I need to run qemu in nographic > mode. I'm not able to do that un

qemu -nographic

2011-01-08 Thread Pieter Verberne
d tried several options: lilium$ qemu -nographic -curses obsd.img qemu: -curses: invalid option lilium$ qemu -nographic obsd.img [no output, but qemu is running] lilium$ tty /dev/ttyp0 lilium$ qemu -nographic -serial /dev/ttyp0 obsd.img QEMU 0.13.0 monitor - type 'help' for more