public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] WRAP crashes on reboot
@ 2006-04-07 21:15 mjinks
  2006-04-08 14:29 ` Christian Heim
  2006-04-08 14:41 ` Natanael Copa
  0 siblings, 2 replies; 7+ messages in thread
From: mjinks @ 2006-04-07 21:15 UTC (permalink / raw
  To: gentoo-embedded

I'm (still) playing with a PC Engines WRAP machine, trying to get it
ready for a life in a network closet.  I'm (still) almost there, except
that rebooting isn't going so well.

Originally the system would hang after the console printed "Restarting
system."  After adding "reboot=bios" to my kernel command line with some
help from Thierry, now I'm getting a little further:

[...]
 * Unmounting filesystems ...                                             [ ok ] * Remounting remaining filesystems readonly ...                          [ ok ]Restarting system.
PC Engines WRAP.2B/2C v1.09
640 KB Base Memory

...and there it sits indefinitely.  In a normal boot, the next line
would print the amount of extended memory.

I suppose this could be a bug in the hardware, and I'll see if I can get
any suggestions from the PC Engines people, but I thought I'd ask here
just in case somebody knows what to do.

Cheers,
-mrj
-- 
Michael Jinks, somewhere in NSIT, part of the University of Chicago
"If the future's not bright, it's colorful." -- Einsturzende Neubauten
-- 
gentoo-embedded@gentoo.org mailing list



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

* Re: [gentoo-embedded] WRAP crashes on reboot
  2006-04-07 21:15 [gentoo-embedded] WRAP crashes on reboot mjinks
@ 2006-04-08 14:29 ` Christian Heim
  2006-04-08 14:41 ` Natanael Copa
  1 sibling, 0 replies; 7+ messages in thread
From: Christian Heim @ 2006-04-08 14:29 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

On Friday 07 April 2006 23:15, mj wrote:                 
>   [ ok ]Restarting system. PC Engines WRAP.2B/2C v1.09
> 640 KB Base Memory
>
> ...and there it sits indefinitely.  In a normal boot, the next line
> would print the amount of extended memory.

I'm seeing the same issues here.

>
> I suppose this could be a bug in the hardware, and I'll see if I can get
> any suggestions from the PC Engines people, but I thought I'd ask here
> just in case somebody knows what to do.

Definitly, I already talked to the PC Engines People (in fact I talked to 
Pascal Dornier). He told me to send my (broken) WRAP to him, he returned a 
new one to me. But its still broken.

The funny thing about that is if you unplug the WRAP for some time (5+mins) it 
runs fine again. So I think the reboot is really b0rked.

Regards

-- 
Christian Heim <phreak@gentoo.org>
Gentoo Linux Developer - vserver/openvz

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

* Re: [gentoo-embedded] WRAP crashes on reboot
  2006-04-07 21:15 [gentoo-embedded] WRAP crashes on reboot mjinks
  2006-04-08 14:29 ` Christian Heim
@ 2006-04-08 14:41 ` Natanael Copa
  2006-04-08 15:43   ` Thierry Carrez
  2006-04-12 23:57   ` resolved, " mjinks
  1 sibling, 2 replies; 7+ messages in thread
From: Natanael Copa @ 2006-04-08 14:41 UTC (permalink / raw
  To: gentoo-embedded

On Fri, 7 Apr 2006 16:15:39 -0500
mjinks@uchicago.edu wrote:

> [...]
>  * Unmounting filesystems ...                                             [ ok ] * Remounting remaining filesystems readonly ...                          [ ok ]Restarting system.
> PC Engines WRAP.2B/2C v1.09
> 640 KB Base Memory
> 
> ...and there it sits indefinitely.  In a normal boot, the next line
> would print the amount of extended memory.

Have you tried turning on
Procerssor type and features -> Enable X86 board specific fixups for reboot
in the kernel config?
-- 
gentoo-embedded@gentoo.org mailing list



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

* Re: [gentoo-embedded] WRAP crashes on reboot
  2006-04-08 14:41 ` Natanael Copa
@ 2006-04-08 15:43   ` Thierry Carrez
  2006-04-12 23:57   ` resolved, " mjinks
  1 sibling, 0 replies; 7+ messages in thread
From: Thierry Carrez @ 2006-04-08 15:43 UTC (permalink / raw
  To: gentoo-embedded

Natanael Copa wrote:

> Have you tried turning on
> Procerssor type and features -> Enable X86 board specific fixups for reboot
> in the kernel config?

It's not enabled in standard GNAP. Maybe I should :)

mjinks:
Your way out is to rebuild (gnap_make) with a new
specs/isolinux/syslinux.cfg and kernel.config.

Since GNAP 1.8.2 is broken with current portage you might be better out
waiting for the 2.0 release, or play with 2.0rc1 from
http://dev.gentoo.org/~koon/gnap-2.0rc1

-- 
Koon
-- 
gentoo-embedded@gentoo.org mailing list



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

* resolved, Re: [gentoo-embedded] WRAP crashes on reboot
  2006-04-08 14:41 ` Natanael Copa
  2006-04-08 15:43   ` Thierry Carrez
@ 2006-04-12 23:57   ` mjinks
  2006-04-13 16:07     ` Thierry Carrez
  1 sibling, 1 reply; 7+ messages in thread
From: mjinks @ 2006-04-12 23:57 UTC (permalink / raw
  To: gentoo-embedded

On Sat, Apr 08, 2006 at 04:41:54PM +0200, Natanael Copa wrote:
> 
> Have you tried turning on
> Procerssor type and features -> Enable X86 board specific fixups for reboot
> in the kernel config?

I thought I had, but no, I hadn't.  When I did, the problem went away.

Thanks, all.

Is there any downside to enabling that feature in the default GNAP
kernel build?

-- 
Michael Jinks, somewhere in NSIT, part of the University of Chicago
"If the future's not bright, it's colorful." -- Einsturzende Neubauten
-- 
gentoo-embedded@gentoo.org mailing list



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

* Re: resolved, Re: [gentoo-embedded] WRAP crashes on reboot
  2006-04-12 23:57   ` resolved, " mjinks
@ 2006-04-13 16:07     ` Thierry Carrez
  2006-04-13 17:20       ` mjinks
  0 siblings, 1 reply; 7+ messages in thread
From: Thierry Carrez @ 2006-04-13 16:07 UTC (permalink / raw
  To: gentoo-embedded

mjinks@uchicago.edu wrote:
> On Sat, Apr 08, 2006 at 04:41:54PM +0200, Natanael Copa wrote:
> 
>>Have you tried turning on
>>Procerssor type and features -> Enable X86 board specific fixups for reboot
>>in the kernel config?
> 
> 
> I thought I had, but no, I hadn't.  When I did, the problem went away.
> 
> Thanks, all.
> 
> Is there any downside to enabling that feature in the default GNAP
> kernel build?
> 

Probably not. Please file a bug under the GentooHostedProjects/GNAP
Bugzilla component so that I remember to fix it.

-- 
Koon
-- 
gentoo-embedded@gentoo.org mailing list



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

* Re: resolved, Re: [gentoo-embedded] WRAP crashes on reboot
  2006-04-13 16:07     ` Thierry Carrez
@ 2006-04-13 17:20       ` mjinks
  0 siblings, 0 replies; 7+ messages in thread
From: mjinks @ 2006-04-13 17:20 UTC (permalink / raw
  To: gentoo-embedded

On Thu, Apr 13, 2006 at 06:07:33PM +0200, Thierry Carrez wrote:
> 
> Probably not. Please file a bug under the GentooHostedProjects/GNAP
> Bugzilla component so that I remember to fix it.

Done!  Thanks again.

-mrj
-- 
gentoo-embedded@gentoo.org mailing list



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

end of thread, other threads:[~2006-04-13 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-07 21:15 [gentoo-embedded] WRAP crashes on reboot mjinks
2006-04-08 14:29 ` Christian Heim
2006-04-08 14:41 ` Natanael Copa
2006-04-08 15:43   ` Thierry Carrez
2006-04-12 23:57   ` resolved, " mjinks
2006-04-13 16:07     ` Thierry Carrez
2006-04-13 17:20       ` mjinks

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