Select your language


<-
Idioma - Language - Idioma - भाषा (Bhāṣā) - 语言 (Yǔyán)

Definitive Guide: Windows 11 25H2 (ARM64) on Compaq Presario 5110
Learn more about this image by clicking here.

Anyone using the Presario 5110 must have been stuck on the Windows 11 24H2 ARM64 update. When trying to contact the manufacturer, we only received the response that there is no support, as the product was out of warranty. So, what to do?

Well, I successfully updated to version 25H2 and want to share it with you. If you have a working notebook, you can extract the drivers, or download the version I will provide for you. There are also drivers in the manufacturer's official repository, but unfortunately, it doesn't have all of them.

DOWNLOAD the PRESARIO 5110 drivers, and save them to C:\DriveLobo. If you don't have this file, ask me in the comments at the end of this page. Your contact information will not be visible on the site.

The solution will be to create a Windows 11 25H2 ARM64 Installation USB drive with all the PRESARIO 5110 drivers already included. Below, I show the step-by-step process of how to "inject" the C:\DriveLobo folder directly into the installation media, so that the keyboard, touchpad, and internet work from the very first formatting screen.

🛠️ Prerequisites

  1. USB Drive: At least 8GB of storage.

  2. Windows 11 25H2 ARM64 ISO: (Tip: Since Microsoft doesn't usually provide direct ARM64 ISOs easily outside the Insider program, you can generate your updated ISO using the script tool from the UUP Dump website).

  3. Driver Folder: The C:\DriveLobo folder containing all extracted drivers.

  4. Rufus: To create the bootable USB drive.

Step 1: Create the Base USB Drive

  1. Connect the USB drive to your computer.

  2. Open Rufus.

  3. Under "Device," select your USB drive.

  4. Under "Boot selection," choose your Windows 11 ARM64 ISO.

  5. Under "Partition scheme," leave it as GPT and the target system as UEFI (non CSM).

  6. Click START and wait for the process to finish.

Step 2: Prepare the Environment for Driver Injection

We will use the native Windows tool, DISM, to put your C:\DriveLobo folder inside the Windows files.

To make the process fast and avoid USB drive read errors, we will work directly on the hard drive (C:).

  1. Open File Explorer on your C: drive.

  2. Create two new folders:

    • C:\Mount (This folder will serve as a "surgery table" to open the system).

    • C:\WIM (Here we will place the USB drive files).

  3. Open your newly created USB drive, go to the sources folder, and copy the files boot.wim and install.wim.

  4. Paste these two files into the C:\WIM folder.

(Note: If you find install.esd instead of .wim on the USB drive, you will need to convert it first, but the default generated by UUP Dump is usually .wim).

Step 3: Inject Drivers into the Installation File (install.wim)

This is the operating system itself.

  1. Click the Start menu, type CMD, right-click on Command Prompt, and select Run as administrator.

  2. Paste the command below to "open" the Windows image in the mount folder:

    In the Command Prompt:
    dism /Mount-Image /ImageFile:C:\WIM\install.wim /Index:1 /MountDir:C:\Montagem
    
  3. Now, let's inject your driver folder. Paste the command:

    In the Command Prompt:
    dism /Image:C:\Montagem /Add-Driver /Driver:C:\DriveLobo /Recurse
    

    (You will see a list of drivers being successfully installed. Wait for it to finish).

  4. Close the image, saving the changes:

    In the Command Prompt:
    dism /Unmount-Image /MountDir:C:\Montagem /Commit
    

Step 4: Inject Drivers into the Boot File (boot.wim)

This step is crucial. It ensures that the Presario 5110's keyboard and mouse (touchpad) work during the blue screen formatting screen. The boot file has two indexes (1 is the basic WinPE and 2 is the Windows Setup). We will inject into index 2.

In the same CMD as Administrator, execute the commands one by one:

  1. Mount the Boot image:

    In the Command Prompt:
    dism /Mount-Image /ImageFile:C:\WIM\boot.wim /Index:2 /MountDir:C:\Montagem
    
  2. Inject the drivers:

    In the Command Prompt:
    dism /Image:C:\Montagem /Add-Driver /Driver:C:\DriveLobo /Recurse
    
  3. Save and unmount:

    In the Command Prompt:
    dism /Unmount-Image /MountDir:C:\Montagem /Commit
    

Step 5: Finalize the USB Drive

  1. Now go to your C:\WIM folder.

  2. Copy the boot.wim and install.wim files that you just modified.

  3. Paste them back into the sources folder of your USB drive, replacing the originals that are there.

  4. You can delete the C:\Mount and C:\WIM folders to free up space.

Done! Your USB drive is supercharged and ready to install Windows 11 25H2 ARM64 on your Compaq Presario 5110 with all factory-recognized components.

Quem usa o Presario 5110 deve ter ficado parado na atualização Windows 11 24H2 ARM64. Ao tentar contactar o fabricante, tivemos só a resposta de que não tem assistência, pois o produto saiu do período da garantia. Então, o que fazer?

Pois bem, eu atualizei com sucesso para a versão 25H2 e quero compartilhar com vocês. Caso você tenha um notebook funcionando aí, pode extrair os drivers, ou baixar a versão que eu vou disponibilizar para vocês. Existem também no repositório oficial do fabricante, mas lamentavelmente ele não tem todos os drivers.

BAIXE os drives do PRESARIO 5110, e salve em C:\DriveLobo. Se você não tem este arquivo, me peça nos comentários no fim desta página. Suas informações de contato não ficarão visíveis aqui no site.

A solução será criar um pendrive de Instalação do Windows 11 25H2 para ARM64 já com todos os drivers do PRESARIO 5110. Abaixo, mostro o passo a passo de como "injetar" a pasta C:\DriveLobo direto na mídia de instalação, para que o teclado, touchpad e internet funcionem desde a primeira tela de formatação.

🛠️ Pré-requisitos

  1. Pendrive: Pelo menos 8GB de armazenamento.

  2. ISO do Windows 11 25H2 ARM64: (Dica: Como a Microsoft não costuma fornecer ISOs ARM64 diretas facilmente fora do programa Insider, você pode gerar a sua ISO atualizada utilizando a ferramenta de script do site UUP Dump).

  3. Pasta de Drivers: A pasta C:\DriveLobo contendo todos os drivers extraídos.

  4. Rufus: Para criar o pendrive bootável.

Passo 1: Criar o Pendrive Base

  1. Conecte o pendrive ao computador.

  2. Abra o Rufus.

  3. Em "Dispositivo", selecione o seu pendrive.

  4. Em "Seleção de inicialização", escolha a sua ISO do Windows 11 ARM64.

  5. Em "Esquema de partição", deixe GPT e o sistema de destino como UEFI (não CSM).

  6. Clique em INICIAR e aguarde o processo terminar.

Passo 2: Preparar o Ambiente para Injeção dos Drivers

Vamos usar a ferramenta nativa do Windows, o DISM, para colocar a sua pasta C:\DriveLobo dentro dos arquivos do Windows.

Para que o processo seja rápido e evite erros de leitura do pendrive, vamos trabalhar direto no disco rígido (C:).

  1. Abra o Explorador de Arquivos no seu disco C:.

  2. Crie duas pastas novas:

    • C:\Montagem (Esta pasta servirá como uma "mesa de cirurgia" para abrirmos o sistema).

    • C:\WIM (Aqui colocaremos os arquivos do pendrive).

  3. Abra o seu pendrive recém-criado, vá até a pasta sources e copie os arquivos boot.wim e install.wim.

  4. Cole esses dois arquivos dentro da pasta C:\WIM.

(Nota: Se no pendrive você encontrar install.esd em vez de .wim, será necessário convertê-lo primeiro, mas o padrão gerado pelo UUP Dump costuma ser .wim).

Passo 3: Injetar os Drivers no Arquivo de Instalação (install.wim)

Este é o sistema operacional em si.

  1. Clique no menu Iniciar, digite CMD, clique com o botão direito em Prompt de Comando e selecione Executar como administrador.

  2. Cole o comando abaixo para "abrir" a imagem do Windows na pasta de montagem:

    No Prompt de Comando:
    dism /Mount-Image /ImageFile:C:\WIM\install.wim /Index:1 /MountDir:C:\Montagem
    
  3. Agora, vamos injetar a sua pasta de drivers. Cole o comando:

    No Prompt de Comando:
    dism /Image:C:\Montagem /Add-Driver /Driver:C:\DriveLobo /Recurse
    

    (Você verá uma lista de drivers sendo instalados com sucesso. Aguarde terminar).

  4. Feche a imagem salvando as alterações:

    No Prompt de Comando:
    dism /Unmount-Image /MountDir:C:\Montagem /Commit
    

Passo 4: Injetar os Drivers no Arquivo de Boot (boot.wim)

Este passo é crucial. É ele que garante que o teclado e o mouse (touchpad) do Presario 5110 funcionem durante a tela azul de formatação. O arquivo de boot tem dois índices (o 1 é o WinPE básico e o 2 é o Setup do Windows). Vamos injetar no índice 2.

No mesmo CMD como Administrador, execute os comandos um por vez:

  1. Montar a imagem de Boot:

    No Prompt de Comando:
    dism /Mount-Image /ImageFile:C:\WIM\boot.wim /Index:2 /MountDir:C:\Montagem
    
  2. Injetar os drivers:

    No Prompt de Comando:
    dism /Image:C:\Montagem /Add-Driver /Driver:C:\DriveLobo /Recurse
    
  3. Salvar e desmontar:

    No Prompt de Comando:
    dism /Unmount-Image /MountDir:C:\Montagem /Commit
    

Passo 5: Finalizar o Pendrive

  1. Agora vá até a sua pasta C:\WIM.

  2. Copie os arquivos boot.wim e install.wim que você acabou de modificar.

  3. Cole-os de volta na pasta sources do seu pendrive, substituindo os originais que estão lá.

  4. Você pode excluir as pastas C:\Montagem e C:\WIM para liberar espaço.

Pronto! Seu pendrive está turbinado e pronto para instalar o Windows 11 25H2 ARM64 no seu Compaq Presario 5110 com todos os componentes reconhecidos de fábrica.

Deixe seu comentário - Leave a comment - Deja tu comentario - 发表评论 - अपनी टिप्पणी छोड़ें

O editor não se responsabiliza pelos comentários registrados aqui., El editor no se hace responsable de los comentarios registrados aquí., The editor is not responsible for the comments registered here., 编辑不对此处记录的评论负责。, संपादक यहाँ दर्ज की गई टिप्पणियों के लिए जिम्मेदार नहीं है।

Número de celular e e-mail não irão aparecer na internet, El número de móvil y el correo electrónico no aparecerán en internet, Mobile number and email will not appear on the internet, 手机号码和电子邮箱不会出现在互联网上, मोबाइल नंबर और ईमेल इंटरनेट पर दिखाई नहीं देंगे.

Seja o primeiro a escrever um comentário.