ASUS P6T Motherboard: Old BIOS Not Booting Bootable USB
The ASUS P6T motherboard, which uses the American Megatrends BIOS version 02.67 (that does not support UEFI), may encounter issues when trying to boot a Windows 10 ISO image from a USB drive. This article will cover the steps to create a bootable USB drive with the proper settings for the ASUS P6T motherboard.
Creating a Bootable USB Drive
To create a bootable USB drive, you will need a USB drive with at least 8GB of storage and the Rufus tool. Follow these steps to create the bootable USB drive:
- Download and install the latest version of Rufus from the official website: https://rufus.ie/
- Insert the USB drive into your computer
- Open Rufus and select the USB drive from the "Device" dropdown menu
- Under "Boot selection", click "Select" and choose the Windows 10 ISO image
- Under "Partition scheme and target system type", select "MBR for BIOS or UEFI-CSM"
- Under "File system", select "NTFS"
- Click "Start" to begin creating the bootable USB drive
Configuring the ASUS P6T BIOS
Once the bootable USB drive has been created, follow these steps to configure the ASUS P6T BIOS:
- Restart the computer and press the "Delete" key during startup to enter the BIOS
- Navigate to the "Boot" tab
- Set "Boot Device Control" to "Legacy"
- Set "First Boot Device" to "USB HDD"
- Save and exit the BIOS
Troubleshooting
If the computer still does not boot from the USB drive, try the following:
- Check that the USB drive is inserted and recognized by the computer
- Try using a different USB drive
- Try using a different ISO image
- Try using a different tool to create the bootable USB drive
References
# Example of a properly formatted code block
def hello\_world():
print("Hello, world!")
Note: This article is intended to provide a solution for a specific problem and may not cover all possible scenarios or steps. It is always recommended to consult the official documentation for the most up-to-date information.
End of article.