Correct BIOS setting to install Windows 7?

what's the correct BIOS settings to fresh-install Win 7 on? Also, should I use GPT or MBR partition? Here are some pics of my BIOS:

enter image description here

enter image description here

enter image description here

On the first one, at the SATA Controller Mode, should I use Compatible or AHCI?

The Notebook is a Lenovo G500.

1 Answer

Definitely AHCI

Windows 7 32 bit won't support GPT, or EFI/UEFI

Ideally GPT is your is the newer and better choice.

Booting with GPT is only supported for 64 bit editions on EFI/UEFI-based system.

Windows should detect and handle EFI, but you need the 64 bit version of windows.

Windows 7 Should automatically load EFi/UEFI automatically if support is detected.

If doesn't.

  1. Back up all data to another drive.
  2. Boot the windows 7 installer
  3. Shift F8 should get you a command prompt
  4. diskpart
  5. select disk 0
  6. clean (all partition and data on said disk are lost)
  7. convert GPT
  8. exit
  9. Continue with the installer normally.
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like