0

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?

phuclv
  • 30,396
  • 15
  • 136
  • 260

3 Answers3

1

Windows 7 needs BIOS INT10 to boot, in turn requiring CSM.

So, your only choice if you don't want Windows 8/10 is Linux. No need to even disable Secure Boot thanks to the Linux foundation shim most distros ship with.

There are also reported hacks to make 64 bit OS load.

EDIT: it turns actually out there exists hacks for booting without CSM!
EDIT2: UefiSeven has you covered completely now.

EDIT3: duh, the bay trail tablet has a 32-bit firmware, right. And that means W7 requires some extra meddling to work.

mirh
  • 1,172
0

How I can install Windows 7

First of all, it depends on how you want to install it.

Classic/Legacy mode:

  • You need an option in the UEFI firmware do disable the dreaded secure boot.
  • You would need a EFI firmware which emulates int 10, else the installation crashes (sometimes available as 'windows 7 mode'.)
  • You need a USB pendrive with a valid bootsector (or a DVD).

EFI mode

  • You need windows 7 64 bit (not 32 bits, then again, nobody used a 32 bit OS anymore).

  • You need a windows 7 DVD, or a pendrive formatted in FAT32 (not NTFS!), and with avalid /boot/bootx64.EFI file (which you would need to move manually).

  • And you still need an EFI firmware with a 'windows 7 mode' to emulate or capture int10.

Obviously you will also need relevant drivers. Drivers are usually ignore since windows 7 was great with build-in drivers. But for a modern laptop, especially those with USB3 ports, you will need additional drivers for things like USB, thunderbolt etc etc.

Journeyman Geek
  • 133,878
Hennes
  • 65,804
  • 7
  • 115
  • 169
0

You can't.

I have a ASUS M81C which is the same situation as yours, after months research, try and fails, I gave up.

The reason why it's impossible is, Windows 7 only have partial UEFI support on 64 bit version(need CSM), and have no UEFI support on 32 bit. Also, it's nearly impossible to modify the BIOS to add CSM or even legacy mode, you cannot unlock it because it non-exist on your system. And about chain loading, AFAIK, it's not possible on Windows.

If you think about Linux, yes you can have a 64 bit Linux OS on it, but it needs a lot of tweaking and it's buggy.

So we have to live with windows 8 or windows 10, and 32 bit only.

Journeyman Geek
  • 133,878
Sam
  • 1,180