Article 53J4T BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00003 " from pciRoot(0x0)/Pci(0x1,0x1)/Ata(Secondary,Master,0x0): Not Found BdsDxe

BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00003 " from pciRoot(0x0)/Pci(0x1,0x1)/Ata(Secondary,Master,0x0): Not Found BdsDxe

by
marietto2008
from LinuxQuestions.org on (#53J4T)
Hello. I'm trying to boot Windows 10 (UEFI version) from my disk /dev/sda with the following commands :

Code:sudo qemu-system-x86_64 --enable-kvm -cpu host -m 8192 \

-smp 4,sockets=1,cores=2,threads=2 \

-vga qxl -display none -serial mon:stdio \

-rtc clock=host,base=localtime \

-device qemu-xhci,id=xhci \

-device virtio-tablet,wheel-axis=true \

-soundhw ac97 \

-netdev user,id=vmnic,smb=/ \

-device virtio-net,netdev=vmnic \

-drive file=/usr/share/OVMF/OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \

-drive file=/dev/disk/by-id/ata-CT500MX500SSD4_1924E20B2AE5,index=0,media=disk,driver=raw \
but this is the error that I get :

Code:BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00003 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Secondary,Master,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI QEMU HARDDISK QM00001 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0)
BdsDxe: starting Boot0002 "UEFI QEMU HARDDISK QM00001 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0)
instead,this is the partition scheme of the disk /dev/sda :

Code:root@ziomario-Z390-AORUS-PRO:/home/ziomario/Scrivania# fdisk /dev/sda -l

Disk /dev/sda: 465,78 GiB, 500107862016 bytes, 976773168 sectors

Disk model: CT500MX500SSD4

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 4096 bytes

I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disklabel type: gpt

Disk identifier: A1F38312-1D0A-4947-A0C6-C7A7A4EB7266

Dispositivo Start Fine Settori Size Tipo

/dev/sda1 34 262177 262144 128M Microsoft reserved

/dev/sda2 264192 1286143 1021952 499M Windows recovery environment

/dev/sda3 1286144 1488895 202752 99M EFI System

/dev/sda4 1488896 975591423 974102528 464,5G Microsoft basic data

/dev/sda5 975591424 976773119 1181696 577M Windows recovery environment
how can I fix it ?latest?d=yIl2AUoC8zA latest?i=p0nGkYOH10g:CLlgYWwuDtc:F7zBnMy latest?i=p0nGkYOH10g:CLlgYWwuDtc:V_sGLiP latest?d=qj6IDK7rITs latest?i=p0nGkYOH10g:CLlgYWwuDtc:gIN9vFwp0nGkYOH10g
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments