Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo G50-70 (9ACNxxWW) BIOS ...
Last Post: colin89
Today 06:04 PM
» Replies: 140
» Views: 40979
[Request] HP Elitebook 6930P WLAN Whitel...
Last Post: k24a1
Today 05:28 PM
» Replies: 16
» Views: 6575
[REQUEST + BOUNTY] Lenovo Thinkpad P14s ...
Last Post: loadit
Today 02:23 PM
» Replies: 3
» Views: 86
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
Today 10:53 AM
» Replies: 845
» Views: 317142
[REQUEST] Lenovo Thinkpad E130 (H4ETxxWW...
Last Post: Dudu2002
Today 10:51 AM
» Replies: 509
» Views: 101078
[REQUEST] Lenovo Yoga 11E (N15ETxxW) Whi...
Last Post: Dudu2002
Today 08:15 AM
» Replies: 5
» Views: 2524
[REQUEST] CPU Support for Ryzen 5 3600 o...
Last Post: flexpavillion
Today 04:32 AM
» Replies: 1
» Views: 339
Clevo P775TM1-G BIOS
Last Post: ActivatedNut
Today 01:36 AM
» Replies: 145
» Views: 55327
ASUS P5G41T-M LX2/GB Unlocked Hidden Ove...
Last Post: GangsteR23
Yesterday 04:58 PM
» Replies: 25
» Views: 64133
lenovo z570 Advanced Menu Unlocked
Last Post: Kaluva12345
Yesterday 04:58 PM
» Replies: 7
» Views: 4102
Lenovo ThinkCentre M715q 2nd Gen & AMD R...
Last Post: RedfieldHUN1987
Yesterday 09:23 AM
» Replies: 2
» Views: 148
L14 Gen 3 AMD , Need UEFI unlock advance...
Last Post: frankeinstein2532555
Yesterday 04:08 AM
» Replies: 0
» Views: 98
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: freedome
03-26-2024 11:00 PM
» Replies: 188
» Views: 52220
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: ghostinoss
03-26-2024 09:21 PM
» Replies: 655
» Views: 167243
[Request] CPU support for Lenovo IQ57I
Last Post: DeathBringer
03-26-2024 10:02 AM
» Replies: 5
» Views: 240
unlocked Bios for Machenike s16
Last Post: Dudu2002
03-26-2024 09:06 AM
» Replies: 5
» Views: 330
[REQUEST] Bios Unlock Whitelist HP DV6-6...
Last Post: DimanTLT63
03-26-2024 03:03 AM
» Replies: 0
» Views: 146
[REQUEST] HP Pavilion G6-1252ss Whitelis...
Last Post: joseefitness
03-26-2024 01:40 AM
» Replies: 0
» Views: 130
[REQUEST] Lenovo S310 & S410 (8BCNxxWW) ...
Last Post: morgley
03-25-2024 10:43 PM
» Replies: 14
» Views: 6334
Acer Nitro ANV15-51 Bios Bin File Reques...
Last Post: Papethzkie23
03-25-2024 06:04 PM
» Replies: 0
» Views: 140

[REQUEST] Asus eeepc 1025C
#61
(06-09-2017, 08:00 PM)Frenel Wrote: Any problem using Linux with x64 enabled and 4GB ram?

Do graphics work well?

Thanks a lot xenon for sharing the new BIOS file  Exclamation
I installed your solution and it works great . 64 bit Linux and 4Gb of RAM and graphics works pretty well for this hardware .
Yesterday I bought an used Asus 1025C and I was puzzled by the fact the Atom N2800 CPU was running only in 32 bit mode . My daughter has an Acer AO D270 and her's runs in 64 bit from the moment I bought it , although with only 3Gb of RAM seen  .
find
quote
#62
(04-14-2014, 06:24 AM)xenon Wrote: [Image: zip.gif]   1025C-ASUS-1301 x64 new ucode.zip
Thanks. It's solved my problem.
find
quote
#63
xenon Wrote:

СПАСИБО огромное. для красной версии ASUS 1025C с Intel 2800 и 4 Gb оперативной памяти после замены стандартной планки на 2 Gb, BIOS обновился и установилась Windows 10 x64 (2020).

СУПЕР (Вот инструкция прошивки)


Attached Files
.txt   Прошивка биоса ASUS 1025C на последнюю версию с поддержкой 64битных систем.txt (Size: 347 bytes / Downloads: 209)
.zip   1025C-ASUS-1301 x64 new ucode(Прошивка биос под x64).zip (Size: 1.03 MB / Downloads: 109)
find
quote
#64
Hi,
This comes with intel GMA 3600 graphics card and there is an issue.
After updating to the x64 bios above I was able to install windows 7 and windows 10 but and 64bit GMA 3600 drivers but it seems that this driver has some issue when the machine has more than 3Gb of ram installed.

For that reason, can someone edit the bios so the GMA 3600 GPU takes like 768MB of ram leaving only 3.2Gb of ram available to the operating system?

ps: did anyone succeeded to install any 64bit linux with 4GB of ram and with working GPU drivers? From what I read, they do not exist.

Thank you.
find
quote
#65
(04-14-2014, 06:24 AM)xenon Wrote: I got it! The culprit is the code that does this in BIOS: [MSR 0x122] |= 3;
So, just blank (NOP) out that piece of code in BIOS and have fun with x64. I don't have any experience with BIOS modding, but I am familiar with assembly language programming and almost everything in Intel SDM.
It took me quite some time to figure out there are 2 places to patch (for bootstrap processor and application processors).
Below are some notes to help you gain confidence that nothing fishy is being added. Use your hex editor compare function to compare between the BIOS file from Asus and my patched version.

Original (starting point):
1025C-ASUS-1301.ROM
2097152 bytes
SHA-256: 73bae3b7e061e4d6054e70b0405150ed93258d39b5561bdfb902554edd3e0a4f

Code:
//32-bit mode
53         push   ebx
6aff       push   0xffffffff
53         push   ebx
6a03       push   0x3
6822010000 push   0x122
e85c240000 call   func    //NOP out this instruction
83c414     add    esp,0x14


//32-bit mode    
b922010000 mov    ecx,0x122    
0f32       rdmsr    
0c03       or     al,0x3    
0f30       wrmsr    //NOP out this instruction

After NOP out the 2 locations with 0x90 (7 bytes in total),
SHA-256: af673c221dd145ea9faa495b5fac21d945541396a72cec3943ec1581e4a7167b

With that, you can enjoy your x64 system.
Optionally, you can update the microcode as well. I discovered Acer AOD270 BIOS has a newer version of the microcode.
In Asus 1025C (and old BIOS version of Acer AOD270): Version 0x010C, 2011-11-23
In Acer AOD270: Version 0x010D, 2011-12-22

With new microcode,
SHA-256: f568ec0f4ec31cc0a12b469a5092a233285bcfb018c6bdbd05a3ba5b765ad347

Note the hashes are on 2097152-byte ROM file, not zip file.

Thanks Xenon.
I'm writing from the Amazon, in Brazil. I applied your modified bios to my eeepc 1025c and now I'm using linux Mint 64 bits with excellent results. Intem atom 2600, 4 gb ram and ssd sandisk 480 gb on my Lilliputian computer. Long live him! Thankful.
find
quote
#66
My friends work to me... Eeepc1025c atom 2600 install so64b, test with 4gb ram no possible até moment. Thanks. Obs: i install Prime OS for my son.
find
quote
#67
Hello, I installed the 1025C-ASUS-1301 x64 new ucode.zip bios on my 1025c atom 2600. I have windows 10 pro. Sad but the resolution does not come out of 800x600.

- Gigabyte GA-H97M-D3H
- Dell inspirion r15 i5 5548 5200u
find
quote
#68
(04-14-2014, 06:24 AM)xenon Wrote: I got it! .....
You are a legend. Currently running Ubuntu 20.04.2.0 LTS on a 1025c (Atom 2800) with 4GB ram.        
find
quote
#69
I would like to sincerely thank you for your excellent work. my Asus 1025c laptop works with debian server in 64 bits.
find
quote
#70
Big Grin Thanks
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)