Aoemi backupper
brucine Posted messages 25084 Registration date Status Member Last intervention -
Hello,
I am on Windows 11. I want to restore a system image using aoemi backupper version 4.0.2.0, but it doesn't work.
I then restart the PC on the aoemi boot disk. I end up on the aoemi menu. But there I have no control, and cannot do anything. The keyboard and mouse are not detected.
How can I fix the problem?
Thanks
1 answer
-
Hello,
Maybe we should add drivers to the AOMEI Backupper key, to the boot.wim file in the sources folder, with the drivers and commands in a .bat file
By creating on C:\ a wim folder with a temp folder as well as a drivers folder inside
Place the boot.wim file in the WIM folder, and the drivers clearly in the drivers folder
Place the drivers from the PC extracted clearly (In files .inf .cat .sys etc.)
dism /mount-wim /wimfile:C:\wim\BOOT.WIM /index:1 /mountdir:C:\wim\temp
dism /image:C:\wim\temp /add-driver /driver:C:\wim\drivers /recurse
dism /unmount-wim /mountdir:C:\wim\temp /commitImportant, during the last step the "Unmount-wim), you must restart Windows Explorer, otherwise it will not finalize, by running another .bat file, so also prepare it in advance.
taskkill /f /im explorer.exe & start explorer.exe
Then replace the boot.wim file on the key with the modified boot.wim.