Re: DP2 iso crash on boot

2002-11-19 Thread Brian Dean
On Tue, Nov 19, 2002 at 01:21:56PM -0500, Matt Haught wrote:
> With the DP2 iso (from ftp5), I get a crash on boot right after the acpi
> module is loaded.  The error is (manually copied) and occured 5 out of 5
> times that I tried:
 
I recently worked on loading 5.0 onto a dual Xeon which panic'd in a
similar way.  You might be able to avoid the problem by stopping the
loader before it boots the kernel, and issuing:

unset ACPI_LOAD

at the loader prompt.  Then issue the boot command manually.  That may
get you going.  If so, you should be able to add the following to your
/boot/loader.conf file:

exec="unset ACPI_LOAD"

Good luck!

-Brian
-- 
Brian Dean
[EMAIL PROTECTED]
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: DP2 iso crash on boot

2002-11-19 Thread John Baldwin

On 19-Nov-2002 Matt Haught wrote:
> With the DP2 iso (from ftp5), I get a crash on boot right after the acpi
> module is loaded.  The error is (manually copied) and occured 5 out of 5
> times that I tried:

Could you provide the lines of output prior to the crash?

> Fatal trap 12 : page fault while in kernel mode
> fault virtual address = 0x5e6a200
> fault code = supervisor read, page not present
> instruction pointer = 0x8:0x4eba200

These two addresses are not valid kernel addresses.
They are even kind of low for userland addresses.

> stack pointer = 0x10:0xc0a73d84
> frame pointer = 0x10:0xc0a73d98
> code segment = base 0x0, limit 0xf, type 0x16
>   = DPL 0, pres1, def321, gran 1
> 
> I received a similar error from a iso snapshot off of usw2 from a few weeks
> ago, and ended up grabbing a iso off of snapshots.jp .  I have been
> running -CURRENT for a few weeks, and just cvsuped and installed a new
> world/kernel last night.  In addition, I have been using the install cd to
> boot into current due to the boot manager not adding my install (still
> cannot get it to work, but that is another issue), and I have noticed that
> both the usw2 and DP2 cds take 50 times as long to get to the loader (so
> that I can change my currdev and such) as when compared to the snapshots.jp
> iso image I used last.
> 
> P3 @ 850
> Abit SH6 (815E)
> Yamaha CRW2100E
> 
> If you need any more info, feel free ask.
> 
> --Matt
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



DP2 iso crash on boot

2002-11-19 Thread Matt Haught
With the DP2 iso (from ftp5), I get a crash on boot right after the acpi
module is loaded.  The error is (manually copied) and occured 5 out of 5
times that I tried:

Fatal trap 12 : page fault while in kernel mode
fault virtual address = 0x5e6a200
fault code = supervisor read, page not present
instruction pointer = 0x8:0x4eba200
stack pointer = 0x10:0xc0a73d84
frame pointer = 0x10:0xc0a73d98
code segment = base 0x0, limit 0xf, type 0x16
  = DPL 0, pres1, def321, gran 1

I received a similar error from a iso snapshot off of usw2 from a few weeks
ago, and ended up grabbing a iso off of snapshots.jp .  I have been
running -CURRENT for a few weeks, and just cvsuped and installed a new
world/kernel last night.  In addition, I have been using the install cd to
boot into current due to the boot manager not adding my install (still
cannot get it to work, but that is another issue), and I have noticed that
both the usw2 and DP2 cds take 50 times as long to get to the loader (so
that I can change my currdev and such) as when compared to the snapshots.jp
iso image I used last.

P3 @ 850
Abit SH6 (815E)
Yamaha CRW2100E

If you need any more info, feel free ask.

--Matt

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message