삼성 ZEUS-60 AHCI 모드 설치

Posted by Programmer™
2017. 6. 2. 19:16 카테고리 없음

 

삼성 DB-P63 모델에 들어있던 메인보드입니다. CPU는 E6320 1.86 Ghz 4MB L2 Cache 가 들어있었습니다.

 

 

ZEUS-60 R1.07G  ( 켄츠할배는 지원, 울프데일은 지원 안함, Core™2 Duo E6300 ~ E6400, Pentium D 925 ~ 950, Pentium 4 524 ~ 661 지원)

DDR2 533 / 667 ( 최대 8 GB )

Q965

ICH8DO (AHCI support, NCQ support, Hot swap support, 3 Gb/s support, External SATA, TRIM support in Windows 7)

Realtek ALC888 HD Audio Codec 7.1Ch

Intel(R) 82566DM Gigabit Network

 

 

 

AHCI 데스크탑 보드용 F6 플로피 디스크 유틸리티

버전: 9.5.0.1037 (최신) 날짜: 2009-10-14

AHCI 구성 -용 플로피 디스크를 만듭니다. 이 디스크 AHCI 는 드라이버를 미리 설치(windows* 설치 중 [f6])하는 데 사용됩니다.

STOR_all32_f6flpy_9.5.0.1037_PV.zip
다운로드

참고사이트 http://cafe.naver.com/ssdsamo/9

 

 

 

Hello GTAVLover,

Thank you for including your own observations/research in your request!

The Phlash16 error results from the fact that a crucial section of data is missing from the BIOS backup. When a BIOS backup is made, the platform data at the end of the BIOS image is not backed up. This data instructs the flashing program on how to flash the particular BIOS image. Only factory BIOS images can be flashed, as only they contain this essential data. 

A BIOS dump can be made flashable by taking platform data from similar BIOS images for similar motherboard models (same chipset, etc.) and applying it to said backup. Unfortunately, finding a compatible BIOS image from a similar motherboard model can be difficult. Furthermore, upon looking at your BIOS image, I noticed that the primary language used in the STRINGS module was not English or was some combination of English and another language that cannot be rendered by the hex editor, which complicates things for me. 

There is another method to unlock VT-x that does not involve modifying the BIOS, however. This is the NVRAM register method. The CMOS NVRAM stores your BIOS settings in registers. Modifying these registers changes BIOS settings, even if they do not appear in the BIOS menus. In order to determine the proper register to modify, I will inspect your BIOS image. I will need you to upload a copy of your NVRAM token table. Please follow the following instructions:


Instructions:
1.) Create a bootable DOS flashdrive using these instructions. Afterwards, extract this archive (SYMCMOS.ZIP) onto the flashdrive. This archive contains the symcmos program that will be used to read from and write to your CMOS NVRAM.
2.) Boot into your DOS flashdrive and type the read command below. If it does not work (Ex. It says that something could not be found), type "C:\" first. The read command will dump your computer's NVRAM Token Table onto the flashdrive.
3.) Upload your NVRAM Token Table text file (obtained in Step #2) here. 
4.) I will make the necessary modifications to the NVRAM token table and upload it back here. Download it and put it on your flashdrive, replacing the original file. Boot into the DOS flashdrive and use the write command specified below. Be sure to replace "Modified.txt" in the command below with the name of your own Token Table text file.
5.) Press and hold the power button until the computer turns off. This is necessary with settings that require a power cycle (such as VT-x).


Reading/Writing the CMOS NVRAM:

Code:
Reading:
symcmos -v2 -LDefault.txt ; "Default.txt" is an example file name

Writing:
symcmos -v2 -UModified.txt ; "Modified.txt" is an example file name

~Steven

 

 

Hello GTAVLover,

Below is the VT-x (virtualization) register. I also included the AHCI register in case you are interested. Make the below changes to the token table text file and continue the NVRAM modification instructions above to enable VT-x and/or AHCI.

VT-x Register: 0252; Change [0252] (0000) -> [0252] (0001)
AHCI Register: 008A; Change [008A] (0000) -> [008A] (0001)

~Steven

https://www.bios-mods.com/forum/archive/index.php?thread-25556.html

 

 

 

하드디스크와 SDD 는 머더보드상에 있는 컨트롤러라는 칩(chip)을 통해서 컴퓨터와 연결됩니다.

요즘 디스크는 SATA (Serial AT Attachment) 인터페이스를 통해 연결되지만 2005년도 이전의 구세대 디스크는 ATA 인터페이스를 통해 연결됩니다.

SATA 컨트롤러는 두가지 방식으로 동작할 수 있습니다.

① ATA (AT Attachment) 호환 모드 :  구형 시스템에서 SATA 디스크를 사용하기 위한 호환성 때문에 존재, ATA는 SATA 가 나온후 PATA 로 불림.

② AHCI (Advanced Host Controller Interface) 모드 : 요즘 하드디스크에 내장된 최신 기능을 사용할 수 있게 해준다.

 

※ Windows XP 에서 하드디스크 동작 방식

 

 

운영체제 측면에서 봤을때, 디스크 컨트롤러는 ATA 모드나 AHCI 모드 둘 중 하나로 동작합니다.

 

SATA 하드디스크를 ATA 호환 모드로 사용한다면 별도의 드라이버 파일은 필요하지 않습니다. 이미 Windows XP에 해당 드라이버 파일이 들어있기 때문이죠.

만약에 SATA 하드디스크가 AHCI 모드로 디스크 컨트롤러에 장착되었다면, Windows XP 의 경우에는 머더보드 회사에서 제공하는 특수한 드라이버가 필요합니다.

왜냐하면 Windows XP 에서는 SATA 드라이버를 기본적으로 제공하지 않기 때문입니다. (Windows 7 이후엔 기본적으로 제공됩니다.)

SATA 드라이버를 기본적으로 제공하지 않으므로 Windows XP 를 설치할때는, 텍스트 모드에서 F6 키를 눌러서 플로피 드라이버에 있는 SATA 드라이버 파일을 설치해줄 수가 있습니다. 

비디오카드나, 사운드 카드, 랜카드 같은 경우는 윈도우가 다 설치된 이후에 나중에 별도로 드라이버 파일을 설치해줄 수 있지만, 하드디스크 같은 경우는 처음부터 인식을 하지 못하면 아예 Windows XP 를 설치할 수가 없기 때문에 Windows Kernel 을 불러오기 전에 F6 키를 눌러서 SATA 드라이버 파일을 불러오는 것입니다.

이처럼 윈도우 커널이 로딩되기 전에 불러오는 드라이버를 공식적으로는 Text-Mode Driver 라고 합니다.

그런데 요즘 대부분의 컴퓨터는 플로피 디스크 드라이버가 없습니다. 즉 F6 키를 눌러서 SATA 드라이버를 불러올수가 없다는 것입니다.

유일한 해결방법은 Windows XP 설치를 포기하고 Windows 7 이후의 운영체제를 설치하던지, 아니면 Windows XP 설치 CD에 SATA Driver 를 통합시키는 것입니다.

스캐너 같은 주변장치들이 Windows 7 이후의 드라이버를 제공하는 경우엔 보안에 취약한 Windows XP 를 포기하는게 정답입니다만, 공장에서 돌아가는 몇천만원짜리 특수 시스템의 경우 Windows 7 이후의 드라이버 파일을 제공하지 않는다면 어쩔수 없이 Windows XP 를 사용할 수 밖에 없습니다.  

이제부터는  Windows XP 설치 CD에 SATA Driver 를 통합시키는 것을 살펴보겠습니다.

nLite 로 SATA 드라이버 통합하기

이제