Linux PARISC architecture development
 help / color / mirror / Atom feed
* Re: [parisc-linux] booting problems
@ 1999-06-11 18:49 Jason Eckhardt
  1999-06-11 19:37 ` Alex deVries
  0 siblings, 1 reply; 34+ messages in thread
From: Jason Eckhardt @ 1999-06-11 18:49 UTC (permalink / raw)
  To: adevries; +Cc: parisc-linux


> I think you're right.  I'm sure now that the byte order isn't a problem,
> because my header and Jason's IPL work fine.
>
> > Jason's
> > link options, "-R 0 -N", specified a text origin of 0 and data following
> > the text.  I think the default for ELF is to place the text at 0x1000 and
> > data at 0x40000000.  The gnu ld equivalent for "-R 0" would appear to
> > be "-Ttext 0".  I am not sure there is a direct equivalent for "-N".
> > Maybe, you could use "-Tdata" to set the data location.  Maps might be
> > useful to sort out what is going on.  
>
> Definitely.  This should be the next step in sorting this out.
>

  The bootstrap definately will not work with default data at 0x40000000.
  The HPMC that is occurring is undoubtedly because the data section is there.

^ permalink raw reply	[flat|nested] 34+ messages in thread
* [parisc-linux] booting problems
@ 2001-08-31 16:06 James Waterhouse
  0 siblings, 0 replies; 34+ messages in thread
From: James Waterhouse @ 2001-08-31 16:06 UTC (permalink / raw)
  To: parisc-linux@thepuffingroup.com, debian-hppa@lists.debian.org

Hello everyone,
	I'm seem to be having trouble booting into linux on my 712/60. I hope 
someone can help. I have built a new kernel (from cvs) and also set up 
an nfs root. When I try to boot the linux boots up to the point where it 
says "Cleaning: /tmp/ /var/lock /var/run" and then it just hangs. Any 
idea what is cause it to hang? Could there be a problem with the nfsroot?

James

^ permalink raw reply	[flat|nested] 34+ messages in thread
[parent not found: <3761F335.ADA76678@thepuffingroup.com>]
* Re: [parisc-linux] booting problems
@ 1999-06-10 21:06 Richard J. Rauenzahn
  0 siblings, 0 replies; 34+ messages in thread
From: Richard J. Rauenzahn @ 1999-06-10 21:06 UTC (permalink / raw)
  To: Stan Sieler, Kirk Bresniker; +Cc: adevries, parisc-linux



The "HP Remote Management (access port) interface card" is Product # A3342A

-----Original Message-----
From: Stan Sieler <sieler@allegro.com>
To: Kirk Bresniker <kirkb@chrome.rose.hp.com>
Cc: adevries@thepuffingroup.com <adevries@thepuffingroup.com>;
parisc-linux@thepuffingroup.com <parisc-linux@thepuffingroup.com>
Date: Thursday, June 10, 1999 10:11 AM
Subject: Re: [parisc-linux] booting problems


>Re:
>
>> | No, we don't have remote manatement cards, but it sounds like they'd be
>...
>> display the chassis codes sent by the PDC_CHASSIS call. The remote
>> management card, however, has the benefits of saving a history of the
>> chassis codes, as well as providing the remote reset/TOC functions.
>
>Do you have a part number for this card?

^ permalink raw reply	[flat|nested] 34+ messages in thread
[parent not found: <no.id>]
* [parisc-linux] booting problems
@ 1999-06-10  5:07 Alex deVries
  1999-06-10  6:20 ` Kirk Bresniker
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Alex deVries @ 1999-06-10  5:07 UTC (permalink / raw)
  To: parisc-linux


Okay, I've committed a couple of fixes to make the building of the
bootable image go a bit smoother.  Thanks to John for his patch that
doesn't require /dev/zero existing to create the sparse file.

And now it passes the LIF magic and checksum, and dies.  Here's a
hand-typed copy of the console:

"
Main Menu: Enter command > boot p2
Interact with IPL (Y, N, or Cancel)?> n

Booting...
Network Station Address 001039-037944
System IP Address 192.168.1.56
Server IP Address 192.168.1.52

Boot IO Dependant Code (IODC) revision 2


SOFT Booted.
"

And then absolutely nothing.  The cute little heart on the front panel
is stuck on. According to the inside of the top cover (oh, what a great
place to put debug info), this means: "System board fault, HPMC or
Unknown fault".  At this point I'm going for the third.

Looks like we just need to compare a large chunk of the bootable binary
to figure out what's happening.

- Alex

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2001-08-31 16:07 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-11 18:49 [parisc-linux] booting problems Jason Eckhardt
1999-06-11 19:37 ` Alex deVries
1999-06-12  0:56   ` John David Anglin
1999-06-12  1:25     ` John David Anglin
1999-06-12  3:23     ` John David Anglin
1999-06-12  3:43       ` Jeffrey A Law
1999-06-12  5:10         ` Alex deVries
1999-06-12  5:11           ` Jeffrey A Law
  -- strict thread matches above, loose matches on Subject: below --
2001-08-31 16:06 James Waterhouse
     [not found] <3761F335.ADA76678@thepuffingroup.com>
1999-06-12  6:32 ` Jeffrey A Law
1999-06-12 11:15   ` Alex deVries
1999-06-12 16:57     ` John David Anglin
1999-06-12 18:36       ` Alan Cox
1999-06-12 18:53         ` Jeffrey A Law
1999-06-12 19:36         ` Matthew Wilcox
1999-06-12 21:15           ` Jeffrey A Law
1999-06-12 21:09     ` Jeffrey A Law
1999-06-13 19:10   ` John David Anglin
1999-06-14  0:17     ` Alex deVries
1999-06-10 21:06 Richard J. Rauenzahn
     [not found] <no.id>
1999-06-10 18:32 ` Stan Sieler
1999-06-10  5:07 Alex deVries
1999-06-10  6:20 ` Kirk Bresniker
1999-06-10  7:21   ` Alex deVries
1999-06-10 15:26     ` Kirk Bresniker
1999-06-10 17:08       ` Stan Sieler
1999-06-10 17:03     ` Stan Sieler
1999-06-10 21:20 ` John David Anglin
1999-06-11  7:36 ` Alex deVries
1999-06-11  8:57 ` Alex deVries
1999-06-11  9:08   ` Jeffrey A Law
1999-06-11 14:06     ` John David Anglin
1999-06-11 17:19       ` Alex deVries
1999-06-11 18:10         ` Kirk Bresniker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox