cancel
Showing results for 
Search instead for 
Did you mean: 

Q: wrong eSupport on G751JM, any quick fix?

cdma2k
Level 7
Hi,

I just got a G751JM, good machine for my use, no audio problem.

One problem though, Asus put wrong eSupport (G751JT) in C drive of G751JM unit, so when I tried to reset the unit,
the installation of Win 8.1 has no problem, but Asus Install (Asus installation wizard)stopped with error message saying
"The drivers in this disk are not compatible with your machine."



As far as I know, most of the drivers are the same except Nvidia graphic,

any quick fix? thanks!:o
2,158 Views
3 REPLIES 3

cdma2k
Level 7
what does the command start64.cmd do in the c:/eSupport/edrivers?


if %PROCESSOR_ARCHITECTURE%==x86 start /w I386\AsCopy.exe /facmove64

if %PROCESSOR_ARCHITECTURE%==AMD64 (
md U:\EFI\ASUS
copy /y Root\*.BIN U:\EFI\ASUS
attrib U:\EFI\ASUS\*.BIN +R +H
start /w I386\AsCopy64.exe /facmove64
)

Are you trying to install BIOS MBR? Should be UEFI GPT not sure if that is your issue I don't know what i'm seeing there but I'm seeing X86 should be 64. Not sure where the AMD is coming from your CPU is Intel and your GPU is NVidia.
You can get all the latest tested and approved drivers from Asus Support Downloads

8.1 install media http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media
Win 10 install media http://www.microsoft.com/en-us/software-download/windows10
G752VY-DH72 Win 10 Pro
512 GB M.2 Samsung 960 Pro
1 TB Samsung 850 pro 2.5 format
980m GTX 4 GB
32GB DDR 4 Standard RAM

Z97 PRO WiFi I7 4790K
Windows 10 Pro
Z97 -A
Windows 10 Pro

Clintlgm wrote:
I don't know what i'm seeing there but I'm seeing X86 should be 64. Not sure where the AMD is coming from your CPU is Intel and your GPU is NVidia.


AMD64 is the name for 64-bit x86. They originally invented it. The if statement is assessing whether the CPU is 64-bit capable.