Replies: 1 comment
-
@enzoyes you can change the bus type to 'usb'. <target dev='sda' bus='usb'/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enviroment:
xml description slice as below
<disk type='file' device='cdrom'> <driver name='qemu' type='raw' cache='none' io='native'/> <source file='$path_of_so'/> <target dev='vde' bus='sata'/> <readonly/> </disk>
i want to use cdrom as boot option, however, boot stop at UEFI shell and it seems no efi is detected(no BLK and no FS0).
and also, i made a experiment, pass the iso to a system directly and i can see the cdrom in the system. So, IMHO, it means qemu could get the device, and maybe something went wrong for UEFI find the cdrom.
i've made some change, like change sata to ide(not supported in the qemu version).
Very confused about the problem, anyone know the reason? Kind for your discussions and help.
Beta Was this translation helpful? Give feedback.
All reactions