NetBSD Problem Report #55173

From www@netbsd.org  Mon Apr 13 20:11:32 2020
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 56EE21A9219
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 13 Apr 2020 20:11:32 +0000 (UTC)
Message-Id: <20200413201131.372071A924B@mollari.NetBSD.org>
Date: Mon, 13 Apr 2020 20:11:31 +0000 (UTC)
From: lorenzocauli162@gmail.com
Reply-To: lorenzocauli162@gmail.com
To: gnats-bugs@NetBSD.org
Subject: NetBSD-9.0/sparc64 blackscreens on bootup from CDROM on Sun Ultra 5
X-Send-Pr-Version: www-1.0

>Number:         55173
>Category:       port-sparc64
>Synopsis:       NetBSD-9.0/sparc64 blackscreens on bootup from CDROM on Sun Ultra 5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-sparc64-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 13 20:15:00 +0000 2020
>Closed-Date:    Thu Apr 16 17:42:58 +0000 2020
>Last-Modified:  Thu Apr 16 17:42:58 +0000 2020
>Originator:     Lorenzo Cauli
>Release:        9.0
>Organization:
>Environment:
>Description:
I have a Sun Ultra 5 with a UltraSparc II+ 360MHz and 256MB of RAM.
I burn the ISO to a CD, put it in the machine and at the openboot prompt I run 'boot cdrom'. The bootcode loads up and some kernel messages can be seen.
At one point though, when the "" is printed on console, the screen goes black, with all monitors tested reporting no signal, the keyboard stops working (status lights dont work, Stop-a doesnt work) and I can hear no seeking noises from the CD drive. I know it works because I used it to install Solaris multiple times and it always worked. The serial console doesn't print anything when the screen goes down. I have a friend with similar specs (512MB of RAM instead of 256, everything else is the same. even the HDD model) which has had the same exact problem.
I have made a video public on youtube describing the issue: https://www.youtube.com/watch?v=vVXH6TgBaFg
>How-To-Repeat:
1) Burn an ISO of NetBSD-9.0/sparc64
2) Boot it from OpenBoot with 'boot cdrom'
3) Wait for the kernel to load up and execute
4) Wait for it to just shut video down.
>Fix:

>Release-Note:

>Audit-Trail:
From: Julian Coleman <jdc@coris.org.uk>
To: gnats-bugs@netbsd.org
Cc: port-sparc64-maintainer@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: port-sparc64/55173: NetBSD-9.0/sparc64 blackscreens on bootup
 from CDROM on Sun Ultra 5
Date: Thu, 16 Apr 2020 11:46:35 +0200

 Hi all,

 > I have a Sun Ultra 5 with a UltraSparc II+ 360MHz and 256MB of RAM.
 > I burn the ISO to a CD, put it in the machine and at the openboot prompt I run 'boot cdrom'. The bootcode loads up and some kernel messages can be seen.
 > At one point though, when the "" is printed on console, the screen goes black, with all monitors tested reporting no signal, the keyboard stops working (status lights dont work, Stop-a doesnt work) and I can hear no seeking noises from the CD drive. I know it works because I used it to install Solaris multiple times and it always worked. The serial console doesn't print anything when the screen goes down. I have a friend with similar specs (512MB of RAM instead of 256, everything else is the same. even the HDD model) which has had the same exact problem.

 We netbooted a custom netbsd-9 kernel, with updated machfb from current:

   http://mail-index.netbsd.org/source-changes/2019/12/07/msg111626.html

 and this fixes the problem.

 Regards,

 Julian

From: Lorenzo Cauli <lorenzocauli162@gmail.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: port-sparc64/55173: NetBSD-9.0/sparc64 blackscreens on bootup
 from CDROM on Sun Ultra 5
Date: Thu, 16 Apr 2020 13:16:29 +0200

 --00000000000036b29d05a366915b
 Content-Type: text/plain; charset="UTF-8"

 As a temporary measure X works with the wsfb driver instead of mach64

 On Thu, Apr 16, 2020, 13:05 Julian Coleman <jdc@coris.org.uk> wrote:

 > The following reply was made to PR port-sparc64/55173; it has been noted
 > by GNATS.
 >
 > From: Julian Coleman <jdc@coris.org.uk>
 > To: gnats-bugs@netbsd.org
 > Cc: port-sparc64-maintainer@netbsd.org, gnats-admin@netbsd.org,
 >         netbsd-bugs@netbsd.org
 > Subject: Re: port-sparc64/55173: NetBSD-9.0/sparc64 blackscreens on bootup
 >  from CDROM on Sun Ultra 5
 > Date: Thu, 16 Apr 2020 11:46:35 +0200
 >
 >  Hi all,
 >
 >  > I have a Sun Ultra 5 with a UltraSparc II+ 360MHz and 256MB of RAM.
 >  > I burn the ISO to a CD, put it in the machine and at the openboot
 > prompt I run 'boot cdrom'. The bootcode loads up and some kernel messages
 > can be seen.
 >  > At one point though, when the "" is printed on console, the screen goes
 > black, with all monitors tested reporting no signal, the keyboard stops
 > working (status lights dont work, Stop-a doesnt work) and I can hear no
 > seeking noises from the CD drive. I know it works because I used it to
 > install Solaris multiple times and it always worked. The serial console
 > doesn't print anything when the screen goes down. I have a friend with
 > similar specs (512MB of RAM instead of 256, everything else is the same.
 > even the HDD model) which has had the same exact problem.
 >
 >  We netbooted a custom netbsd-9 kernel, with updated machfb from current:
 >
 >    http://mail-index.netbsd.org/source-changes/2019/12/07/msg111626.html
 >
 >  and this fixes the problem.
 >
 >  Regards,
 >
 >  Julian
 >
 >

 --00000000000036b29d05a366915b
 Content-Type: text/html; charset="UTF-8"
 Content-Transfer-Encoding: quoted-printable

 <div dir=3D"auto">As a temporary measure X works with the wsfb driver inste=
 ad of mach64</div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"=
 gmail_attr">On Thu, Apr 16, 2020, 13:05 Julian Coleman &lt;<a href=3D"mailt=
 o:jdc@coris.org.uk">jdc@coris.org.uk</a>&gt; wrote:<br></div><blockquote cl=
 ass=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;p=
 adding-left:1ex">The following reply was made to PR port-sparc64/55173; it =
 has been noted by GNATS.<br>
 <br>
 From: Julian Coleman &lt;<a href=3D"mailto:jdc@coris.org.uk" target=3D"_bla=
 nk" rel=3D"noreferrer">jdc@coris.org.uk</a>&gt;<br>
 To: <a href=3D"mailto:gnats-bugs@netbsd.org" target=3D"_blank" rel=3D"noref=
 errer">gnats-bugs@netbsd.org</a><br>
 Cc: <a href=3D"mailto:port-sparc64-maintainer@netbsd.org" target=3D"_blank"=
  rel=3D"noreferrer">port-sparc64-maintainer@netbsd.org</a>, <a href=3D"mail=
 to:gnats-admin@netbsd.org" target=3D"_blank" rel=3D"noreferrer">gnats-admin=
 @netbsd.org</a>,<br>
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"mailto:netbsd-bugs@netbsd.org" targe=
 t=3D"_blank" rel=3D"noreferrer">netbsd-bugs@netbsd.org</a><br>
 Subject: Re: port-sparc64/55173: NetBSD-9.0/sparc64 blackscreens on bootup<=
 br>
 =C2=A0from CDROM on Sun Ultra 5<br>
 Date: Thu, 16 Apr 2020 11:46:35 +0200<br>
 <br>
 =C2=A0Hi all,<br>
 <br>
 =C2=A0&gt; I have a Sun Ultra 5 with a UltraSparc II+ 360MHz and 256MB of R=
 AM.<br>
 =C2=A0&gt; I burn the ISO to a CD, put it in the machine and at the openboo=
 t prompt I run &#39;boot cdrom&#39;. The bootcode loads up and some kernel =
 messages can be seen.<br>
 =C2=A0&gt; At one point though, when the &quot;&quot; is printed on console=
 , the screen goes black, with all monitors tested reporting no signal, the =
 keyboard stops working (status lights dont work, Stop-a doesnt work) and I =
 can hear no seeking noises from the CD drive. I know it works because I use=
 d it to install Solaris multiple times and it always worked. The serial con=
 sole doesn&#39;t print anything when the screen goes down. I have a friend =
 with similar specs (512MB of RAM instead of 256, everything else is the sam=
 e. even the HDD model) which has had the same exact problem.<br>
 <br>
 =C2=A0We netbooted a custom netbsd-9 kernel, with updated machfb from curre=
 nt:<br>
 <br>
 =C2=A0 =C2=A0<a href=3D"http://mail-index.netbsd.org/source-changes/2019/12=
 /07/msg111626.html" rel=3D"noreferrer noreferrer" target=3D"_blank">http://=
 mail-index.netbsd.org/source-changes/2019/12/07/msg111626.html</a><br>
 <br>
 =C2=A0and this fixes the problem.<br>
 <br>
 =C2=A0Regards,<br>
 <br>
 =C2=A0Julian<br>
 <br>
 </blockquote></div>

 --00000000000036b29d05a366915b--

State-Changed-From-To: open->closed
State-Changed-By: jdc@NetBSD.org
State-Changed-When: Thu, 16 Apr 2020 17:42:58 +0000
State-Changed-Why:
The machfb change has been pulled up to netbsd-9:
  http://releng.netbsd.org/cgi-bin/req-9.cgi?show=836
and this fixes the problem.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.