Dell PE3250 + FreeBSD 5.2.1

Arun Sharma arun.sharma at intel.com
Fri Apr 30 14:59:43 PDT 2004


On 4/27/2004 5:05 AM, Muthu_T at Dell.com wrote:

> After the following line, I see only the blinking cursor.
> 
> "Entering /boot/kernel/kernel at 0xe000000004058000..."
> 

Here's what I use on a Intel Tiger4, which I believe is pretty close to the PE3250.

hint.sio.0.flags=0
hint.sio.1.flags=0x90
hint.uart.0.flags=0
hint.uart.1.flags=0x90
hint.uart.0.port=0x2f8
boot_serial="YES"

And after the install, I use this in my:

/boot1/boot/loader.conf.local: (/boot1 = EFI mount point)

<The lines above>
vfs.root.mountfrom="ufs:da1s4a"
kernel="/kernel/my-custom-kernel"

If your box doesn't have a PS/2 keyboard, in order to get the USB keyboard working:

/etc/rc.conf:

usbd_enable="YES"

/etc/rc.ia64:

kbdcontrol -k /dev/kbd1 < /dev/ttyv0 > /dev/null

	-Arun



More information about the freebsd-ia64 mailing list