nothing special.
here is the alias I use to start my vm :
$ alias qemu
$ alias qemu='/usr/bin/qemu-system-x86_64 -accel kvm -machine q35 -m 1024
-device nec-usb-xhci -device usb-tablet -cpu qemu64,kvm=off -parallel null
-serial mon:stdio'
$ qemu ./21H1.disk -bios ./uefi
where uefi is a copy of ovmf
Ok I found it and passed the fd file as -boot on a debian machine, however
the windows 10 vm is still stucked in the just a moment screen. Did you
change something in the boot config page or did you pass other params?
Il lun 12 lug 2021, 10:52 Pascal ha scritto:
> under Linux, it is generally th
under Linux, it is generally the `ovmf` package which contains the
necessary (ovmf.fd) :
-bios /usr/share/ovmf/OVMF.fd
Le lun. 12 juil. 2021 à 10:44, Stefano Cappa
a écrit :
> Thank you, but where can I find the bios file to pass to that command?
>
> Il lun 12 lug 2021, 10:35 Pascal ha scritto:
hi,
my 21H1 is running with UEFI activated in the VM (-bios ...) : try on this
side...
regards.
Le lun. 12 juil. 2021 à 10:27, Stefano Cappa
a écrit :
> I'm trying to install Windows 10 64 bit (latest available official iso)
>
> my environment:
> - macbook pro 13 2020 (intel)
> - macos BigSur (w
I'm trying to install Windows 10 64 bit (latest available official iso)
my environment:
- macbook pro 13 2020 (intel)
- macos BigSur (with all updates)
- qemu-system-x86_64 version 6.0.0
- os to install "Win10_21H1_English_x64.iso" from official Microsoft website
- virtio iso driver (tried with bo