Add new boot option asus path
A very specific request!
To add a new boot option for an ASUS motherboard, you'll need to access the UEFI firmware settings. Here's a step-by-step guide:
Method 1: Using the Boot Menu
- Restart your computer and press the key to enter the Boot Menu (usually F2, F12, or Del).
- In the Boot Menu, navigate to the "Boot Options" or "Advanced Boot Options" section.
- Look for the "Add Boot Option" or "New Boot Option" option and select it.
- Enter the path to the new boot option (e.g.,
C:\path\to\new\boot\option.iso
). - Save your changes and exit the Boot Menu.
Method 2: Using the UEFI Firmware Settings
- Restart your computer and press the key to enter the UEFI firmware settings (usually F2, F12, or Del).
- In the UEFI firmware settings, navigate to the "Boot" or "Advanced Boot" section.
- Look for the "Boot Options" or "Boot Devices" section and select it.
- Click on "Add Boot Option" or "New Boot Option" and enter the path to the new boot option (e.g.,
C:\path\to\new\boot\option.iso
). - Save your changes and exit the UEFI firmware settings.
Example Path
For example, if you want to add a new boot option for a USB drive with the file new_boot_option.iso
located in the root directory of the drive, the path would be:
USB Drive: \new_boot_option.iso
Note
- Make sure to replace
C:\path\to\new\boot\option.iso
with the actual path to your new boot option. - The path should be in the format
Device: \filename.iso
, whereDevice
is the name of the device (e.g.,USB Drive
,HDD
,SSD
, etc.) andfilename.iso
is the name of the boot option file. - If you're using a USB drive, make sure it's inserted and recognized by your system before attempting to add the new boot option.