From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhBIQ-00085o-4C for qemu-devel@nongnu.org; Wed, 30 Sep 2015 02:55:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhBIL-0004Pq-4S for qemu-devel@nongnu.org; Wed, 30 Sep 2015 02:55:22 -0400 Received: from mout.gmx.net ([212.227.15.15]:59437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhBIK-0004Pm-Pw for qemu-devel@nongnu.org; Wed, 30 Sep 2015 02:55:17 -0400 References: <5607946B.3050904@gmx.net> <560B4BB8.40605@twiddle.net> <560B66B6.8090902@gmx.net> <560B85D7.7060206@twiddle.net> From: Dennis Luehring Message-ID: <560B8752.5050400@gmx.net> Date: Wed, 30 Sep 2015 08:55:14 +0200 MIME-Version: 1.0 In-Reply-To: <560B85D7.7060206@twiddle.net> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-system-alpha -nographic does not work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel Am 30.09.2015 um 08:48 schrieb Richard Henderson: > On 09/30/2015 02:36 PM, Dennis Luehring wrote: > > ~/qemu/alpha-softmmu/qemu-system-alpha -m 1GB -monitor telnet::4440,server,nowait\ > > -kernel vmlinux.img-2.6.26-2-alpha-generic -initrd > > initrd.img-2.6.26-2-alpha-generic\ > > -net nic -net user -hda alpha.qcow2\ > > -drive file=debian-5010-alpha-netinst.iso,if=ide,media=cdrom -append > > 'root=/dev/hda3' #-serial telnet::3000,server -nographic > > You forgot "-append console=ttyS0". The kernel simply isn't writing to the > serial port. works thx, maybe i forgot it because some of my test images sparc64, mips64 just don't need the append and it still work with -nographic