Aoemi backupper

t671 Posted messages 1479 Registration date   Status Member Last intervention   -  
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

  1. fabul Posted messages 42199 Registration date   Status Moderator Last intervention   6 071
     

    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 /commit

    Important, 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.

    0
    1. brucine Posted messages 25084 Registration date   Status Member Last intervention   4 172
       

      Hello,

      Restoring from Windows itself is never a good idea.

      In WinRE mode from the key, it won’t want to hear about proprietary keyboard and mouse drivers and software.

      Perhaps simpler with a standard USB wired keyboard and mouse without dedicated software or drivers?

      0