Access to a binary BIOS-File

Questions about Wine on Linux
Locked
Leverator
Newbie
Newbie
Posts: 1
Joined: Thu Jan 28, 2021 9:25 am

Access to a binary BIOS-File

Post by Leverator »

Hello,
can you tell me how to configure wine in a way so that the software has access to a (fake) BIOS-environment?

With qemu I got this working:

Code: Select all

/usr/bin/qemu-system-x86_64 [...] -smbios file=/.../dmidump.bin
I created this file just with:

Code: Select all

dmidecode --dump-bin <filename>
For speeding things up, I'd like to do this with wine instead of qemu.
Do you have any ideas how to do this?

Best regards,
Lev
Locked