Changeset 17b1ad9 for postlfs


Ignore:
Timestamp:
08/16/2023 02:14:43 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
157ffdc2
Parents:
0821043
Message:

qemu: Fix the command option for running UEFI

A plain "-pflash <file>" option does not work if <file> is not writable
with the current qemu version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r0821043 r17b1ad9  
    487487
    488488    <para>
    489       <option>-pflash /usr/share/qemu/edk2-x86_64-code.fd</option>: Load a
     489      <option>-drive if=pflash,format=raw,readonly=on,file=/usr/share/qemu/edk2-x86_64-code.fd</option>: Load a
    490490      pre-built EDK2 UEFI firmware, instead of the default PC BIOS.  Use
    491491      this option if you want to boot the guest OS with UEFI.
Note: See TracChangeset for help on using the changeset viewer.