QEMU exception CPU trapped when launching the auto-unattended install for debug purposes #18
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, @Astro
So with the latest image from Win11 official website,
Win11-23H2
I've run into this issue :The config for the auto-unattended install is the following :
(Couldn't figure out how to add syntax highlighting with the details syntax)
autounattended.nix
I did this change also to the image selection :
And used 200GB as default for the qcow disk instead of 70GB, removed
anaconda2
and changedimpureMode
totrue
.Hope this may help to solve the issue, might be just my config changes that are breaking something I did not think of.
Not sure if I can reproduce it with an older
Win11-22H2
image.I think maybe the image selection doesn't work due to the fact that the french changes the image name, will try the EN_US image and report my findings here.
Hi again @Astro, @sb10q
Swapping the bios from the one that is set to another ovmf in the Nix store allow
qemu
to boot :/nix/store/vh0ywnw4jzlr4vjzjwhzah299l71x8fm-OVMF-202402-fd/FV/OVMF.fd
=>/nix/store/8jm9m0jn3ijhhbkkjf1vacmcdcifckyn-qemu-ovmf/FV/OVMF.fd
/nix/store/8jm9m0jn3ijhhbkkjf1vacmcdcifckyn-qemu-ovmf/FV/OVMF.fd
: qemu boots into BIOS, I haven't tried the full qemu command but I bet it would work./nix/store/vh0ywnw4jzlr4vjzjwhzah299l71x8fm-OVMF-202402-fd/FV/OVMF.fd
: file exists butqemu
does not boot and says can't find image information.EDIT: Install does work with the OVMF from the nix store, not sure what is exactly different, I have put the same options than the one in my store.