-
-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: win11 installation encountered an unexpected error. #1475
Comments
Same problem here. Quickemu output
Quickreport output
|
I also have this problem! |
As far as I can see, both @n1yn and I are on NixOS but the first report is from Ubuntu... |
This thread may be relevant: virtio-win/kvm-guest-drivers-windows#1100 |
i have the same problem too. |
I hit the same issue as well |
Same over here |
Please try removing the fixed_iso line from your config file. |
Commented out the fixed_iso line from the config file and it got past the error. |
Thank you for this, in the thread they claim that they only have an issue with the most recent version of the Win11 ISO. So you get an error with 24H2 and not 23H2. I decided to test this with quickemu. I can confirm that 23H2 is working as expected and only get this bug with 24H2. |
How to get older Windows versions? |
I found this tool to prepare an ISO from Microsoft directly: MediaCreationTool.bat I used a VM with windows 10 then used the bat script, then used the ISO to launch a Windows 11 VM. |
😒 |
How did you get hold of 23H2? is there a quickget option to download the older version? |
It seems that it may work if the installation uses |
This is the script I used but I'm not sure if it the one to recommend, maybe you find a better one? |
ah, yes, i was a bit quick to post. |
|
True, it works for me For some reason I was missing these two lines in the config, not sure if this is another bug:
|
I think secureboot should be made necessary here for the installation of Windows 11. At least my installation didn't work without it. |
|
I get the same error trying to install Windows 11 24H2. I tried different versions of the virtio, but that does not change anything. I could get an 23H2 image directly from microsoft and the installation works perfectly. So i guess something changed in windows 11 24H2 which makes the installation crash. |
Possibly related, when running
and the windows-11.iso doesn't appear to exists in the windows-11 directory |
No relation. That's #1528, which is fixed in master. |
Thanks everyone changing to windows server as GuestOS adding the 2 lines above changing secureboot to on works for me. |
The windows 11 configuration file is configuring the virtio-win.iso drive before the unattended drive. The virtio-win drive is set to index 1. The unattended iso is set to index 2. Windows is crashing because the drives are out of order.
My fix is to comment out The virtio media drive is not autoloaded, and Windows will not find the disks. You can however load the drive manually now because it does see the cdrom drive with the virtio-iso attached. I hope this helps others. |
I think it is related to this issue that was closed without a reason. |
commenting out fixed iso and adding: |
I confirm this bug has not already been reported
Describe the bug
![image](https://private-user-images.githubusercontent.com/42881610/375617592-dbf677ea-5563-4623-9c70-9263683abb6c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzMzNDgsIm5iZiI6MTczOTQ3MzA0OCwicGF0aCI6Ii80Mjg4MTYxMC8zNzU2MTc1OTItZGJmNjc3ZWEtNTU2My00NjIzLTljNzAtOTI2MzY4M2FiYjZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE4NTcyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE3ZjNiOGQ4MjdmOTk0N2NkMGYzMTNlMjM0ODhhZWI3NWQ5M2YwOTIzYTQ1MTk3ZDY4NDdlMDEyYmNlZWNjZmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-iOrZbcg-uRQfFoizEIF9bIbtBiXzbmpYWgvSgx8ryU)
To Reproduce
Steps to reproduce the behavior:
quickget windows 11
quickemu --vm windows-11.conf
Expected behavior
no error
Quickemu output
Run
quickemu
orquickemu
and include the output of the failure below:Quickemu output
System information
Run
quickreport
and include the output here; if you can't runquickreport
,please provide the output of the following:
Quickreport output
The text was updated successfully, but these errors were encountered: