Hi Farty Breath! On Wed, Mar 29, 2017 at 02:03:03PM +0800, Farty Breath wrote: | Hi All, | | Trying to install OBD for the first time on my Sony VPCSA laptop using | installfs60.fs dd'ed onto a USB stick. Can boot fine and step through | the installation script with no problems until the part where I have | to select the disk to install onto. Here the laptop's internal hard | drive isn't listed. dmesg doesn't show that is was recognised or | configured as far as I can see.
That dmesg seems to be missing from your e-mail; did you forget to attach it? At any rate, you could try this diff, or something like it (depends on what's in your machine, but we can't tell without a dmesg), to detect the disks: Index: ahci_pci.c =================================================================== RCS file: /cvs/src/sys/dev/pci/ahci_pci.c,v retrieving revision 1.12 diff -u -p -r1.12 ahci_pci.c --- ahci_pci.c 14 Jan 2016 04:06:53 -0000 1.12 +++ ahci_pci.c 14 Jan 2016 21:37:03 -0000 @@ -125,6 +125,8 @@ static const struct ahci_device ahci_dev NULL, ahci_intel_attach }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HBM_AHCI, NULL, ahci_intel_attach }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HBM_RAID, + NULL, ahci_intel_attach }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_AHCI_1, NULL, ahci_intel_attach }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_AHCI_2, I use this exact diff to get my Sony laptop to work, dmesg below. Cheers, Paul 'WEiRD' de Weerd OpenBSD 6.1-beta (GENERIC.MP) #12: Fri Mar 24 20:13:06 CET 2017 we...@drop.weirdnet.nl:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8485335040 (8092MB) avail mem = 8223490048 (7842MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe6020 (18 entries) bios0: vendor INSYDE version "R1010H5" date 07/28/2011 bios0: Sony Corporation VPCZ23C5E acpi0 at bios0: rev 2 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP TCPA ASF! HPET APIC MCFG SLIC WDAT SSDT BOOT SSDT ASPT SSDT SSDT SSDT SSDT acpi0: wakeup devices EHC1(S3) EHC2(S3) HDEF(S0) WLAN(S0) RP01(S0) RMSC(S0) RP02(S0) NXUC(S3) RP03(S3) RLAN(S3) RP04(S3) RP07(S3) PEG0(S0) PEGP(S0) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpihpet0 at acpi0: 14318179 Hz acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz, 2794.10 MHz 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT cpu0: 256KB 64b/line 8-way L2 cache cpu0: TSC frequency 2794098000 Hz cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges cpu0: apic clock running at 99MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz, 2793.65 MHz cpu1: 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT cpu1: 256KB 64b/line 8-way L2 cache cpu1: smt 1, core 0, package 0 cpu2 at mainbus0: apid 2 (application processor) cpu2: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz, 2793.65 MHz cpu2: 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT cpu2: 256KB 64b/line 8-way L2 cache cpu2: smt 0, core 1, package 0 cpu3 at mainbus0: apid 3 (application processor) cpu3: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz, 2793.64 MHz cpu3: 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,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC,SENSOR,ARAT cpu3: 256KB 64b/line 8-way L2 cache cpu3: smt 1, core 1, package 0 ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 20, 24 pins acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255 acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus 2 (RP01) acpiprt2 at acpi0: bus 3 (RP02) acpiprt3 at acpi0: bus 4 (RP03) acpiprt4 at acpi0: bus 5 (RP04) acpiprt5 at acpi0: bus 8 (RP07) acpiprt6 at acpi0: bus -1 (PEG0) acpiec0 at acpi0 acpicpu0 at acpi0: C3(350@104 mwait.1@0x20), C1(1000@1 mwait.1), PSS acpicpu1 at acpi0: C3(350@104 mwait.1@0x20), C1(1000@1 mwait.1), PSS acpicpu2 at acpi0: C3(350@104 mwait.1@0x20), C1(1000@1 mwait.1), PSS acpicpu3 at acpi0: C3(350@104 mwait.1@0x20), C1(1000@1 mwait.1), PSS acpitz0 at acpi0: critical temperature is 98 degC acpibat0 at acpi0: BAT1 type Lion oem "Sony Corporation" acpibat1 at acpi0: BAT2 not present "INT3F0D" at acpi0 not configured "PNP0303" at acpi0 not configured "SNY9015" at acpi0 not configured "SNY5001" at acpi0 not configured tpm0 at acpi0: TPM_ addr 0xfed40000/0x5000: Infineon SLB9635 1.2 rev 0x10 acpiac0 at acpi0: AC unit online acpibtn0 at acpi0: LID0 acpibtn1 at acpi0: PWRB "INT340E" at acpi0 not configured acpidock0 at acpi0: DOCK not docked (0) acpivideo0 at acpi0: DD01 acpivideo1 at acpi0: DD02 acpivideo2 at acpi0: DD03 acpivideo3 at acpi0: DD04 acpivideo4 at acpi0: DD05 acpivideo5 at acpi0: DD06 acpivideo6 at acpi0: DD07 acpivideo7 at acpi0: DD08 acpivideo8 at acpi0: GFX0 acpivout0 at acpivideo8: DD02 cpu0: Enhanced SpeedStep 2794 MHz: speeds: 2801, 2800, 2400, 2200, 2000, 1800, 1600, 1400, 1200, 1000, 800 MHz pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09 inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 3000" rev 0x09 drm0 at inteldrm0 inteldrm0: msi inteldrm0: 1920x1080, 32bpp error: [drm:pid0:intel_dp_start_link_train] *ERROR* too many full retries, give up wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation) wsdisplay0: screen 1-5 added (std, vt100 emulation) "Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x04: apic 0 int 23 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x04: msi azalia0: codecs: Realtek/0x0275, Intel/0x2805, using Realtek/0x0275 audio0 at azalia0 ppb0 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb4: msi pci1 at ppb0 bus 2 iwn0 at pci1 dev 0 function 0 "Intel Centrino Advanced-N 6030" rev 0x34: msi, MIMO 2T2R, MoW, address 88:53:2e:d9:dd:9d ppb1 at pci0 dev 28 function 1 "Intel 6 Series PCIE" rev 0xb4: msi pci2 at ppb1 bus 3 rtsx0 at pci2 dev 0 function 0 "Realtek RTS5209 Card Reader" rev 0x01: msi sdmmc0 at rtsx0: 4-bit ppb2 at pci0 dev 28 function 2 "Intel 6 Series PCIE" rev 0xb4: msi pci3 at ppb2 bus 4 xhci0 at pci3 dev 0 function 0 "NEC xHCI" rev 0x04: msi usb1 at xhci0: USB revision 3.0 uhub1 at usb1 configuration 1 interface 0 "NEC xHCI root hub" rev 3.00/1.00 addr 1 ppb3 at pci0 dev 28 function 3 "Intel 6 Series PCIE" rev 0xb4: msi pci4 at ppb3 bus 5 re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E-VL (0x2c80), msi, address 54:42:49:9b:1e:1a rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5 ppb4 at pci0 dev 28 function 6 "Intel 6 Series PCIE" rev 0xb4: msi pci5 at ppb4 bus 8 ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x04: apic 0 int 20 usb2 at ehci1: USB revision 2.0 uhub2 at usb2 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 pcib0 at pci0 dev 31 function 0 "Intel HM67 LPC" rev 0x04 ahci0 at pci0 dev 31 function 2 "Intel 82801HBM RAID" rev 0x04: msi, AHCI 1.3 ahci0: port 0: 6.0Gb/s ahci0: port 1: 6.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 lun 0: <ATA, SAMSUNG MZRPC128, CXM0> SCSI3 0/direct fixed naa.50000f0043584d30 sd0: 61057MB, 512 bytes/sector, 125045424 sectors, thin sd1 at scsibus1 targ 1 lun 0: <ATA, SAMSUNG MZRPC128, CXM0> SCSI3 0/direct fixed naa.50000f0043584d30 sd1: 61057MB, 512 bytes/sector, 125045424 sectors, thin ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x04: apic 0 int 22 iic0 at ichiic0 isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard, using wsdisplay0 pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 pms0: Synaptics clickpad, firmware 8.1 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 vmm0 at mainbus0: VMX/EPT uhub3 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 ugen0 at uhub3 port 1 "AuthenTec Fingerprint Sensor" rev 2.00/25.01 addr 3 ugen1 at uhub3 port 2 "Intel product 0x0189" rev 2.00/69.19 addr 4 uvideo0 at uhub3 port 3 configuration 1 interface 0 "Ricoh Company Ltd. USB2.0 Camera" rev 2.00/1.36 addr 5 video0 at uvideo0 uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 uhidev0 at uhub4 port 2 configuration 1 interface 0 "Logitech USB Receiver" rev 2.00/24.00 addr 3 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub4 port 2 configuration 1 interface 1 "Logitech USB Receiver" rev 2.00/24.00 addr 3 uhidev1: iclass 3/1, 8 report ids ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir wsmouse1 at ums0 mux 0 uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0 uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0 uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0 uhidev2 at uhub4 port 2 configuration 1 interface 2 "Logitech USB Receiver" rev 2.00/24.00 addr 3 uhidev2: iclass 3/0, 33 report ids uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0 uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0 uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0 uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd2 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006> SCSI2 0/direct fixed sd2: 61051MB, 512 bytes/sector, 125033303 sectors root on sd2a (07731febbfe28d7d.a) swap on sd2b dump on sd2b error: [drm:pid23751:intel_dp_start_link_train] *ERROR* too many full retries, give up error: [drm:pid23751:intel_dp_start_link_train] *ERROR* too many full retries, give up uvideo1 at uhub1 port 4 configuration 1 interface 0 "vendor 0x046d Webcam C170" rev 2.00/28.25 addr 2 video1 at uvideo1 uaudio0 at uhub1 port 4 configuration 1 interface 2 "vendor 0x046d Webcam C170" rev 2.00/28.25 addr 2 uaudio0: audio rev 1.00, 2 mixer controls audio1 at uaudio0 error: [drm:pid23751:intel_dp_start_link_train] *ERROR* too many full retries, give up uvideo1: could not open VS pipe: INVAL uvideo1: could not open VS pipe: INVAL uvideo1: could not open VS pipe: INVAL uvideo1: could not open VS pipe: INVAL uvideo1: could not open VS pipe: INVAL uvideo1: could not open VS pipe: INVAL video1 detached uvideo1 detached audio1 detached uaudio0 detached wskbd1: disconnecting from wsdisplay0 wskbd1 detached ukbd0 detached uhidev0 detached wsmouse1 detached ums0 detached uhid0 detached uhid1 detached uhid2 detached uhidev1 detached uhid3 detached uhid4 detached uhid5 detached uhid6 detached uhidev2 detached uhidev0 at uhub1 port 4 configuration 1 interface 0 "Logitech USB Receiver" rev 2.00/24.00 addr 2 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub1 port 4 configuration 1 interface 1 "Logitech USB Receiver" rev 2.00/24.00 addr 2 uhidev1: iclass 3/1, 8 report ids ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir wsmouse1 at ums0 mux 0 uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0 uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0 uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0 uhidev2 at uhub1 port 4 configuration 1 interface 2 "Logitech USB Receiver" rev 2.00/24.00 addr 2 uhidev2: iclass 3/0, 33 report ids uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0 uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0 uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0 uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0 uvideo1 at uhub4 port 2 configuration 1 interface 0 "vendor 0x046d Webcam C170" rev 2.00/28.25 addr 3 video1 at uvideo1 uaudio0 at uhub4 port 2 configuration 1 interface 2 "vendor 0x046d Webcam C170" rev 2.00/28.25 addr 3 uaudio0: audio rev 1.00, 2 mixer controls audio1 at uaudio0 error: [drm:pid23751:intel_dp_start_link_train] *ERROR* too many full retries, give up -- >++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+ +++++++++++>-]<.>++[<------------>-]<+.--------------.[-] http://www.weirdnet.nl/