Friday, August 1, 2014

How to change boot option and set the USB as first boot option

I am configuring my laptop ASUS A53SC with a Dual-Boot System, I already have windows intalled, and I want to install linux from my USB stick but booting from USB is not configured, and I can't add new boot option in the BIOS.
My Laptop is a ASUS A53SC running windows 7 64 bits. I cant post an image of my BIOS boot menu, but it is like this.


BOOT CONFIGURATION


UEFI Boot ........................................................................................................................... [DISABLE]
PXE ROM............................................................................................................................ [DISABLE]


Boot Option Priorities


Boot Option #1 .....................................................................................................[P0:Hitachi HTS547..]


Boot Option #2 ................................................................................................[P1:MATSHITADVD-RA..]


Hard Drive BBS Priorities


CD/DVD ROM DRIVE BBS Priorities


Delete Boot Option

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...