TechTablets › Forums › Chuwi Forums › Chuwi Hi8 Pro Discussion › INSTALLATION WINDOWS 10
Tagged: Windows 10
- This topic has 13 replies, 5 voices, and was last updated 9 years, 8 months ago by
jody.
-
AuthorPosts
-
February 8, 2016 at 5:40 pm #25403
Hey, mine came delivered without working windows. Starts up and goes into recovery straight away. Tried everything already. Does anyone have the Windows 10 image with drivers?
After 3 months waiting this….. pfff
February 9, 2016 at 4:11 am #25491I tried a USB stick that I created with the mediacreator tool but it didn’t work. Turns out its because the EFI on this tablet only looks for the x86 version of Win10. So I recreated my USB stick as x86 and it booted perfect. I didn’t follow through with the install yet. Also, before reloading be sure to snag a copy of the drivers which are found here:
“C:\Windows\System32\DriverStore\FileRepository”
I am going to reload this thing tomorrow and will report back how it goes.
February 9, 2016 at 4:46 pm #25549Well it went smooth. Here is what I did.
First you need to create a USB installer with Microsoft’s media creator tool which you can download here:
http://go.microsoft.com/fwlink/?LinkId=691209When it asks which version of Windows to download, make sure you select the 32bit version. The Hi8Pro only has a 32bit EFI so it can’t boot the 64bit installer. Once that is done, to make life easier (so you don’t have to type you cd key when installing) you can create a text file named PID.txt and put it on usb:\Sources with these contents:
[PID] Value=YOUR-PRODUCT-KEY-HERENow, plug this USB stick into your Hi8Pro while booted into Windows and then right click on the start menu and then select “Command Prompt (Admin)” from the menu.
Now type these commands:
powershell Export-WindowsDriver -Online -Dest C:\driversThis will create a folder named c:\drivers on the USB stick and export all the custom drivers needed by the tablet.
Now let’s inject these drivers into install.wim and boot.wim so that your install media has all the drivers built in.
Assuming you didn’t close the command prompt, issue these commands:
mkdir C:\Win10boot Dism /Mount-Image /ImageFile:D:\sources\boot.wim /Index:2 /MountDir:C:\Win10boot Dism /Image:C:\Win10boot /Add-Driver /Driver:C:\drivers /Recurse Dism /Unmount-Image /MountDir:C:\Win10boot /Commit mkdir C:\Win10install Dism /Mount-Image /ImageFile:D:\sources\install.wim /Index:1 /MountDir:C:\Win10install Dism /Image:C:\Win10install /Add-Driver /Driver:C:\drivers /Recurse Dism /Unmount-Image /MountDir:C:\Win10install /Commit Now you have a USB installer that has all the drivers embedded in it.Now for the install.
The easiest way to boot off this USB stick is to click the settings button from within Windows and then select “Update & security”. Then select Recovery. Then click the Restart now button under Advanced startup. It should then reboot and come to a screen with an option to boot of USB removable media. When you select that it will boot the USB stick and go through the standard Win10 install process. Because you embeded all the drivers into boot.wim you should have a working touch screen even within the setup program so you should be able to go through the whole process without needed a dedicated keyboard and mouse. When it’s time to select the partition to install to, simply remove all the existing partitions and let it create new ones.
Once your computer is booted you should have all the drivers preinstalled and be ready to go.
If you can’t get it to boot off the USB stick then another option is to boot into the bios and on the Save Exit screen you can select an override boot device. To boot to the bios simply hold the power button until the device turns off. Then press and hold the power and vol up buttons until you see the bios screen. If it still will not boot your USB stick then my guess is you built a 64bit installer.
If your tablet isn’t bootable and you have no way to extract the origional drivers, you can download the drivers here: https://www.dropbox.com/s/cnl9o3aiqosu3e9/Hi8ProDrivers.7z?dl=0 You can follow the directions for embedding the drivers from any Windows 10 machine. Just update the paths in my directions to match your environment.
February 9, 2016 at 6:33 pm #25554Hey,
Thanks but cant boot into windows. Also when connected to my comp i cant acces the tablet, so no way of recovering the drivers. OTG doesnt seems to work. Keyboard doesnt react at all ( tried 3 of them). When in BIOS i can only press VOL+ thats all.
Can you upload the drivers?
Wich OTG cable do you use?
February 9, 2016 at 10:12 pm #25568I used this cable:
http://www.amazon.com/gp/product/B00XHOGEZG?psc=1&redirect=true&ref_=oh_aui_detailpage_o03_s00And I’ve used a few keyboards without a problem.
I will package up the drivers tonight. I need to slim it down a little because the DriverStore I backed up has lots of drivers not actually needed for the Hi8Pro.
If can’t even get the keyboard to work in the bios then you have bigger problems. 🙁
February 10, 2016 at 12:51 am #25574I used Double Driver to back up all the installed drivers after my reload excluding any Microsoft drivers as those should be included in Win10. After zipping it is only 70MB or so.
I still have the full DriverStore incase something is missing from this archive.
Here is the link:
https://www.dropbox.com/s/cnl9o3aiqosu3e9/Hi8ProDrivers.7z?dl=0February 10, 2016 at 1:40 am #25576Thanks, i used the cable from chuwi to connect to a usb2.0 hub. Doesnt seem to work. USB C is back wards compatible no?
Wil go get a proper USB C otg cable and hope for the best. Gearbest aint answering so if its not fixed in a week i will refund through Paypall.
First time Chuwi….
February 10, 2016 at 2:36 am #25577My tablet didn’t come with an OTG cable. It only came with a cable for charging. If you are talking about plugging the charge cable into a hub then that is your problem. That will not work. You need to get a USB-C hub or get an OTG adapter cable like the one in my link and then use your USB2 hub (USB-C is simply a connector. The tablet is USB3 but is backwards compatible with USB2).
February 12, 2016 at 3:25 pm #25807I updated my instructions here:
http://techtablets.com/forum/topic/installation-windows-10/#post-25549I have directions on how to export the original drivers and then embed these drivers into your install media so that you will have full functionality on first boot and even have a working touch screen in the windows installer.
February 13, 2016 at 3:11 am #25856Hi Noel. Thank you for sharing.
http://techtablets.com/forum/topic/installation-windows-10/#post-25549I made a windows10 usb from iso (microsoft media creation tool).
When I check the contents of usb, I can find boot.wim and install.esd in sources directory instead of install.wim. What should I do? Sorry for my bad english.February 13, 2016 at 2:29 pm #25885Hi Noel. Thank you for sharing.
http://techtablets.com/forum/topic/installation-windows-10/#post-25549I made a windows10 usb from iso (microsoft media creation tool).
When I check the contents of usb, I can find boot.wim and install.esd in sources directory instead of install.wim. What should I do? Sorry for my bad english.Use this command to list the editions that are contained in the ESD:
dism /Get-WimInfo /ImageFile:D:\sources\install.esdThis should list Win10 and Win10 Pro. Take note of the index of the edition you want to extract. In this example I will extract index 1 which is Win10 Pro:
dism /Export-Image /SourceImageFile:D:\sources\install.esd /sourceindex:1 /DestinationImageFile:C:\install.wim /Compress:maxThis will produce a WIM file which you can use with my previous directions.
February 19, 2016 at 2:01 am #26444Hi Noel.
I knew your updated post yesterday.
Thank you for the solution.
My windows10 installer made by your instruction works perfectly.
October 11, 2016 at 11:23 am #54659chuwi hi 8pro touchsreen resolved with Dpinst32 on windows 10 and drivers chipony touchscreen!
-
AuthorPosts
- You must be logged in to reply to this topic.

