From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kk0tY-0002Sq-Cx for qemu-devel@nongnu.org; Sun, 28 Sep 2008 14:21:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kk0tX-0002Sb-9g for qemu-devel@nongnu.org; Sun, 28 Sep 2008 14:21:23 -0400 Received: from [199.232.76.173] (port=40790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kk0tX-0002SY-4e for qemu-devel@nongnu.org; Sun, 28 Sep 2008 14:21:23 -0400 Received: from pop-scotia.atl.sa.earthlink.net ([207.69.195.65]:38088) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kk0tW-0002R8-PX for qemu-devel@nongnu.org; Sun, 28 Sep 2008 14:21:22 -0400 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=[192.168.0.90]) by pop-scotia.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1Kk0tU-0006P1-00 for qemu-devel@nongnu.org; Sun, 28 Sep 2008 14:21:20 -0400 Message-ID: <48DFCB20.7090106@earthlink.net> Date: Sun, 28 Sep 2008 14:21:20 -0400 From: Robert Reif MIME-Version: 1.0 Subject: Re: [Qemu-devel] Can't boot my sparc system anymore References: <48DFC2A5.6040305@earthlink.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed 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 Blue Swirl wrote: > On 9/28/08, Robert Reif wrote: > >> I tried running one of my sparc system boot scripts that does: >> >> qemu-system-sparc -hda c.img -M SS-10 -append "console=ttyS0 >> video=tcxfb:off" -nographic >> >> and I now get: >> >> -append only allowed with -kernel option >> >> This is a recent regression. Do I need to do this differently now or is >> this a bug? >> > > It has never worked. -append is used only with preloaded Linux kernel > , it is not passed to the boot loader. Please use -prom-env, for > example -prom-env 'boot-args=linux single'. > > Also -nographic is passed to OpenBIOS which switches prom console to > serial, so it is not necessary to use 'console=xxx' or 'video=xxx' > options. Linux uses prom console before switching to its own console > functions. > > > > It may not be right but it does (did) work. Here is current svn with the failing command line test disabled running: qemu-system-sparc -hda c.img -M SS-10 -append "Linux console=ttyS0 video=tcxfb:off" -nographic Configuration device id QEMU version 1 machine id 64 CPUs: 1 x TI,TMS390Z55 Welcome to OpenBIOS v1.0RC1 built on Sep 18 2008 19:07 Type 'help' for detailed information [sparc] Booting file 'disk' with parameters 'Linux console=ttyS0 video=tcxfb:off' Not a bootable ELF image Not a Linux kernel image Loading a.out image... Loaded 7680 bytes entry point is 0x4000 Jumping to entry point... SILO Version 1.4.13 Uncompressing image...