Evening all,
I'm attempting to PXE boot mfsBSD onto an old Dell PowerEdge 1955 blade. I've got as far as loading the image, but I get stuck here:
I'm on the console via the blade chassis console (telnet to blade chassis, connect to the blade). I believe the console baud rate is 57600, and I've edited the following files from the mfsBSD USB image:
etc/ttys (from inside mfsroot.gz)
boot.config
And I've added the following to boot/loader.conf
Is there somewhere else I should be setting the baud rate? Although I can change the rate on the console to 9600, the POST dialogue is then jibberish…
Any advice would be, as always, much appreciated.
I'm attempting to PXE boot mfsBSD onto an old Dell PowerEdge 1955 blade. I've got as far as loading the image, but I get stuck here:
Code:
MEMDISK 6.03 2014-10-06 Copyright 2001-2014 H. Peter Anvin et al
e820: 0000000000000000 00000000000a0000 1
e820: 0000000000100000 00000000cfea8000 1
e820: 00000000cffa8000 000000000000fc00 3
e820: 00000000cffb7c00 0000000000048400 2
Total size needed = 2513 bytes, allocating 3K
Old dos memory at 0x8a000 (map says 0xa0000), loading at 0x89400
1588: 0xffff 15E801: 0x3c00 0xcbba
INT 13 08: Success, count = 1, BPT = 0000:0000
Drive probing gives drive shift limit: 0x82 8000:
old: int13 = ca001da6 int15 = f000f859 int1e = f000efc7
new: int13 = 8940000a int15 = 894003ba int1e = f000efc7
Loading boot sector... booting...
Keyboard: yes
/boot/config: -D
FreeBSD/x86 boot
Default: 0:ad(0p2)/boot/loader
boot:
BTX loader 1.00 BTX version is 1.02
Consoles: internal video/keyboard
BIOS drive A: is disk0
BIOS drive C: is disk1
BIOS drive D: is disk2
BIOS 549kB/3353216kB available memory
FreeBSD/x86 bootstrap loader, Revision 1.1
(root@releng1.nyi.freebsd.org, Fri Mar 25 02:04:38 UTC 2016)
\oading /boot/defaults/loader.conf
AMD Features2=0x1<LAHF>
VT-x: HLT,PAUSE
TSC: P-state invariant, performance statistics
real memory = 4294967296 (4096 MB)
avail memory = 3986325504 (3801 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <DELL PE_SC3 >
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 2 package(s) x 4 core(s)
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
cpu2 (AP): APIC ID: 2
cpu3 (AP): APIC ID: 3
cpu4 (AP): APIC ID: 4
cpu5 (AP): APIC ID: 5
cpu6 (AP): APIC ID: 6
cpu7 (AP): APIC ID: 7
random: <Software, Yarrow> initialized
ioapic0: Changing APIC ID to 8
ioapic1: Changing APIC ID to 9
ioapic2: Changing APIC ID to 10
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 32-55 on motherboard
▒▒▒▒
I'm on the console via the blade chassis console (telnet to blade chassis, connect to the blade). I believe the console baud rate is 57600, and I've edited the following files from the mfsBSD USB image:
etc/ttys (from inside mfsroot.gz)
Code:
# $Id$
#
console none unknown off secure
#
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
ttyv2 "/usr/libexec/getty Pc" cons25 off secure
ttyv3 "/usr/libexec/getty Pc" cons25 off secure
ttyv4 "/usr/libexec/getty Pc" cons25 off secure
ttyv5 "/usr/libexec/getty Pc" cons25 off secure
ttyv6 "/usr/libexec/getty Pc" cons25 off secure
ttyv7 "/usr/libexec/getty Pc" cons25 off secure
ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
# Serial terminals
ttyu0 "/usr/libexec/getty std.57600" dialup on secure
ttyu1 "/usr/libexec/getty std.57600" dialup on secure
ttyu2 "/usr/libexec/getty std.57600" dialup off secure
ttyu3 "/usr/libexec/getty std.57600" dialup off secure
# Dumb console
dcons "/usr/libexec/getty std.9600" vt100 off secure
boot.config
Code:
-D
And I've added the following to boot/loader.conf
Code:
#
# BIL
#
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="57600"
console="com console"
Is there somewhere else I should be setting the baud rate? Although I can change the rate on the console to 9600, the POST dialogue is then jibberish…
Any advice would be, as always, much appreciated.