Well if I remember it right, barabellbla or follow_me also had issue with that SATA devices missing, but managed to set boot device through UEFI console. However I'm guessing in our case SATA devices haven't been found even in UEFI and that's another reason why we wouldn't see Intel Rapid Storage splash screen.... as it would not show if NO SATA or only one SATA device is found.....
Re new RAID rom I just can't test as I'm using HDD for OS and TRIM is just for SSD.....
If you wish you may install intel rapid storage drivers from here and see if you've got any difference.... https://downloadcenter.intel.com/Detail_...rodId=2101
Posts: 24
Threads: 1
Joined: Jan 2014
Reputation:
0
I've made some progress!
In RAID mode, once windows installation usb running you can't see any SATA devices BUT! once drivers loaded from here https://downloadcenter.intel.com/Detail_...rodId=2101
all SATA devices found and OS can be installed.... I haven't completed this step yet, but going to, once important data backed up...
So that's brings us to the drivers which maybe somehow can be loaded at the bios level in RAID mode...... but thats question to the bios guru......
Posts: 81
Threads: 0
Joined: Jun 2012
Reputation:
11
01-15-2015, 06:17 AM (This post was last modified: 01-15-2015, 06:20 AM by Brabbelbla.)
Your findings confirm that RAID mode is enabled, but that the option ROM is not being run so the BIOS is clueless about the SATA controller with changed device ID, and its connected devices, your disks. I remember that @follow_me once said that the drive in his ODD caddy wasn't visible in the shell in RAID mode, don't know about inside the RAID utility. I remember for myself that if I'd disable a SATA port so only one disk is visible, the OROM wasn't run, too. Or maybe I disabled the messages, I am not really sure anymore. So maybe either the controller, the firmware, 'something' thinks that only one disk is present and the OROM doesn't need to be run?
What might be possible anyway, looking at @follow_me a bit , is to write a simple UEFI driver that forces loading the OROM, when the SATA mode byte in the right variable in NVRAM is set to RAID. Looking here (http://wiki.phoenix.com/wiki/index.php/E...S_PROTOCOL) I see two functions, InstallPciRom and ShadowAllLegacyOproms (which might be a bit overkill) that should allow this.
Posts: 24
Threads: 1
Joined: Jan 2014
Reputation:
0
01-15-2015, 01:48 PM (This post was last modified: 01-15-2015, 01:53 PM by Brabbelbla.)
@determo13
193 EDIT: is the SATA controller. The disks aren't there.
I'm wondering though what you are actually trying now. If you haven't created an array yet, and you want to use RAID, installing the OS now is futile as you will have to do so again. And installing an OS won't change the fact that the BIOS doesn't run the OROM, doesn't see your SATA devices and therefore won't boot from such a device.
Posts: 24
Threads: 1
Joined: Jan 2014
Reputation:
0
01-15-2015, 03:08 PM (This post was last modified: 01-15-2015, 07:59 PM by determo13.)
My finaly goal is to establish Intel Smart Response, for that RAID should be enabled, but actual array will be created by Intel Smart Response software.
Right now I'm trying to give as much info as I can... because I'm on my own don't have any knowledge in moding bios, so maybe you guys can help with that....
Posts: 9
Threads: 0
Joined: Jan 2015
Reputation:
0
01-16-2015, 03:35 PM (This post was last modified: 01-16-2015, 03:38 PM by savvamitrofanov.)
Hi guys ! Sorry for off topic , but any ways to unlock Phoenix secure core tiano bios for toshiba satellite l500?
Here is full dump, may be some gurus help me, cause i can't do it myself using uefitool from longsoft, or phoenixtool , there is no ifr
Posts: 88
Threads: 0
Joined: Feb 2013
Reputation:
6
(01-15-2015, 06:17 AM)Brabbelbla Wrote: What might be possible anyway, looking at @follow_me a bit , is to write a simple UEFI driver that forces loading the OROM, when the SATA mode byte in the right variable in NVRAM is set to RAID. Looking here (http://wiki.phoenix.com/wiki/index.php/E...S_PROTOCOL) I see two functions, InstallPciRom and ShadowAllLegacyOproms (which might be a bit overkill) that should allow this.
I can take a look at - but , consider that originaly it is not loading OROM for some reason , not "just because"
Posts: 24
Threads: 1
Joined: Jan 2014
Reputation:
0