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
overclocking msi b150 gaming m3
Last Post: SunseleGroz
Yesterday 11:23 PM
» Replies: 1
» Views: 4340
[REQUEST] Lenovo B50-70 (9DCNxxWW) BIOS ...
Last Post: MrVK13
Yesterday 05:13 PM
» Replies: 76
» Views: 56093
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: Hooper
Yesterday 02:50 PM
» Replies: 135
» Views: 141786
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 10:54 AM
» Replies: 886
» Views: 552288
Optiplex 7050 8th gen support
Last Post: Idaho
Yesterday 10:07 AM
» Replies: 7
» Views: 243
Need bios dump for Dell Precision M4800
Last Post: Waldfruchttee
Yesterday 09:55 AM
» Replies: 0
» Views: 76
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Paul Withers
Yesterday 09:22 AM
» Replies: 501
» Views: 288166
bios unlock request aorus 15 xe4
Last Post: Sinon2k26
02-20-2026 09:00 PM
» Replies: 2
» Views: 318
BIOS Unlock ASUS TUF F15 FX506HE Gaming ...
Last Post: laret
02-20-2026 07:03 PM
» Replies: 3
» Views: 2722
[REQUEST] Lenovo G570 (40CNxxWW) Whiteli...
Last Post: eisen1000
02-20-2026 03:16 PM
» Replies: 173
» Views: 183578
Boot Password on Asus UX330U (solved)
Last Post: neverstop
02-20-2026 03:09 PM
» Replies: 0
» Views: 204
Abit IP35 Pro: Microcode Update
Last Post: DeathBringer
02-20-2026 01:26 PM
» Replies: 10
» Views: 10466
AMI Bios flash tool - AFUDOS.EXE
Last Post: Ondrej2005
02-20-2026 05:05 AM
» Replies: 12
» Views: 198439
HP Omen EC firmware for 509V5AV - 17t-Ck...
Last Post: fixbricked
02-19-2026 04:41 PM
» Replies: 0
» Views: 200
[REQUEST] Lenovo B580 (H5ETxxWW) Whiteli...
Last Post: Sverhnoviy
02-19-2026 04:30 PM
» Replies: 83
» Views: 49630
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: carlmour
02-19-2026 12:08 PM
» Replies: 47
» Views: 33197
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: zhaduga
02-19-2026 10:22 AM
» Replies: 230
» Views: 189413
Default original bios file for Acer Pred...
Last Post: Aliraaaza19977
02-19-2026 07:20 AM
» Replies: 0
» Views: 215
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
02-19-2026 04:39 AM
» Replies: 107
» Views: 69790
[REQUEST] Acer Aspire E1-572(G,P) Bios U...
Last Post: pawelo
02-19-2026 12:27 AM
» Replies: 376
» Views: 229336

Run BIOS at QEMU
#1
Good day.
I have the task of run real BIOS at QEMU. I set Q35 motherboards BIOS instead of seabios. QEMU made a few hundreds or thousands instructions and hang up during IO ports initialization.
Is somebody do something like this?

P.S.I use QEMU with Intel Q35 chipset support.
find
quote
#2
I am very well aware that this is an old topic, but I keep getting google results to this exact thread.
And maybe this might be usefull or well known already:

Qemu stands for Quick Emulator.
To run some Bioses in qemu use a variant of:
Code:
qemu-system-i386.exe -M pc -bios "C:\Users\nicov\Desktop\ROMDump\bios test\final.bin"


[Image: SOH3oeO.png]

For linux:
Code:
qemu-system-i386 -M pc -bios ~/qemu/bios.bin

change the M option (Machine) to match your bioses hardware more closely. in my case, an old "Award BootBlock Bios v1.0" was not happy with q35 nor with plain isapc.

An empty machine does not contain anything, no cpu, no isa or pci busses. I think the purpose of that is to run bare code on a specific CPU if you specify one.

Together with GDB or an other debugger you might be able to step, trace and walk in your dumped bios. but this is "advanced" debugging, and Ill asume you are capable of doing so yourself.

I dislike threads popping up with no usufull replies and I do have an answer for it. (The rules dont state I cant or shouldn't necrobump threads) Hope this helps or give someone a helpfull idea. Also, if you dump a PowerPC firmware, you can run that too Wink just try qemu-system-ppc or qemu-system-ppc64 Wink

Have a good and awesome day Big Grin
www find
quote
#3
Quote:you might be able to step, trace and walk
But what can I do when getting request on hardware registers not described in datasheet? Or it have another dependence factor.

Bios ASUS AT5NM10T-I, AMI post code 1A(check refresh timings?): used hpet timer, MCHBAR Registers 0x5D8, 0x561+4*x, word 0x58C, 0x248, r/w to/from ram address 0x0 to for set 0x560+4*x, x=0-7 - need trying emulated this?
So in Emulator skips very specified things, like chipset fsb strap, any info about MCHBAR Register 0x0C00 do you seeing anywhere ? Also skipped clockgen, sio with hw monitoring, smbus, internal vga card, spi flash ... even cmos in bochs was 128 byte.
Quote:I have the task of run real BIOS at QEMU.
Possible only with skip some code and might change registers values.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)