Solved Adding touchpad driver to rescue ISO


I guesss you are missing usb drivers. Hasleo just works. MR can't be used with just the keyboard, unlike many programs where you can use the cursor keys, TAB and ALt+ letter combinations.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 26200.8655
    Computer type
    Laptop
    Manufacturer/Model
    Acemagic LX15PRO
    CPU
    AMD Ryzen 7 5825U with Radeon Graphics
    Memory
    16GB
    Screen Resolution
    1920 x 1080
    Hard Drives
    SSD 2TB
    Internet Speed
    30 Mbps
    Browser
    Brave
    Antivirus
    Webroot Secure Anywhere
    Other Info
    System 3

    Acer Swift SF114-34 laptop
    OS Windows 11 Pro 26200.8524
    CPU Pentium Silver N6000
    RAM 4GB
    SSD Samsung 970 EVO Plus SSD 2TB (an upgrade)
  • Operating System
    Windows 11 Pro 23H2 22631.2506
    Computer type
    Laptop
    Manufacturer/Model
    HP Mini 210-1090NR PC (bought in late 2009!)
    CPU
    Atom N450 1.66GHz
    Memory
    2GB
    Browser
    Brave
    Antivirus
    Webroot
Thank you for reply. I have already done this. But nothing has changed.
You may need to play with to figure out the drivers needed. I know that I have one laptop where I need to load two different drivers but I have an easy way to figure it out.

1) Start by just creating a standard Windows boot disk (USB Flash Drive).

2) Create a folder on the root of the drive and name it $WinPEDriver$.

NOTE: If you use a dual partition scheme for your Windows UFD, you can put this folder on either partition,

3) Place the drivers you want to test into subfolders within $WinPEDriver$

4) Boot from your Windows UFD and wait for the first static screen. Does the mouse work? In not, you don't have the right drivers.

This works because Windows setup will automatically load drivers in that folder. This way you don't have to update your boot.wim repeatedly to test your drivers. It's a good quick test.

Note that with some laptops, you may need to load more than one driver. I have one laptop where I believe I need to load both a GPIO driver and an I2C driver (if I recall correctly).

I will also jump up on the Lenovo site to see if I can spot anything and report back to you shortly.
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
I took a look at the Lenovo web site for your system and, like you, I only see two drivers that might be needed: The Serial I/O and HID drivers.

Try using the $WinPEDriver$ folder trick that I noted above as a sanity check and put both drivers there. Note: You only need to copy the contents of the subfolder that has the .INF files for each of those drivers after you extract the contents.

If that works, try ditching the HID driver and see if it works with just the SIO driver.

If that still works, then there must be some issue with the driver not getting integrated in correctly.

IMPORTNT: The $WinPEDriver$ folder only works for Windows PE and not RE. That is why I suggested testing it with a standard Windows boot UFD.

BTW, you noted that you saw no drivers specific to the touchpad. If your system is Windows 11 certified (I didn't look at the details to see how old or new that machine is), then it has a Precision Touchpad. Most precision touchpads have no external driver - they are baked into Windows which is one of the things I love about them :-).
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
I took a look at the Lenovo web site for your system and, like you, I only see two drivers that might be needed: The Serial I/O and HID drivers.

Try using the $WinPEDriver$ folder trick that I noted above as a sanity check and put both drivers there. Note: You only need to copy the contents of the subfolder that has the .INF files for each of those drivers after you extract the contents.

If that works, try ditching the HID driver and see if it works with just the SIO driver.

If that still works, then there must be some issue with the driver not getting integrated in correctly.

IMPORTNT: The $WinPEDriver$ folder only works for Windows PE and not RE. That is why I suggested testing it with a standard Windows boot UFD.

BTW, you noted that you saw no drivers specific to the touchpad. If your system is Windows 11 certified (I didn't look at the details to see how old or new that machine is), then it has a Precision Touchpad. Most precision touchpads have no external driver - they are baked into Windows which is one of the things I love about them :-).
Thank you so much. And yes my laptop is a new model and Windows 11 certified, also it has a Precision Touchpad. I have tried Intel Human Interface Device (HID) Driver but I haven't tried Intel Serial-IO Driver. I will do what you say above and I will write the result here.
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Yoga Pro 9 16IMH9
    CPU
    Intel Core Ultra 9 185H
    Memory
    64 GB
    Graphics Card(s)
    NVIDIA GeForce RTX 4070
    Monitor(s) Displays
    Mini Led
    Screen Resolution
    3200x2000
I took a look at the Lenovo web site for your system and, like you, I only see two drivers that might be needed: The Serial I/O and HID drivers.

Try using the $WinPEDriver$ folder trick that I noted above as a sanity check and put both drivers there. Note: You only need to copy the contents of the subfolder that has the .INF files for each of those drivers after you extract the contents.

If that works, try ditching the HID driver and see if it works with just the SIO driver.

If that still works, then there must be some issue with the driver not getting integrated in correctly.

IMPORTNT: The $WinPEDriver$ folder only works for Windows PE and not RE. That is why I suggested testing it with a standard Windows boot UFD.

BTW, you noted that you saw no drivers specific to the touchpad. If your system is Windows 11 certified (I didn't look at the details to see how old or new that machine is), then it has a Precision Touchpad. Most precision touchpads have no external driver - they are baked into Windows which is one of the things I love about them :-).
The touchpad finally worked in Macrium Reflect WinRE environment. The problem was the The Serial I/O Driver. I have injected both The Serial I/O driver and the HID driver to the boot.wim file and it worked.
So, thank you for your interest and your help again.
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Yoga Pro 9 16IMH9
    CPU
    Intel Core Ultra 9 185H
    Memory
    64 GB
    Graphics Card(s)
    NVIDIA GeForce RTX 4070
    Monitor(s) Displays
    Mini Led
    Screen Resolution
    3200x2000
The touchpad finally worked in Macrium Reflect WinRE environment. The problem was the The Serial I/O Driver. I have injected both The Serial I/O driver and the HID driver to the boot.wim file and it worked.
So, thank you for your interest and your help again.

So glad you got that working. I know exactly how frustrating it is to not get something like that working.
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor

Latest Support Threads

Back
Top Bottom