Before this fades from memory, here is how to install and boot Windows 7 x64 bit on an HP Steam 11 G2 netbook in a fairly uncompromising manner.
First a little background.
I like the Intel Atom series of netbooks, they are fast targeted and really light on battery power, they tend to last all day and were made with some really up to date tech until Windows 10. The latter generations included Windows 8 or Windows 10 «exclusive» models with eMMC memory for boot media.
The problem is eMMC is it is low tech and non-standard as in its usually bonded directly in a random fashion on a netbook or phone such that where and how to access it is unpredictable and depends mostly on a vendor manufacturer to provide a custom device driver for the item.
Windows 8 did come with eMMC drivers, and netbooks did come with a Bios or UEFI boot manager which could pick up the threads and load the OS into memory.. but it was «very slow» and prone to wear and nothing like NAND or Flash memory, or an SSD. Typically eMMC is used for storing photographs and has no controller and its just awful in general. It is better off ignored. And when eMMC burns out it can’t be replaced.
Later versions of the netbooks included a «standard» USB 3.0 port or all USB 3.0 ports.. which is a lot faster than USB 2.0 Then «Windows To Go» was introduced for Windows 8.. but not Windows 7. And Windows 7 does not have bootable USB 3.0 device drivers.
The «trick» however is to create a «Windows To Go» like USB 3.0 install of Windows 7 on a USB 3.0 or USB 2.0 class flash drive and boot from that.
«Windows To Go» is not like a bootable LiveCD or ISO and doesn’t entirely run from a ramdisk in memory, so effectively it is a full resource operating system running from a fast.. not quite SSD flash drive. And since USB 3.1 flash drives are available, even with their own SSD controllers external to the netbook, they can be even faster than the eMMC built into the laptop. The external accessiblity of the flash drive also makes it replaceable / repairable should something happen to the boot media.. and at 128 GB or 256 GB or beyond the hdd of the netbook becomes near infinite.
Samsung, SanDisk, Kingston and Crucial offer some nice «Low Profile» USB flash drives in 128 or 256 GB capacities which barely rise out of the Left side of the laptop and provide a suitable boot target.
In my case I used a microSD card in a chip sleeve to mount it in the USB 3.0 port. The HP Stream 11 does have a microSD slot, but the Bios is unable to boot from it directly.. also though the UEFI boot manager «might» if used in non Legacy mode. That however is research for anonther day. Besides, leaving the SD slot exposed means even more media diversity. There are two USB 3.0 ports, one microSD port and one HDMI port.. sacrificing one USB 3.0 port for a «standard» boot drive keeps many options open.
AOMEI Partition Assistant Standard Demo / Freeware includes a «Windows To Go» creator feature for Windows 7, 8 and 10 independent of the tools available in Windows 8 or Windows 10. It requires a bootable USB target which must already have been formatted with exFAT or ntfs in order to be detected. It can’t see the USB drive if its not formatted.. it will wipe and reformat the drive while prepping for the W2G install, but the prerequisite is a quickformat must already have been performed just so the target can be detected.
Once it is detected and selected an ISO or WIM image must be selected as the «source» of the install files. Its important to note that while ISO is «convenient» many ISO images contain more than one Install.wim file source and AOMEI will only use the first one found. Thus for a generic Windows 7 ISO it will install «Windows 7 Home Basic» which may not be the version / edition that was actually desired. Extracting the specific (Install.wim) file for the version of Windows desired using 7Zip or Dism will allow choosing the specific windows version / edition to create W2G media.
Next executing the create function will mount and (very) slowly create the W2G installation, note it is not creating a «boot image» but instead actually going through all the steps of formatting the media and mounting the install .wim file and extracting the files to build a ‘Panther SysPrep’ preboot installer / WinPE image on the W2G usb boot media.. it can take an hour or longer. The Progress bar will creep along and reach 00:00 minutes left and then Pause for a good while as it completes the SysPrep image and dismounts the install .wim image all of which take a good deal of time (after) all the files have been copied and the Progress meter reaches 00:00 — it will produce a seperate Pop-Up window that says «Finished» when done and then «Revert» to ( go again.. do not do this.. you are done..)
Once this is done the boot media is complete, but (will not work) on HP Stream 11 G2 Braswell, (until) additional drivers are installed into the «Offline» windows install on the USB flash drive.
The reason is the Braswell generation has (only USB 3.0 ports) there are no USB 2.0 ports and Windows 7 cannot load an [On Demand USB 3.0 driver] during install or after install in order to retrieve its other Windows operating system files.
Braswell however was made by Intel and they made a NUC Kit NUC5PPYH which used the chipset, and included a USB 3.0 device driver.. as well as Intel Graphics Driver, both will be needed.. but the USB 3.0 is the most important for completing a successful boot.
USB_3.0_Win7_64_4.0.0.36.zip
GFX_Win7_8.1_10_64_15.40.34.4624.zip
Before installing the drivers to the USB flash drive in an «Offline» fashion.
They must be extracted and just the drivers isolated and placed in a directory which can be recursively scanned and then applied to the Offline SysPrep install on the flash drive.
Do this by openning the, with 7Zip and copying:
USB 3.0 driver
\HCSwitch
\Win7
folders to
C:\wim\usb3
then
Plug the USB microSD card into a slot and make sure it shows up as E:\
then
«Remove» the x86 version directories from \HCSwitch and \Win7 (recursion will scan folders and try to install all drivers)
then
«Edit»
C:\wim\usb3\Win7\x64\iusb3hub.inf
C:\wim\usb3\Win7\x64\iusb3xhc.inf
«Seek out» and change (from 3 or OnDemand) the StartType to (0) to make them «boot drivers» that must be loaded by the windows bootloader into active memory before turning over control to the kernel
C:\wim\usb3\Win7\x64\iusb3hub.inf
————————————-
[IUsb3HubServiceInstall]
DisplayName = %iusb3hub.SvcDesc%
ServiceType = 1
StartType = 0
C:\wim\usb3\Win7\x64\iusb3xhc.inf
————————————-
[IUsb3XhcModelServiceInstall]
DisplayName = %iusb3xhc.SvcDesc%
ServiceType = 1
StartType = 0
Then add the drivers to the «Offline» SysPrep Installation (since the folders on the USB drive are not in a WIM file you do not have to mount the WIM file first, simply target the E:\ drive).
The switching from an «On Demand» driver to a «Boot» driver startup type will throw an Error if you don’t «forceunsigned» add them, because Normal boot drivers are «boot signed»
If you «/forceunsigned» install the drivers, then they will go ahead an install.
If you «/Recurse» install, the Dism command will search all the folders and subfolders for «.inf» installation instruction files (in-struction f-iles = in-f = .inf «files»)
C:\>dism /Image:E:\ /Add-Driver /Driver:C:\wim\usb3 /forceunsigned /Recurse
Installing the Graphics driver is slightly different.
Begin by extracting only the
\Graphics
folder to
C:\wim\Graphics
The Windows system about to install the drivers will detect this as a «foreign» driver and automatically [Block] it from install, attempting to Dism install will result in failure.
The failure will be indicated in the E:\Windows\inf\setupapi.offline.log file
!!! flq: CopyFile: FAILED!
!!! flq: Error 5: Access is denied.
!!! flq: Error installing file (0x00000005)
!!! flq: Error 5: Access is denied.
! flq: SourceFile — ‘C:\wim\Graphics\iglhxa64.vp’
flq: TempFile — ‘E:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_neutral_bfb4178e08406e39\SET893B.tmp’
! flq: TargetFile — ‘E:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_neutral_bfb4178e08406e39\iglhxa64.vp’
<<< [Exit status: FAILURE(0x00000005)]
In order to fix this, all the driver files must be [unblocked] which you can do one at a time, right-click Unblock.. but instead you can also use a [Sysinterals] «Streams64.exe» tool do so for the entire directory at one time.
Download
Streams v1.6
Extract Streams64.exe and place it someplace in the path like C:\Windows
This provides a guide:
How to bulk unblock files in Windows 7 or Server 2008
And finally apply the driver
C:\>dism /Image:E:\ /Add-Driver /Driver:C:\wim\Graphics /forceunsigned /Recurse
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Image Version: 6.1.7600.16385
Searching for driver packages to install…
Found 1 driver package(s) to install.
Installing 1 of 1 — C:\wim\Graphics\igdlh64.inf: The driver package was successfully installed.
The operation completed successfully.
C:\>
First Install
Booting from the USB flash drive may require «catching» the Bios [Press ‘ESC’ and then Press F9] in order to select to boot from the USB drive rather than the eMMC — I’m still working on a smoother way to do this.. but for now.. catch and redirect to the USB drive.
W2G on First introduction to a new system «Profiles» the hardware, and essentially performs a complete SysPrep to detect and configure the Operating System.
If the USB 3.0 drivers are Boot drivers the boot loader will load them into memory before turning control over to the boot kernel and the file system on the USB drive will remain available to the kernel and the install will proceed as a normal setup (for the First Time) on subsequent boots this will be skipped and it will just boot from the USB flash drive quickly as if it were a native HDD.
A single reboot will be necessary during which the Graphics driver and the User profiles will be setup and you will be logged into the desktop. Depending on the original [ Install.wim] file used to create the W2G USB drive ‘Activation’ may require differnt keys and procedures in order to activate the operating system.
WiFi Networking and Audio
the Graphics driver also included directories with Audio drivers to drive the speakers, you could have copied those and installed them at the same time as the Graphics driver or install them post setup
the WiFi networking for the HP Stream 11 G2 requires
AC-7265 driver set
additional device drivers for the NUC can be found here
NUC5CPYH
The following instruction tells you how to install Windows 7 on a Braswell or Skylake NUC.
Installing Windows 7 on the NUC5CPYH or NUC5PPYH (Braswell NUC) is a bit tricky. The reason is that Windows 7 starts to be rather old already and the basic installation does not support more modern hardware. Specifically it is lacking USB 3.0 support. Unfortunately the NUC does have only USB 3.0 ports, so something must be done (there are internal USB 2.0 ports, but these are rather inconvenient to use) as the only way you could control your NUC is through the USB ports.
EDIT: Intel has now released a Windows 7 USB 3.0 Creator Utility v3 that will modify your Windows 7 installation USB stick automatically. This will help you skip steps 5-22 of the instruction below. Basically it will do the same thing that is described below, so if you want to be in control of what exactly happens you can also follow the below instructions.
Without correct BIOS settings Windows 7 installation will give you blue screen right at the beginning. Without adding the USB 3.0 drivers into the installation image your keyboard and mouse will not work during the Windows 7 installation. Below I’ll explain how to avoid these pitfalls and install Windows 7 on NUC5CPYH / NUC5PPYH.
Intel has already published an instruction on how to do this, but I found it rather confusing. Thus I wrote this article. Credit goes to Travis Payton from Code A Bitwiser blog, where I read about this first. The instruction below has been adapted to work with the NUC5CPYH / NUC5PPYH though.
You will need another computer that is running Windows 7 or 8 in order to prepare the USB stick that you will use for installing Windows 7. The USB stick should have 4 gigabytes or more space and should be formatted and empty when you start. If you don’t have another computer at hand, you could even create this image at work or while visiting a friend.
Preparation
1. Download or have your Windows 7 ISO image at hand. I used the image: en_windows_7_professional_with_sp1_x64_dvd_u_676939
2. Download and install Windows USB/DVD Download Tool.
3. Plug in your USB stick to the other computer – not the NUC. The other computer should be running Windows 7 or 8.
4. Use USB/DVD Download Tool to make a bootable USB using the ISO image you downloaded. The program is really straightforward to use. You should have no trouble with this.
5. Create a new folder for the installation image manipulation. In this instruction we assume it is “wim” in the root of your c: drive (c:\wim).
6. Create two directories inside that directory: mount and usb3.
7. Download USB3 drivers for Intel Braswell NUC.
8. Copy the folders HCSwitch and Win7 that are located inside the zip file you just downloaded (these folders are under folder Drivers) to c:\wim\usb3
9. Now both these folders contain 32-bit and 64-bit versions of the drivers. Because I was installing 64-bit Windows, I deleted the folder x86 under both of these folders (x86 = 32-bit drivers, x64 = 64-bit drivers). Probably not absolutely necessary, but I wanted to only add the drivers I definitely need.
10.Then copy install.wim and boot.wim from the sources folder on your USB stick to the wim folder.
Your wim folder should look like this now. usb3 folder contains your drivers and mount is empty.
Injecting the USB 3.0 Drivers into the Installation Image
11. Open command line as administrator (Click Start menu open on Windows 7 or press Windows key on Windows 8, type in “cmd” and then right click on the cmd application and choose Run as Administrator).
A command line prompt will appear.
12. Change directory to your wim directory. In our case it should be \wim on c: drive.
C:\WINDOWS\system32>cd \wim
13. Mount the install.wim image. Note that number after parameter index depends on the Windows 7 version that you are installing! Choose the number according to the list below.
- Windows 7 Home Basic
- Windows 7 Home Premium
- Windows 7 Professional
- Windows 7 Ultimate
I’m installing Windows 7 Professional, so I’m using index 3. Some Windows 7 versions unfortunately do not follow this numbering! If all else fails, repeat the step below five times using indexes from 1 to 5.
C:\wim>dism /mount-wim /wimfile:"install.wim" /index:3 /mountdir:"mount" Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Mounting image [==========================100.0%==========================] The operation completed successfully.
14. Then add the drivers into the mounted image. You should see 3 drivers being added if you completed the above steps correctly.
C:\wim>dism /image:"mount" /add-driver /driver:"usb3" /recurse Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image Version: 6.1.7600.16385 Searching for driver packages to install... Found 3 driver package(s) to install. Installing 1 of 3 - C:\wim\usb3\x64\iusb3hcs.inf: The driver package was successfully installed. Installing 2 of 3 - C:\wim\usb3\x64\iusb3hub.inf: The driver package was successfully installed. Installing 3 of 3 - C:\wim\usb3\x64\iusb3xhc.inf: The driver package was successfully installed. The operation completed successfully.
15. And finally write your changes.
C:\wim>dism /unmount-wim /mountdir:"mount" /commit Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image File : C:\wim\install.wim Image Index : 3 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully.
16. Next we modify the boot.wim file as well. Mount the image. Do not change the index here!
C:\wim>dism /mount-wim /wimfile:"boot.wim" /index:1 /mountdir:"mount" Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Mounting image [==========================100.0%==========================] The operation completed successfully.
17. Add the drivers into the mounted image.
C:\wim>dism /image:"mount" /add-driver /driver:"usb3" /recurse Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image Version: 6.1.7600.16385 Searching for driver packages to install... Found 3 driver package(s) to install. Installing 1 of 3 - C:\wim\usb3\x64\iusb3hcs.inf: The driver package was successfully installed. Installing 2 of 3 - C:\wim\usb3\x64\iusb3hub.inf: The driver package was successfully installed. Installing 3 of 3 - C:\wim\usb3\x64\iusb3xhc.inf: The driver package was successfully installed. The operation completed successfully.
18. Save the changes into the image.
C:\wim>dism /unmount-wim /mountdir:"mount" /commit Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image File : C:\wim\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully.
19. We modify the second index in the same boot.wim. Do not change the index here!
C:\wim>dism /mount-wim /wimfile:"boot.wim" /index:2 /mountdir:"mount" Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Mounting image [==========================100.0%==========================] The operation completed successfully.
20. Add the drivers.
C:\wim>dism /image:"mount" /add-driver /driver:"usb3" /recurse Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image Version: 6.1.7600.16385 Searching for driver packages to install... Found 3 driver package(s) to install. Installing 1 of 3 - C:\wim\usb3\x64\iusb3hcs.inf: The driver package was successfully installed. Installing 2 of 3 - C:\wim\usb3\x64\iusb3hub.inf: The driver package was successfully installed. Installing 3 of 3 - C:\wim\usb3\x64\iusb3xhc.inf: The driver package was successfully installed. The operation completed successfully.
21. And commit the changes.
C:\wim>dism /unmount-wim /mountdir:"mount" /commit Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image File : C:\wim\boot.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully.
22. Now copy the install.wim and boot.wim from your wim folder back to the folder sources on your USB stick. Overwrite the existing ones.
23. Eject your USB stick safely.
Windows 7 Installation on the NUC
24. Insert the USB stick into the USB port of your NUC.
25. Boot your NUC and enter BIOS. Make sure that Windows 7 is chosen on the Boot configuration page. Otherwise you’ll get a blue screen during the installation.
Make sure Windows 7 is chosen before installing the OS.
26. Save settings and boot from your USB stick (if your NUC does not boot from USB, you can press F10 at the boot to choose the boot device). Start installation of Windows 7 normally. Remember to remove the USB drive when your system boots for the first time, otherwise the installation might start over again.
27. While installation is going on, it’s good idea to download the driver bundle for Windows 7 from Intel’s download center and place it on a USB stick using another computer. Windows 7 installation media does not contain drivers for the WiFi adapter nor the LAN adapter, so you will not have network connectivity after installation unless you update the drivers. It’s important to install at least WiFi/LAN drivers, graphics drivers and the chipset drivers.
This iso is genuine WITHOUT any kind of «crack» or «windowsloader» for which you have to use a product key (if you have one) and this iso has all the possible updates integrated into it but also net framwork 4.8 as well as updates to net framework 4.8 so the installation comes and take some time because these programs like net framework are installed simultaneously during the installation process. But if you want to install «windowsloader», it is included in a winrar archive in a separate file that you can download at the same time as the iso image, but then you have to go into windows update when windows 7 is installed and look for an update in windows update called: » KB971033″ highlight it and right click and click HIDE update. That is VERY important! And in the iso image when you open it or go into your usb stick if you created an installation media for example, there is a folder called: «important tools that you have to install» because it has browsers there which is great instead of google chrome which unfortunately is no longer supported on windows 7, 8 & 8.1, but there are some other browsers that will works and are verry great.
It also includes microsoft visual c++ 2005 up to microsoft visual c++ 2008 both x86(32 bit) and x64(64 bit) in the folder «important things you must to install» versions of 2005 and 2008 that you must install immediately after the installation of windows is finished. It is also with a tool called: «windows update minitool» that you can check for updates with but there is also a tool called: «WindowsUpdateAgent-7,6-x64» that you also have to install which is an important tool that is for windows update so it will work correctly. In the folder «important tools that you must install» there is a folder called: «Update fix tool» with a file in it called: «wufuc_v1.0.1.201-x64» which is a tool that you must install if you installed windows 7 on a newer type of computer or if you wants to do it. This tool will help you still be able to install updates on windows 7 if the computer you want to install windows 7 on or has installed windows 7 that has newer processors from 2018 and forward for apparently microsoft has done something so that new processors are too new simply with windows 7 so updates cannot be installed.
But with this tool: wufuc_v1.0.1.201-x64 it works anyway because it installs files to the system and changes certain things in the registry in windows which makes the computer simply think that there are older things in the computer so there is difference solutions.
You need a usb stick with AT LEAST 9gb to burn this iso image to usb with a good program called «Rufus» and in the bios (the computer’s motherboard settings) you have to change from (UEFI Boot) to (legacy support) and disable (secure boot) and when you’ve done that you save the settings in the bios and then when you are in the windowsinstallationprogram you have to convert the storage device you’re going to install Windows 7 on from GPT format to MBR format. Below is a video on how to convert your hard drive, ssd or similar to MBR format, how to change to legacy support and inactivate secure boot in bios and how to create an installationmedia with rufus.
All three videos are in English!
Here is a download link to windows loader if you want to use it: https://mega.nz/folder/atBGCRbT#WyfbX-JbrHeMuWVwHCG0Hw
Here is an example video because all computers are different and have different looks in the bios, but here is the video on how to change to legacy support and disable secure boot in the bios: https://www.youtube.com/watch?v=eZPAwCxZCvY
Here they show how to do on a lenovo laptop so you MUST check what applies to your computer, but it is usually on the screen when the computer is started.
Here’s how to convert GPT to MBR in installer using CMD (Command Prompt) by pressing FN key and F10 key at the same time: https://www.youtube.com/watch?v=c21s8eN41TI
Here’s how to create an installation media using rufus: https://www.youtube.com/watch?v=7qKHl-3JVNA&t=207s
На этой странице вы можете бесплатно скачать Драйвер для Lenovo IdeaCentre C20-00 Intel Braswell-D Chipset v.10.1.1.7
Категория:PC
Производитель:Lenovo
Оборудование:Lenovo IdeaCentre C20-00
Тип программы:Software
Название:Intel Braswell-D Chipset
Версия:10.1.1.7
Размер файла:2.96Mb
Тип архива:10 Self-Extracting
Дата выхода:28 Sep 2015
Система:Windows 10 64-bit, Windows 8.1 64-bit, Windows 7 64-bit
Status:Free
Загрузок:87
Описание:Intel Braswell-D Chipset driver for Lenovo IdeaCentre C20-00
Правовая информация:Все програмное обеспечение, размещённое на Driver.ru является бесплатным. Все названия и торговые марки принадлежат их владельцам.
Внимание:Некоторые программы получены из непроверенных источников. Мы не гарантируем их совместимость и работоспособность. Всегда проверяйте загруженные файлы с помощью антивирусных программ. Мы не несём никакой ответственности за возможные потери, возникшие в результате установки загруженных программ. Загрузка файла с Driver.ru обозначает вашу информированность об этом и согласие с данными условиями.
Похожие файлы:
Название:QCA BlueTooth Driver
Версия:10.0.0.815
Система:Windows 10 64-bit
Описание:QCA BlueTooth Driver for Lenovo IdeaCentre C20-00
This package provides QCA BlueTooth Driver and is supported on ideacentre C20-00 and running the following Operating Systems: Windows 10 (64-bit)
Скачать Lenovo IdeaCentre C20-00 QCA BlueTooth Драйвер v.10.0.0.815
Название:Qualcomm Atheros Bluetooth Driver
Версия:4.0.0.791
Система:Windows 7 64-bit
Название:Nvidia Video Driver
Версия:23.21.13.9200
Система:Windows 7 64-bit
Название:Intel Wireless LAN Driver
Версия:19.10.14.1
Система:Windows 7Windows 7 64-bit
Название:Intel Wifi Driver
Версия:20.90.0.100
Система:Windows 10 64-bit
Название:Intel BlueTooth Driver
Версия:20.60.0.4
Система:Windows 10 64-bit
Название:Intel BT Driver
Версия:20.60.0.4
Система:Windows 7 64-bit
Название:Intel HD Graphics Driver
Версия:20.19.15.4963
Система:Windows 8.1 64-bit
Название:Wireless Lan NFA344 QCA6174 Driver
Версия:12.0.0.448
Система:Windows 10 64-bit
Название:Intel Graphics Driver
Версия:20.19.15.4835
Система:Windows 8.1 64-bit
- Производитель
- Intel
- Модель
- NUC Kit NUC5CPYH
- Операционная система
-
- Windows 7
- Тип файла
-
- Драйвер
- Версия
-
1.2.2.1008
32-bit
Просмотреть содержимое архива
Вы нашли то, что искали?
Дополнительная информация
Serial IO: Intel® Serial IO host controller driver
Полезно
0 %
0
Commentary
Ваше имя