From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DXNuE-0000uK-LC for qemu-devel@nongnu.org; Sun, 15 May 2005 14:32:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DXNuC-0000tW-US for qemu-devel@nongnu.org; Sun, 15 May 2005 14:32:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXI4l-0004pb-QV for qemu-devel@nongnu.org; Sun, 15 May 2005 08:18:31 -0400 Received: from [62.210.158.45] (helo=quito.magic.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DXI7D-0004sh-PL for qemu-devel@nongnu.org; Sun, 15 May 2005 08:21:04 -0400 Subject: Re: [Qemu-devel] booting linux 2.6 in qemu-system-ppc From: "J. Mayer" In-Reply-To: <1116115668.25230.1.camel@localhost> References: <1116115668.25230.1.camel@localhost> Content-Type: text/plain Date: Sun, 15 May 2005 14:13:04 +0200 Message-Id: <1116159184.12010.88.camel@rapid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Johannes Berg On Sun, 2005-05-15 at 02:07 +0200, Johannes Berg wrote: > Hi, Hi, > Just for the record: if I remove the VGA card from the qemu pci bus I > can successfully boot a linux 2.6 kernel with serial console. Apparently > there's something wrong with it. I just checked: I don't have to remove the VGA device to be able to boot 2.6 kernel on serial port. Just have to give it the following arguments to the kernel (and of course, use a kernel with the PC serial port support compiled in): console=ttyS0 console=tty0 Note that the Open-Firmware frame-buffer support is broken in many 2.6 kernels (I mean on real Macs) and that most distributions install CDROM don't have support for PC serial ports. Then, to be able to have video console with any 2.6 based distribution, I'm afraid we'll need to have an ATI Radeon emulation. You can also notice that we don't emulation Mac serial ports, in Qemu. -- J. Mayer Never organized