Sunday, April 19, 2015

ASUS T100TA - How I can install Windows 7

I need to install Windows 7 on my ASUS T100TA which has a 32-bit EFI without Legacy Boot option. Windows 8.1 is very lagging, so why don't try install Windows 7?


First, I prepared 32-bit Windows 7 install USB, entered into BIOS, disabled Secure Boot, but the USb didn't boot.


I also tried other way: Created Windows PE 5.1 bootable USB with extracted Windows 7 ISO which successfully booted. I then opened Command Prompt and ran Windows 7 setup, accepted license, selected "Custom install", deleted ALL partitions from 32GB Flash drive, created new partition, but it can't install Windows 7 there (missing Intel SD Host Controller driver).


Can anybody help me unlock the Legacy Boot option or give me the BIOS-emulation bootloader?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...