From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhBCP-0007D2-8f for qemu-devel@nongnu.org; Wed, 30 Sep 2015 02:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhBCM-0002bG-3s for qemu-devel@nongnu.org; Wed, 30 Sep 2015 02:49:09 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:33331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhBCL-0002b6-Vh for qemu-devel@nongnu.org; Wed, 30 Sep 2015 02:49:06 -0400 Received: by pacex6 with SMTP id ex6so31112272pac.0 for ; Tue, 29 Sep 2015 23:49:05 -0700 (PDT) Sender: Richard Henderson References: <5607946B.3050904@gmx.net> <560B4BB8.40605@twiddle.net> <560B66B6.8090902@gmx.net> From: Richard Henderson Message-ID: <560B85D7.7060206@twiddle.net> Date: Wed, 30 Sep 2015 16:48:55 +1000 MIME-Version: 1.0 In-Reply-To: <560B66B6.8090902@gmx.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: Dennis Luehring , qemu-devel 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. r~