On 2020-05-03, Vertigo Altair <vertigo.altair@gmail.com> wrote:
> Hi,
> I have a Dell VEP 1445 Whitebox, I want to install OpenBSD 6.6. on it. But
> When I try to boot, the boot process is stucking. There is no output after
> " erase ^?, werase"
This is a classic symptom of incorrect interrupt used for the serial port.
Early boot uses polled io up to the "root on xx" line, then it switches
to using the interrupt, if this isn't working you get a fifo-buffer full
(16 bytes for many common UART; count the chars in your output - it
matches) then it stalls.
Can you change irq for com ports in the bios config? If so, set com0 to
port 0x3f8, irq 4. If not try to figure out what it really uses (try
booting another OS that uses ACPI to configure the serial port;
OpenBSD has static config for these) and you can use boot -c and
tell the irq in the kernel, when it's booted use config(8) to modify
the kernel on disk or build your own.
If you get it working please send a full dmesg, I'm interested to see
how it looks!
> BIOS Boot Selector for VEP1400-X
> Version 3.48.0.9-4
>
>
> POST Configuration
> CPU Signature 506F1
> CPU FamilyID=6, Model=5F, SteppingId=1, Processor=0
> Microcode Revision 2E
> Platform ID: 0x0
> PMG_CST_CFG_CTL: 0x37
> Misc EN: 0x840089
> Gen PM ConA: 0xA0A00200
> Therm Status: 0x8000000
> POST Control=0xEA000F03, Status=0xE600DF00
>
> BIOS initializations...
>
> CPGC Memtest Channel 0 ...................... PASS
>
> POST:
> RTC Battery OK at last cold boot
> RTC date 5/3/2020 9:24:11
>
> POST SPD test ............................... PASS
>
> POST Lower DRAM Memory test .........
> POST ECC Test ............................... PASS
>
> .... Perf cnt (curr,fixed): 0x32AFD1520,0x8B637FB20
>
> POST Lower DRAM Memory test ................. PASS
> POST Lower DRAM ECC check ................... PASS
>
> Current BOOT from Primary BIOS
> DxE POST
>
> POST Upper DRAM Memory test
> Short memory cell test
>
> POST Upper DRAM Memory test ................. PASS
> HDD Access .................................. PASS
> USB device detected
> Temperature test ............................ PASS
> FAN controller test ......................... PASS
> EEPROM test ................................. PASS
> POST PCI test ............................... PASS
> POST BMC Interface test ..................... PASS
> POST NVRAM check ............................ PASS
> POST overall test results ................... PASS
>
> NVRAM: 00 DF 00 E6 03 0F 00 EA 01 55 3E __ 00 0F 00 F7
> Version 2.19.1266. Copyright (C) 2019 American Megatrends, Inc.
> BIOS Date: 06/26/2019 22:19:26 Ver: 0ACHI040
> Press <DEL> or <F2> to enter setup.
> probing: pc0 com1 com2 com3 mem[640K 1894M 117M 972K 4M 14336M]
> disk: hd0 hd1* hd2*
>>> OpenBSD/amd64 BOOTX64 3.46
> boot> stty com0 115200
> boot> set tty com0
> switching console to com0
>>> OpenBSD/amd64 BOOTX64 3.46
> boot>
> cannot open hd0a:/etc/random.seed: No such file or directory
> booting hd0a:/6.6/amd64/bsd.rd: 3732171+1537024+3885432+0+598016
> [376562+128+455544+303577]=0xa648d0
> entry point at 0x1001000
> Copyright (c) 1982, 1986, 1989, 1991, 1993
> The Regents of the University of California. All rights reserved.
> Copyright (c) 1995-2019 OpenBSD. All rights reserved.
> https://www.OpenBSD.org <https://www.openbsd.org/>
>
> OpenBSD 6.6 (RAMDISK_CD) #349: Sat Oct 12 11:03:52 MDT 2019
> deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
> real mem = 17131601920 (16337MB)
> avail mem = 16608419840 (15839MB)
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x7f1ef000 (55 entries)
> bios0: vendor American Megatrends Inc. version "3.48.0.9-4" date 06/26/2019
> bios0: Dell EMC VEP1445-V220
> acpi0 at bios0: ACPI 6.1
> acpi0: tables DSDT FACP FPDT FIDT MCFG APIC BDAT HPET UEFI SSDT DMAR SPCR
> TPM2 HEST BERT ERST EINJ WSMT
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Atom(TM) CPU C3758 @ 2.20GHz, 2200.40 MHz, 06-5f-01
> cpu0:
> FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
> cpu0: 2MB 64b/line 16-way L2 cache
> cpu0: apic clock running at 25MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.0.2, IBE
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> cpu at mainbus0: not configured
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (PEX0)
> acpiprt2 at acpi0: bus -1 (PEX1)
> acpiprt3 at acpi0: bus 2 (PEX2)
> acpiprt4 at acpi0: bus -1 (PEX3)
> acpiprt5 at acpi0: bus -1 (PEX4)
> acpiprt6 at acpi0: bus 4 (PEX5)
> acpiprt7 at acpi0: bus -1 (PEX6)
> acpiprt8 at acpi0: bus -1 (PEX7)
> acpiprt9 at acpi0: bus 1 (VRP2)
> acpiprt10 at acpi0: bus 5 (VRP0)
> acpiprt11 at acpi0: bus 7 (VRP1)
> acpicpu at acpi0 not configured
> acpitz at acpi0 not configured
> "PNP0A08" at acpi0 not configured
> "PNP0003" at acpi0 not configured
> acpicmos0 at acpi0
> "MVS6190" at acpi0 not configured
> "PICB000" at acpi0 not configured
> "INTC3000" at acpi0 not configured
> "PNP0C33" at acpi0 not configured
> "MSFT0101" at acpi0 not configured
> pci0 at mainbus0 bus 0
> 0:31:5: mem address conflict 0xfe010000/0x1000
> pchb0 at pci0 dev 0 function 0 "Intel C3000 Host" rev 0x11
> pchb1 at pci0 dev 4 function 0 "Intel C3000 GLREG" rev 0x11
> "Intel C3000 RCEC" rev 0x11 at pci0 dev 5 function 0 not configured
> ppb0 at pci0 dev 6 function 0 "Intel C3000 PCIE" rev 0x11
> pci1 at ppb0 bus 1
> "Intel C3000 QAT" rev 0x11 at pci1 dev 0 function 0 not configured
> ppb1 at pci0 dev 11 function 0 "Intel C3000 PCIE" rev 0x11
> pci2 at ppb1 bus 2
> em0 at pci2 dev 0 function 0 "Intel I350" rev 0x01: msi, address
> 50:9a:4c:ea:96:70
> em1 at pci2 dev 0 function 1 "Intel I350" rev 0x01: msi, address
> 50:9a:4c:ea:96:71
> em2 at pci2 dev 0 function 2 "Intel I350" rev 0x01: msi, address
> 50:9a:4c:ea:96:72
> em3 at pci2 dev 0 function 3 "Intel I350" rev 0x01: msi, address
> 50:9a:4c:ea:96:73
> ppb2 at pci0 dev 15 function 0 "Intel C3000 PCIE" rev 0x11
> pci3 at ppb2 bus 4
> vendor "Atheros", unknown product 0x003c (class network subclass
> miscellaneous, rev 0x00) at pci3 dev 0 function 0 not configured
> "Intel C3000 SMBus" rev 0x11 at pci0 dev 18 function 0 not configured
> ahci0 at pci0 dev 19 function 0 "Intel C3000 AHCI" rev 0x11: msi, AHCI 1.3.1
> ahci0: port 5: 6.0Gb/s
> scsibus0 at ahci0: 32 targets
> sd0 at scsibus0 targ 5 lun 0: <ATA, 256GB SATA Flash, SFDN>
> naa.6611602cbad0d0d0
> sd0: 244198MB, 512 bytes/sector, 500118192 sectors, thin
> xhci0 at pci0 dev 21 function 0 "Intel C3000 xHCI" rev 0x11: msi, xHCI 1.0
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
> 3.00/1.00 addr 1
> ppb3 at pci0 dev 22 function 0 "Intel C3000 PCIE" rev 0x11
> pci4 at ppb3 bus 5
> "Intel X553 SFP+" rev 0x11 at pci4 dev 0 function 0 not configured
> "Intel X553 SFP+" rev 0x11 at pci4 dev 0 function 1 not configured
> ppb4 at pci0 dev 23 function 0 "Intel C3000 PCIE" rev 0x11
> pci5 at ppb4 bus 7
> "Intel X553 SGMII" rev 0x11 at pci5 dev 0 function 0 not configured
> "Intel X553 SGMII" rev 0x11 at pci5 dev 0 function 1 not configured
> "Intel C3000 ME HECI" rev 0x11 at pci0 dev 24 function 0 not configured
> sdhc0 at pci0 dev 28 function 0 "Intel C3000 eMMC" rev 0x11: apic 2 int 16
> sdhc0: SDHC 3.0, 200 MHz base clock
> sdmmc0 at sdhc0: 8-bit, sd high-speed, mmc high-speed, dma
> "Intel C3000 LPC" rev 0x11 at pci0 dev 31 function 0 not configured
> "Intel C3000 PMC" rev 0x11 at pci0 dev 31 function 2 not configured
> "Intel C3000 SMBus" rev 0x11 at pci0 dev 31 function 4 not configured
> "Intel C3000 SPI" rev 0x11 at pci0 dev 31 function 5 not configured
> isa0 at mainbus0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> com0: console
> com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
> com2 at isa0 port 0x3e8/8 irq 5: ns16550a, 16 byte fifo
> efifb at mainbus0 not configured
> umass0 at uhub0 port 1 configuration 1 interface 0 "SanDisk' Cruzer Fit"
> rev 2.00/1.00 addr 2
> umass0: using SCSI over Bulk-Only
> scsibus1 at umass0: 2 targets, initiator 0
> sd1 at scsibus1 targ 1 lun 0: <SanDisk', Cruzer Fit, 1.00> removable
> serial.07815571221118104030
> sd1: 14664MB, 512 bytes/sector, 30031872 sectors
> sdmmc0: can't enable card
> softraid0 at root
> scsibus2 at softraid0: 256 targets
> root on rd0a swap on rd0b dump on rd0b
> erase ^?, werase
>
No comments:
Post a Comment