Opened 14 years ago

Closed 14 years ago

#6158 closed bug (invalid)

[kernel] r37084 broke booting on Zotac nForce 630i-ITX

Reported by: diver Owned by: bonefish
Priority: normal Milestone: R1
Component: System/Kernel Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Using binary search I was able to find exact revision which broke booting on my motherboard Zotac nForce 630i-ITX.

hrev37083 and earlier boots fine.
hrev37084 and later hangs at boot logo before 1st icon is lit.

Attachments (5)

listdev.txt (3.2 KB ) - added by diver 14 years ago.
listdev-d.txt (41.7 KB ) - added by diver 14 years ago.
sysinfo.txt (2.8 KB ) - added by diver 14 years ago.
Zotac.jpg (280.3 KB ) - added by diver 14 years ago.
serial_r37084 .txt (6.7 KB ) - added by diver 14 years ago.

Download all attachments as: .zip

Change History (18)

by diver, 14 years ago

Attachment: listdev.txt added

by diver, 14 years ago

Attachment: listdev-d.txt added

comment:1 by anevilyak, 14 years ago

Owner: changed from axeld to bonefish
Status: newassigned

Something seems to have gone wrong with your sysinfo attachment, it appears to contain HTML as well. Looks like that board/CPU support PSE36 though. How much RAM do you have in there?

by diver, 14 years ago

Attachment: sysinfo.txt added

comment:2 by anevilyak, 14 years ago

On a related note it's somewhat odd that hrev37084 specifically triggers the hang since all it does is add a function definition that isn't actually called anywhere yet.

comment:3 by diver, 14 years ago

Ah, yeah, thanks. I've reattached it.

in reply to:  2 ; comment:4 by bonefish, 14 years ago

Replying to anevilyak:

On a related note it's somewhat odd that hrev37084 specifically triggers the hang since all it does is add a function definition that isn't actually called anywhere yet.

Indeed. And being inline there isn't even code generated for it. So the Haiku builds from hrev37083 and hrev37084 should be utterly identical save for the revision number.

Please verify with clean builds. Also a syslog would be nice.

in reply to:  4 ; comment:5 by anevilyak, 14 years ago

Replying to bonefish:

Please verify with clean builds. Also a syslog would be nice.

There wouldn't be any syslog output in this instance would there? If it hangs before even the first icon's lit up I'd imagine the syslog daemon's not initialized yet, though I suppose there's still the in-memory buffer that the USB stick could potentially capture/write.

in reply to:  5 comment:6 by bonefish, 14 years ago

Replying to anevilyak:

There wouldn't be any syslog output in this instance would there? If it hangs before even the first icon's lit up I'd imagine the syslog daemon's not initialized yet, though I suppose there's still the in-memory buffer that the USB stick could potentially capture/write.

That's the one I'm looking for. Since the hang happens so early, it is probably not a hang, but a kernel panic with the blue screen support not initialized yet. I haven't checked the code, but the KDL output might be captured in the debug syslog. Even if it isn't, some info is better than none at all. The serial output would definitely be best. The board doesn't seem to have a serial port, but at least a COM header, so a port could be connected.

comment:7 by diver, 14 years ago

Unfortunately, there is no syslog. COM header? Can't see it.

in reply to:  7 comment:8 by bonefish, 14 years ago

Replying to diver:

Unfortunately, there is no syslog.

You mean in the boot loader? That would be weird, since it is already created there.

COM header? Can't see it.

I only did a quick google, which turned up this site listing an internal COM interface. Might of course be incorrect info.

by diver, 14 years ago

Attachment: Zotac.jpg added

comment:9 by diver, 14 years ago

Now I see it, but I don't know how to connect to it.

comment:10 by anevilyak, 14 years ago

If you can find one in a store over there, something like this would do the trick:

http://www.newegg.com/Product/Product.aspx?Item=N82E16812200466&cm_re=serial_port_header-_-12-200-466-_-Product

comment:11 by diver, 14 years ago

Aha, thanks!

comment:12 by diver, 14 years ago

I tried to boot from real partition in qemu and in vbox and they both hung before the 1st icon. I captured serial output from vbox. As emulators refused to work with images I prepared I thought that it must be something with my build environment. So I had reformatted my hdd and installed Ubuntu 10.04, re-downloaded sources and now current revisions boots fine both natively and in emus. Feel free to close this one and sorry for the noise.

by diver, 14 years ago

Attachment: serial_r37084 .txt added

comment:13 by bonefish, 14 years ago

Resolution: invalid
Status: assignedclosed

Thanks for the update. Still weird, but anyway...

Note: See TracTickets for help on using tickets.