Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-21 Thread pluknet
2010/4/21 Andrey V. Elsukov bu7c...@yandex.ru:
 On 21.04.2010 2:44, Maxim Sobolev wrote:

 Maxim Sobolev wrote:

 Maybe try adding

 hint.atkbdc.0.disabled=1
 hint.atkbd.0.disabled=1

 Actually it helped, thank you very much! The problem was that I have had
 my hints compiled into the kernel itself.

 Hi, Maxim.

 I tried to boot 9.0-CURRENT amd64 snapshot on IBM x3650 M2 and seems have
 the
 same problem, i set hints from loader prompt, but this didn't help.
 Can you explain what you did to boot FreeBSD faster?


Hmm.. That's strange to hear.
We have in production a number of x3650m2: 7.2-R, 7.3-R (all amd64).
All runs flawlessly.
 I'll try to boot it from head today if that matters.

-- 
wbr,
pluknet
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-21 Thread Andrey V. Elsukov

On 21.04.2010 10:01, pluknet wrote:

Hmm.. That's strange to hear.
We have in production a number of x3650m2: 7.2-R, 7.3-R (all amd64).
All runs flawlessly.
  I'll try to boot it from head today if that matters.


It was about 1.5 hour ago when i entered autoboot in loader prompt.
It still show slowly rotated dash line at end of
/boot/kernel/kernel text=x |

--
WBR, Andrey V. Elsukov
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-21 Thread Daniel Braniss
 On 21.04.2010 10:01, pluknet wrote:
  Hmm.. That's strange to hear.
  We have in production a number of x3650m2: 7.2-R, 7.3-R (all amd64).
  All runs flawlessly.
I'll try to boot it from head today if that matters.
 
 It was about 1.5 hour ago when i entered autoboot in loader prompt.
 It still show slowly rotated dash line at end of
 /boot/kernel/kernel text=x |

I've seen this happen when there were problems with the serial port, either
missing or miss-configured.

HTH,
danny



___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread Maxim Sobolev

Hi,

For the first time in many years, I've stumbled across a server hardware 
where FreeBSD kernel refuses to boot. It's FUJITSU PRIMERGY RX200 S5 
server with 2x Quad core E5520 processors and 16GB of RAM. Linux boots 
on that hardware just fine. Linux dmesg is available here:


http://sobomax.sippysoft.com/RX200.linux.dmesg

I tried 7.3-RELEASE and latest HEAD, both amd64 and i386 - neither 
worked. HEAD and 7.3 behaved little bit differently. 7.3 hanged after 
the boot command, HEAD - filled in console with funny blinking characters.


Screenshots with some debug information - SMAP, boot environment 
(7.3/amd64):


http://sobomax.sippysoft.com/ScreenShot595.png
http://sobomax.sippysoft.com/ScreenShot596.png
http://sobomax.sippysoft.com/ScreenShot597.png
http://sobomax.sippysoft.com/ScreenShot598.png
http://sobomax.sippysoft.com/ScreenShot599.png
http://sobomax.sippysoft.com/ScreenShot600.png
http://sobomax.sippysoft.com/ScreenShot601.png


HEAD/amd64 booting (boot -v):

http://sobomax.sippysoft.com/ScreenShot603.png

I have control over that machine, so that I can run some tests on it, 
including building and executing debug kernels. The only thing that I 
don't have access to at the moment is BIOS.


Any ideas on how to investigate and fix that problem are highly appreciated.

-Maxim
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread Maxim Sobolev

Maxim Sobolev wrote:

the boot command, HEAD - filled in console with funny blinking characters.


...and hanged machine after that as well.

-Maxim
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread Maxim Sobolev
Update: I've discovered that the 7.3 kernels actually boot after some 
ridiculously long waiting period after the boot command (i.e. 10 
minutes or even more). I suspect that it might be caused by the memory 
probing, which as far as I know the FreeBSD does to determine if the 
physical memory that has been reported by BIOS really exists.


Here is what kernel reports about RAM:

http://sobomax.sippysoft.com/ScreenShot605.png

Any comments?

-Maxim
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread John Baldwin
On Tuesday 20 April 2010 8:30:42 am Maxim Sobolev wrote:
 Update: I've discovered that the 7.3 kernels actually boot after some 
 ridiculously long waiting period after the boot command (i.e. 10 
 minutes or even more). I suspect that it might be caused by the memory 
 probing, which as far as I know the FreeBSD does to determine if the 
 physical memory that has been reported by BIOS really exists.
 
 Here is what kernel reports about RAM:
 
 http://sobomax.sippysoft.com/ScreenShot605.png
 
 Any comments?

Maybe try adding

hint.atkbdc.0.disabled=1
hint.atkbd.0.disabled=1

to /boot/device.hints?  That has reportedly removed minute-long boot delays on 
some Nehalem machines.

-- 
John Baldwin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread Maxim Sobolev

John Baldwin wrote:

On Tuesday 20 April 2010 8:30:42 am Maxim Sobolev wrote:
Update: I've discovered that the 7.3 kernels actually boot after some 
ridiculously long waiting period after the boot command (i.e. 10 
minutes or even more). I suspect that it might be caused by the memory 
probing, which as far as I know the FreeBSD does to determine if the 
physical memory that has been reported by BIOS really exists.


Here is what kernel reports about RAM:

http://sobomax.sippysoft.com/ScreenShot605.png

Any comments?


Maybe try adding

hint.atkbdc.0.disabled=1
hint.atkbd.0.disabled=1

to /boot/device.hints?  That has reportedly removed minute-long boot delays on 
some Nehalem machines.


No, that have not helped at all. I measured the delay - it's about 6
minutes from boot command to the first smap message. Do you or anybody 
else have other ideas?


-Maxim
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread Maxim Sobolev

John Baldwin wrote:

On Tuesday 20 April 2010 8:30:42 am Maxim Sobolev wrote:
Update: I've discovered that the 7.3 kernels actually boot after some 
ridiculously long waiting period after the boot command (i.e. 10 
minutes or even more). I suspect that it might be caused by the memory 
probing, which as far as I know the FreeBSD does to determine if the 
physical memory that has been reported by BIOS really exists.


Here is what kernel reports about RAM:

http://sobomax.sippysoft.com/ScreenShot605.png

Any comments?


Maybe try adding

hint.atkbdc.0.disabled=1
hint.atkbd.0.disabled=1

to /boot/device.hints?  That has reportedly removed minute-long boot delays on 
some Nehalem machines.


No, that have not helped at all. I measured the delay - it's about 6 
minutes. Do you or anybody else have other ideas?


Regards,
--
Maksym Sobolyev
Sippy Software, Inc.
Internet Telephony (VoIP) Experts
T/F: +1-646-651-1110
Web: http://www.sippysoft.com
MSN: sa...@sippysoft.com
Skype: SippySoft
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread Maxim Sobolev

Maxim Sobolev wrote:

Maybe try adding

hint.atkbdc.0.disabled=1
hint.atkbd.0.disabled=1

to /boot/device.hints?  That has reportedly removed minute-long boot 
delays on some Nehalem machines.


No, that have not helped at all. I measured the delay - it's about 6
minutes from boot command to the first smap message. Do you or anybody 
else have other ideas?


Actually it helped, thank you very much! The problem was that I have had 
my hints compiled into the kernel itself.


-Maxim
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-20 Thread Andrey V. Elsukov

On 21.04.2010 2:44, Maxim Sobolev wrote:

Maxim Sobolev wrote:

Maybe try adding

hint.atkbdc.0.disabled=1
hint.atkbd.0.disabled=1


Actually it helped, thank you very much! The problem was that I have had
my hints compiled into the kernel itself.


Hi, Maxim.

I tried to boot 9.0-CURRENT amd64 snapshot on IBM x3650 M2 and seems have the
same problem, i set hints from loader prompt, but this didn't help.
Can you explain what you did to boot FreeBSD faster?

--
WBR, Andrey V. Elsukov
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org