DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 1st April 2024
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 114
Default vaio : openbsd can't find storage on installation

hello

i tried to installed openbsd on a vaio laptop
here are the specs :

model : PCG-3112M
product name : VPCZ13A7E


problem is, openbsd installer doesnt detects any storage at all, even if a ssd is well present.
there is NO bios option to switch from raid/ahci/ide.
insyde bios could only handle less ten option except time/boot features :
TPM + intelHT.

thank you for helping!


term info:
https://paste.debian.net/hidden/21aeb156/
Reply With Quote
  #2   (View Single Post)  
Old 2nd April 2024
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,016
Default

Please post an OpenBSD dmesg.
Reply With Quote
  #3   (View Single Post)  
Old 2nd April 2024
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 114
Default

Quote:
Originally Posted by jggimi View Post
Please post an OpenBSD dmesg.


the openbsd dmesg (from installation) is already at the end of the pastebin
Reply With Quote
  #4   (View Single Post)  
Old 2nd April 2024
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,016
Default

Thank you for pointing me to your dmesg. I had not read through the first 2000 lines of your pastebin to discover it.

I can see the hardware RAID controller:
Code:
pciide0 at pci0 dev 31 function 2 "Intel 82801HBM RAID" rev 0x05: DMA, channel 0 wired to native-PCI, channel 1 wir   2019 ed to native-PCI
pciide0: using apic 2 int 22 for native-PCI interrupt
This lead me to the following thread on the tech@ mailing list: https://marc.info/?t=133845473300002&r=1&w=2

You could apply the patch discussed in that thread. Alternatively, you might be able to find a BIOS update that would permit you to disable the hardware RAID controller.

Please note: OpenBSD 7.1 support ended on April 10, 2023. Only the most recent two releases are supported. OpenBSD 7.4 is the most recent release, with 7.5 expected in a matter of days.
Reply With Quote
  #5   (View Single Post)  
Old 4th April 2024
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 114
Default

Quote:
Originally Posted by jggimi View Post
Thank you for pointing me to your dmesg. I had not read through the first 2000 lines of your pastebin to discover it.

I can see the hardware RAID controller:
Code:
pciide0 at pci0 dev 31 function 2 "Intel 82801HBM RAID" rev 0x05: DMA, channel 0 wired to native-PCI, channel 1 wir   2019 ed to native-PCI
pciide0: using apic 2 int 22 for native-PCI interrupt
This lead me to the following thread on the tech@ mailing list: https://marc.info/?t=133845473300002&r=1&w=2

You could apply the patch discussed in that thread. Alternatively, you might be able to find a BIOS update that would permit you to disable the hardware RAID controller.

Please note: OpenBSD 7.1 support ended on April 10, 2023. Only the most recent two releases are supported. OpenBSD 7.4 is the most recent release, with 7.5 expected in a matter of days.

hello

thank you for your reply
well, there is no bios update on that laptop
however, is it possible to apply the patch from the openbsd installer process itself? i mean, without the whole compilation process?
as i guess it cannot be compiled on a non openbsd machine?
i dont have another one here now..

thank you
Reply With Quote
  #6   (View Single Post)  
Old 4th April 2024
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by hd77 View Post
…is it possible to apply the patch from the openbsd installer process itself?
The thread jggimi references is a needed change to the source code. You will need to manually integrate these changes into the current source base, and recompile the kernel yourself. The release(8) manpage describes everything you need to do in order to experiment with this proposed fix.
Quote:
.. as i guess it cannot be compiled on a non openbsd machine?
Correct. You can use your existing system assuming you have the source downloaded and sufficient disk space.
Reply With Quote
  #7   (View Single Post)  
Old 4th April 2024
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,016
Default

Some additional notes:
  • The recommended patch is 12 years old, and will need to be reworked to fit into a modern OpenBSD. In 2013, the AHCI driver modules were split into PCI and non-PCI hardware attachments, and the module where this patch would need to be applied has changed. It is now /usr/src/sys/dev/pci/ahci_pci.c.
  • Without a separate kernel building platform, hd77 would require non-RAID storage, such as USB-attached storage, in order to use this Sony laptop with OpenBSD.
  • In order to have this patch apply to the RAMDISK kernel, a complete release(8) would be needed, so that the revised kernel could be made available on install media.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of OpenBSD Bsaidus OpenBSD Installation and Upgrading 8 3rd February 2023 02:50 PM
OpenBSD find command -- exclude dot directory gustaf OpenBSD General 2 26th June 2017 05:12 AM
*BSD for Sony Vaio Laptop roddierod General Hardware 2 13th March 2014 07:00 PM
gnome installation on openbsd 5.1 barti OpenBSD Packages and Ports 6 20th July 2012 08:42 PM
Successfully booting NetBSD Live on a Sony Vaio PCG-GRZ530 with limited results Mr-Biscuit NetBSD General 6 26th May 2009 11:47 AM


All times are GMT. The time now is 12:12 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick