[SOLVED] Windows 10 32 bit no input during installation

quarcskter

New Member
Aug 12, 2024
5
0
1
I tried to install Windows 10 32 bit edition on Proxmox 8.2.4 and couldn't proceed the very first screen with language select. The VM doesn't react on any input from keyboard or mouse. Here is the VM config:

Code:
agent: 0
bios: seabios
boot: order=ide2;scsi0
cores: 4
cpu: host
ide0: storage:iso/virtio-win.iso,media=cdrom,size=708140K
ide2: storage:iso/Win10_22H2_Enterprise_English_x32.iso,media=cdrom,size=3845698K
kvm: 1
machine: pc-i440fx-9.0
memory: 16384
meta: creation-qemu=9.0.2,ctime=1723465209
name: windows-10-x86
net0: e1000=BC:24:11:73:C3:1A,bridge=vmbr0
numa: 0
ostype: win10
scsi0: storage:4000/vm-4000-disk-1.qcow2,cache=writeback,discard=on,size=80G
scsihw: virtio-scsi-pci
smbios1: uuid=ef9aa030-1662-4980-9eee-67e4c3d5becb
sockets: 1
tablet: 0
vmgenid: 84f3ce16-2a11-4521-adc6-b637f12841be

On the other hand Windows 10 x64 installation works as expected. What could be wrong and how can i fix it?
 
It looks the issue is in the RAM amount. I assigned 16 GB of RAM to 32bit OS and it couldn't start properly. I started the VM with 2GB and it the input started to work.
 
It looks the issue is in the RAM amount. I assigned 16 GB of RAM to 32bit OS and it couldn't start properly. I started the VM with 2GB and it the input started to work.
I had same issue when assigning 4 GB RAM to Win10 32 bit OS. Reducing to 2GB fixed the issue. Now all keyboard and mouse inputs are working