Skip to content
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

Windows 10 32-bit freezes after loading PE #807

Open
ghost opened this issue Feb 28, 2023 · 9 comments
Open

Windows 10 32-bit freezes after loading PE #807

ghost opened this issue Feb 28, 2023 · 9 comments

Comments

@ghost
Copy link

ghost commented Feb 28, 2023

It appears that Windows 10 32 bit will freeze after loading the PE on the ISO image.
It will show the Windows logo successfully, and read the entire Windows PE image, and then stop. The speed goes to about 200 mIPS, and stays there until the tab is closed.
Screenshot 2023-02-28 1 42 51 PM

I used Tiny 10 (32 bit) to run Windows 10.

@spetterman66
Copy link
Contributor

The emulated CPU does not support SSE3 and higher instruction sets, so the latest windows version that will work is Windows 8 build 8133

@Pixelsuft
Copy link
Contributor

Pixelsuft commented Sep 17, 2023

I've experemented with Windows 8 Betas and found that in QEMU 8133 boots without PAE, but 8148 won't. If I disable PAE in CPUID I get the same result as in QEMU with pae=off. So, problem may be in PAE.

Edit: Patched Windows 8.1 boots in QEMU without PAE, but in v86 it doesn't boot, so I don't know.

@spetterman66
Copy link
Contributor

oh so its PAE, that's why 👀

@Carterpersall
Copy link

Can confirm that there's no change in OS support after the recent addition of SSE3

@spetterman66
Copy link
Contributor

spetterman66 commented Sep 21, 2023 via email

@Carterpersall
Copy link

well... android-x86 4.4-r2 🙂

I meant more specifically in terms of Windows Support with Windows 8 Build 8133 and beyond, probably should've specified that lol

@copy
Copy link
Owner

copy commented Oct 10, 2023

It's probably #845 now.

@iocmet
Copy link

iocmet commented Nov 28, 2023

Is this issue about this?
image
I gets this error when trying run Windows 10 21h1 x86 installer

@copy
Copy link
Owner

copy commented Dec 2, 2023

@iocmet You can comment out those assertions (they are only there to not miss new MSRs). But you'll most likely run into one of the other unimplemented hardware features afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants