How to install Windows 7 on a Surface Pro 1

Page 2 of 7 FirstFirst 1234 ... LastLast

  1. Posts : 83
    Windows 11 x64
    Thread Starter
       #11

    regrettiupsetti said:
    Does this work on other UEFI Class 3 machines? I have tried countless methods with no luck, as my laptop is an HP-15ef1079nr with no CSM and an AMD Ryzen 3 processor. Thank you so much
    In theory, yes it should work. You can use the ISO linked in the video, which uses the Windows 10 PE, and follow the same directions, but you will have to modify the ISO by making a new Windows 7 install.wim by taking the original one, and slipstreaming drivers into it. You will need to slipstream a USB 3.0 driver, which you can get here: USB 3/XHCI driver stack for Windows 7 | My Digital Life Forums, and a graphics driver, and slipstream a graphics driver, but it looks like there are no graphics drivers available for Windows 7. You will also need to use a NVME driver, which you can try the one made by SIW2: https://www.sevenforums.com/attachme...me-win7x64.zip, or look at XP2ESD ([TOOL] XP2ESD - Create modern Windows XP installer v1.6.2 | My Digital Life Forums). In the folders, there are some NVME drivers and other helpful apps/drivers you can use to install Windows 7.
    Last edited by 2W10; 16 Mar 2023 at 23:42.
      My Computer


  2. Posts : 36
    Windows 7 Ultimate x64
       #12

    Will I be able to slipstream network and touchpad drivers as well? I don't want to have to use an external USB network adapter.

    - - - Updated - - -

    It freezes on boot animation. Does not restart.

    - - - Updated - - -

    [QUOTE=regrettiupsetti;3516916]Will I be able to slipstream network and touchpad drivers as well? I don't want to have to use an external USB network adapter.
    I tried it, stuck on Starting Windows. When setup was done, it made it to the boot animation but it was stuck on setup is updating registry settings screen. Restarted to the Starting Windows and froze.

      My Computer


  3. Posts : 83
    Windows 11 x64
    Thread Starter
       #13

    [QUOTE=regrettiupsetti;3516916]Will I be able to slipstream network and touchpad drivers as well? I don't want to have to use an external USB network adapter.

    - - - Updated - - -
    It freezes on boot animation. Does not restart.

    - - - Updated - - -

    regrettiupsetti said:
    Will I be able to slipstream network and touchpad drivers as well? I don't want to have to use an external USB network adapter.
    I tried it, stuck on Starting Windows. When setup was done, it made it to the boot animation but it was stuck on setup is updating registry settings screen. Restarted to the Starting Windows and froze.

    I looked up your card (Realtek RTL8821CE 802.11ac) on drp.su. There are drivers for this card: Download Realtek RTL8821CE 802.11ac PCIe Adapter drivers for Windows 7 x64 | DriverPack. Did you use the FlashBootPro EFI files? The reason why it freezes could either be because the NVME drivers don't work, or because the UEFI files aren't working, or maybe because Secure Boot is off. You could try debugging to see what is causing the problem. If the UEFI files are the problem, boot a Windows 8/10 PE, and try entering these commands:
    rem disable vga.sys 640x480 16 colors
    ren C:\windows\system32\drivers\vga.sys *.off
    set Services=HKLM\loaded_SYSTEM\ControlSet001\Services
    reg.exe load HKLM\loaded_SYSTEM C:\Windows\system32\config\system
    reg.exe add "%Services%\Vga" /f /t REG_DWORD /v "Start" /d 4
    reg.exe add "%Services%\VgaSave" /f /t REG_DWORD /v "Start" /d 4
    reg.exe unload HKLM\loaded_SYSTEM

    If that's not working, you can try the UefiSeven files, or you can try this method (though I haven't had success with either method): [TIP] Windows 7 UEFI install without CSM | My Digital Life Forums. It also could be the case that it's not working because of the lack of graphics drivers. You can try installing the NTOSKRNL_Emu_Extender (NTOSKRNL Emu_Extender for Windows XP/2003 - Pinned Topics regarding Windows XP - MSFN, Problem with the newer version of Intel HD Graphics 4000 driver on Windows Vista Extended Kernel with NTOSKRNL Emu_Extender - Windows Vista - MSFN) and installing the graphics drivers, however, you have to use the tool on Windows 7. You will either have to use a VM, or a PC that successfully boots Windows 7.
      My Computer


  4. Posts : 36
    Windows 7 Ultimate x64
       #14

    If the "Starting Windows" screen freezes, but doesn't restart, does that signal an NVME or UEFI issue? Because I have tried different ISOs and it restarts and shows that my system failed to boot.


    What Windows 8/10 PE ISO do you recommend? I will be using Gandalf's Windows 8.1 PE.
      My Computer


  5. Posts : 83
    Windows 11 x64
    Thread Starter
       #15

    regrettiupsetti said:
    If the "Starting Windows" screen freezes, but doesn't restart, does that signal an NVME or UEFI issue? Because I have tried different ISOs and it restarts and shows that my system failed to boot.
    It could be either one of them. It would probably be UEFI, because if NVME was the issue, it would give you the 0x0000007B BSOD. Try the method I suggested above. If it still doesn't work, try UEFISeven.

    regrettiupsetti said:
    What Windows 8/10 PE ISO do you recommend? I will be using Gandalf's Windows 8.1 PE.
    Any Windows 8.1/10 PE. You can use the vanilla 8.1 and 10 setup.
      My Computer


  6. Posts : 36
    Windows 7 Ultimate x64
       #16

    Apologies for asking too many questions, but will this work if dual-booted alongside Windows 10, since I thought that the method used to install this would only work if it's only Windows 7.

      My Computer


  7. Posts : 83
    Windows 11 x64
    Thread Starter
       #17

    I think it will. I will try this on my SP1 and see what happens.
      My Computer


  8. Posts : 36
    Windows 7 Ultimate x64
       #18

    alright thanks
      My Computer


  9. Posts : 83
    Windows 11 x64
    Thread Starter
       #19

    regrettiupsetti said:
    alright thanks
    It should theoretically work. Follow the same steps but keep Windows 10 partition. If Windows 10 doesn't boot (which it didn't for me with the FlashBootPro files), you will need to install a graphics driver in Windows 7 (so it can boot w/o FlashBootPro) and rebuild the BCD.
    ..
      My Computer


  10. Posts : 36
    Windows 7 Ultimate x64
       #20

    2W10 said:
    It should theoretically work. Follow the same steps but keep Windows 10 partition. If Windows 10 doesn't boot (which it didn't for me with the FlashBootPro files), you will need to install a graphics driver in Windows 7 (so it can boot w/o FlashBootPro) and rebuild the BCD.
    ..
    My Windows 10 boots just fine. Windows 7 doesn't, however, and instead freezes slightly earlier in the animation with UEFISeven. Without it, it gets slightly further into the startup animation and still freezes. Safe Mode stops at disk.sys.

    - - - Updated - - -

    regrettiupsetti said:
    My Windows 10 boots just fine. Windows 7 doesn't, however, and instead freezes slightly earlier in the animation with UEFISeven. Without it, it gets slightly further into the startup animation and still freezes. Safe Mode stops at disk.sys.
    Also tried the debugging option, still doesn't work.
      My Computer


 
Page 2 of 7 FirstFirst 1234 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:01.
Find Us