Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] Asus eeepc 1025C
Last Post: biospherebios
Today 07:28 PM
» Replies: 86
» Views: 110187
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
Today 02:28 PM
» Replies: 12
» Views: 276
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
Today 12:56 PM
» Replies: 10
» Views: 3998
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
Today 10:08 AM
» Replies: 674
» Views: 168066
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
Today 09:28 AM
» Replies: 5
» Views: 1670
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
Today 09:22 AM
» Replies: 168
» Views: 68496
[REQUEST] Lenovo G780 advanced menu
Last Post: serinity63
Today 07:03 AM
» Replies: 42
» Views: 16855
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
Today 07:03 AM
» Replies: 10
» Views: 1557
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
Today 04:06 AM
» Replies: 6
» Views: 2237
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
Yesterday 04:50 PM
» Replies: 0
» Views: 111
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
Yesterday 02:15 PM
» Replies: 1186
» Views: 267848
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BOJIKA
Yesterday 01:33 PM
» Replies: 49
» Views: 17205
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Dudu2002
Yesterday 11:17 AM
» Replies: 157
» Views: 54772
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 11:16 AM
» Replies: 877
» Views: 289877
[Removed, sp52359] HP Touchsmart Tm2t-22...
Last Post: OrionDakota
Yesterday 10:04 AM
» Replies: 24
» Views: 21098
[REQUEST] HP Laptop 15-dw3xxx BIOS Unloc...
Last Post: UltraVi0let
Yesterday 09:58 AM
» Replies: 4
» Views: 198
Clevo P775TM1-G BIOS
Last Post: Spacoom
04-29-2024 09:09 AM
» Replies: 146
» Views: 58561
[REQUEST] Unlocked BIOS for Gigabyte H51...
Last Post: IsHacker
04-29-2024 05:32 AM
» Replies: 0
» Views: 171
[REQUEST] Lenovo G510 (79CNxxWW) BIOS Un...
Last Post: Crazy tech
04-28-2024 09:51 PM
» Replies: 78
» Views: 43074
Analyze java class System Identifier cod...
Last Post: Hasan jeet
04-28-2024 03:44 PM
» Replies: 0
» Views: 151

Flashing an AHCI Option ROM to PCI Network Card
#1
Hi,

I need ahci on ICH8 but my bios doesn't support ahci. And I'm afraid of flashing because my bios doesn't have any bios recovery methodSad

I searched and found an option rom called 'WindSLIC' which can be loaded into Network card that has a flash rom.

So, my question is, "Can I flash an AHCI Option ROM to my Network Adapter?"
find
quote
#2
If there is enough space you can flash.
But will not work.
ICH8 in legacy mode have other hwid than in AHCI mode as result even option Rom is loaded by BIOS will complain about wrong hardware or something like.

Better try GRUB patch for AHCI if is not a Dell it could work.
find
quote
#3
(08-22-2011, 06:11 AM)gabiz_ro Wrote: If there is enough space you can flash.
But will not work.
ICH8 in legacy mode have other hwid than in AHCI mode as result even option Rom is loaded by BIOS will complain about wrong hardware or something like.

Better try GRUB patch for AHCI if is not a Dell it could work.

I have a AHCI Option ROM for my ICH8 and my bios (phoenix) has a hidden ahci setting. So I forced ahci using SYMCMOS utility.

My bios detected all of SATA devices in ahci mode, but not in the boot priority.

And, can you tell me how to patch GRUB to make it work in AHCI mode?
find
quote
#4
Is strange that BIOS can switch to AHCI but can't boot from devices.

You can request to somebody to unhide all setting in your BIOS and search for a recovery way , just in case.

Your BIOS have integrated Option ROM for network boot?

Remove all devices from boot order and see what is then.( that worked for me on one Sony Vaio,no option to boot from USB,so I moved all devices from boot order to disabled devices,boot devices remain empty and at next start booted fine from USB pen)

That is one GRUB patch.

The switch is at boot time and may work or no.

What motherboard you have?
find
quote
#5
My computer is a desktop computer manufactured by samsung.
Model name is DB-Z60/Q180 with G965, ICH8, and C2D E6300. (It's too slowBig Grin)
I contacted samsung to know about working but they said no crisis recovery method will work.

I also requested here for ahci mod (oprom integration) but I'm afraid of flashingSad

It boots from all other devices except HDDs and ODDs when ahci enabled. It just says "Intel® Boot Agent Vxxxx" and says "Operating System not found" with PXE ROM disabled.

One strange thing is the computer even cannot boot an IDE ODD with AHCI.

So, I'll order a 64K compatible firmware chip and will flash something. I think merging two option roms is possible.

Also, I'm going to try that GRUB patch. I hope it will work well.
-------------------------------------------------------------------------------------------------
UPDATE : After some googling I found this article.

It says sleep mode will not be available because BIOS is configured for IDE. So I'm going to try to install grub on 128M USB flash drive.


Attached Files
.zip   AHCISLIC.zip (Size: 13.98 KB / Downloads: 6)
find
quote
#6
Boot to ms-dos ,dump PCI registers of SATA controller.
Boot some live linux distro from USB when AHCI enabled, dump PCI registers of SATA controller. (in this case you should be able to access from linux attached devices)

Could be a problem of not set of ABAR.
I remember I was helping somebody with Mac Sandy Bridge with same issue.
find
quote
#7
(08-23-2011, 09:41 AM)gabiz_ro Wrote: Boot to ms-dos ,dump PCI registers of SATA controller.
Boot some live linux distro from USB when AHCI enabled, dump PCI registers of SATA controller. (in this case you should be able to access from linux attached devices)

Could be a problem of not set of ABAR.
I remember I was helping somebody with Mac Sandy Bridge with same issue.

I tried to boot in AHCI mode with both ubuntu 11.04 x64 usb and windows 7 sp1 x64 usb, but it didn't boot at all.

The most important thing is, 'SLEEP MODE' must be available in AHCI mode (because I use it to turn on and turn off the computer), but following to some articles about forcing ahci, the computer will freeze and reboot after sleep mode.
So I need to order a 'compatible' chip for my network adapter. But I thank to your useful information.
find
quote
#8
OK. My guess was right. I cound enable AHCI mode by 'setpci -d 8086:2820 90.b=40' but sleep mode was not available.
find
quote
#9
That is a litlle non-sense.
You say you switched to AHCI by SYMCMOS.
Then why is need to use 'setpci -d 8086:2820 90.b=40 ?

This must have been done by switching to AHCI with SYMCMOS.

What sleep level you need?
Could you enable from BIOS S2 level? suspend to RAM?
I know is a higher power level than S3 but coud work.

In my case,when I need PC I need to be instant on,just for lazzy I'm,PC still work fine after years of power scheme 30 min turn off display and HDD and after power loss power on again.
At least two years work in that mode,now since I don't need this anymore in the morning I power it up and evening shut down. But I use laptop most of time,which is always on most time of day.
find
quote
#10
I used setpci because I haven't ordered a bios chip for PRO/100+ yet.

Also, I can force AHCI using SYMCMOS utility but can't boot with SATA devices because my bios doesn't have AHCI ROMSad

I will order a chip for AHCI ROM and will post if AHCI works with it.

In addition, my bios only supports S3 and S4 sleep mode.
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)