How to fix WinPE screen resolution #58
-
When I boot a WinPE boot.wim from USB, the screen resolution looks crisp with the proper aspect ratio. Here is the script I'm currently using to troubleshoot. The only line that seems to present any changes is the "console --x 1920 --y 1080" line. This simply accounts for smaller console text before the WIM is loaded.
As suggested elsewhere online, I tried adding the following unattend.xml to my image, however there was no change.
Hopefully there is a simple fix that I'm overlooking. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Test adding Also if you don't have a bored boot.wim all the other files will be loaded from the wim and not required to be loaded separately. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Test adding
gui
to your kernel line.Also if you don't have a bored boot.wim all the other files will be loaded from the wim and not required to be loaded separately.