Nitro AN515-44 Windows 10 installation - No disk

superNoi
superNoi Member Posts: 5

Tinkerer

Hello,

A friend bought a Nitro AN515-44-R5YZ, but we were unable to install Windows 10.

We downloaded the Windows 10 ISO(21H2) today in this link (https://www.microsoft.com/en-us/software-download/windows10ISO)

With diskPart it is possible to see the disk, but when installing it cannot find it.

We've already tried to download different drivers for AMD AHCI/SATA/RAID, but we still can't find the right one.
I couldn't find it on the ACER website.

Could anyone help me how to solve this problem?





Thank you

Answers

  • JackE
    JackE ACE Posts: 45,201 Trailblazer
    Your WesternDigital NVME may be MBR partitioned. It must be GPT partitioned. The Win10 installation boot stick must also be GPT partition scheme FAT32 for UEFI BIOS. The BIOS SATA mode should be AHCI best results.

    From the Diskpart prompt enter the following commands

    DISKPART> select disk 0
    DISKPART> clean
    DISKPART> convert gpt
    DISKPART> list disk

    The final list disk command should look like the following image with an asterisk under GPT column.






    Jack E/NJ

  • superNoi
    superNoi Member Posts: 5

    Tinkerer

    JackE said:
    Your WesternDigital NVME may be MBR partitioned. It must be GPT partitioned. The Win10 installation boot stick must also be GPT partition scheme FAT32 for UEFI BIOS. The BIOS SATA mode should be AHCI best results.

    From the Diskpart prompt enter the following commands

    DISKPART> select disk 0
    DISKPART> clean
    DISKPART> convert gpt
    DISKPART> list disk

    The final list disk command should look like the following image with an asterisk under GPT column.







    We convert to gpt, in the bios already is AHCI.
    I keep trying some drive, AHCI and NVME...

    thank's for your time





  • JackE
    JackE ACE Posts: 45,201 Trailblazer
    How did you prepare the USB stick for the Win10 iso? Did you use Rufus on a Windows machine? Or the DD terminal command? Or something else. You apparently downloaded the iso using a Linux browser to be re-directed to the iso. If you spoof the browser's user agent from Linux browser to Windows browser you can create the proper USB media from this link.  Otherwise you'll be redirected to the iso again

    Jack E/NJ

  • superNoi
    superNoi Member Posts: 5

    Tinkerer

    I use pop_os, I used dd to write the usb stick.
    Huh? Is downloading the ISO via windows is different?
    I got confused.



  • superNoi
    superNoi Member Posts: 5

    Tinkerer


    I tried with Windows, it took almost 1 hour (download+processing), and fail...
    I'll try again...






  • superNoi
    superNoi Member Posts: 5

    Tinkerer

    edited February 2022
    JackE said:
    How did you prepare the USB stick for the Win10 iso? Did you use Rufus on a Windows machine? Or the DD terminal command? Or something else. You apparently downloaded the iso using a Linux browser to be re-directed to the iso. If you spoof the browser's user agent from Linux browser to Windows browser you can create the proper USB media from this link.  Otherwise you'll be redirected to the iso again

    I formatted the USB stick and tried again.
    It worked. Thanks a lot for the help.

    I confess that I'm outraged. How can the ISO downloaded via Linux be different?

    Thank you very much.


  • JackE
    JackE ACE Posts: 45,201 Trailblazer
    Congrats on your success. Thanks for reporting back. The Windows website detects that your browser is running under Linux. The Windows USB media installation creation tool probably does not work properly under Linux. This is why it re-directs to the iso. And you must use the proper DD terminal command options to create a bootable GPT partition FAT32 USB  for UEFI bios.

    Jack E/NJ