From owner-freebsd-sparc64@FreeBSD.ORG Sat Dec 23 14:40:13 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4351216A47B for ; Sat, 23 Dec 2006 14:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3385B13C44E for ; Sat, 23 Dec 2006 14:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBNEeCQ2069584 for ; Sat, 23 Dec 2006 14:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBNEeCvm069577; Sat, 23 Dec 2006 14:40:12 GMT (envelope-from gnats) Date: Sat, 23 Dec 2006 14:40:12 GMT Message-Id: <200612231440.kBNEeCvm069577@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Marius Strobl Cc: Subject: Re: sparc64/107087: system is hinged during boot from CD X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marius Strobl List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 14:40:13 -0000 The following reply was made to PR sparc64/107087; it has been noted by GNATS. From: Marius Strobl To: bazylt Cc: freebsd-gnats-submit@freebsd.org Subject: Re: sparc64/107087: system is hinged during boot from CD Date: Sat, 23 Dec 2006 15:39:40 +0100 On Fri, Dec 22, 2006 at 10:09:06AM +0000, bazylt wrote: > >Environment: > SUN Enterprise 450 > >Description: > The system is hinged during loading kernel from bootable CDROM (6.1-RELEASE-sparc64-disc1 & 6.1-RELEASE-sparc64-bootonly) > The message on console: > Booting [/boot/kernel/kernel]... > nothing to autoload yet > jumping to kernel entry at 0xc0060000 > > The same problem on the Enterprise 250 That's most likely due to using an unsupported video card; with E{2,4}50 you're only choice are machfb(4)-compatible cards (i.e. Sun PGX and PGX64, but not PGX32) so far besides a serial console (for E250 this includes the integrated RSC). Marius