| View previous topic :: View next topic |
| Author |
Message |
senthuran
Joined: 31 May 2007 Posts: 5 Location: united kingdom
|
Posted: Fri Mar 14, 2008 11:24 am Post subject: changing boot sequence |
|
|
anyone plz help me to write a program(c or assembly) that will change the boot sequence of award bios. this is the sinario if the first boot drive is hard disk my program will change the usb drive as first bootable. otherwise hardisk is the fist bootable divice.
thank you
senthuran |
|
| Back to top |
|
 |
BluePass
Joined: 28 Jun 2007 Posts: 108 Location: Behind You
|
Posted: Sat Mar 15, 2008 6:37 am Post subject: |
|
|
Senthuran, I don't believe that is possible.
If there is a way to do that, then I am not aware of it. I've tried to think of how you may do something like that. I've checked a list of BIOS interrupts, but there is no interrupt that you could use to modify boot settings. Your only hope is finding a good documentation of your BIOS and looking through the different interrupts it has for something relating to boot sequence or boot settings. If you can find something, I'll try to help you out.
Good luck. _________________ In The News: The next Intel processor will be able to finish an infinite loop in under 5 minutes. |
|
| Back to top |
|
 |
senthuran
Joined: 31 May 2007 Posts: 5 Location: united kingdom
|
Posted: Sat Mar 15, 2008 10:10 am Post subject: |
|
|
hi ,
thanx for ur reply. there is a way where we can get and set value of cmos using cmos port 70 and 71 . if we know the exact memory location of where award boot sequence is written , we can overwirte that memory location using in , out instruction. i searched many places but i found only for chaning boot sequnce of floppy and hard disk that is older pc cmos doc . i couldn't findout the docs for usb and hard disk that is usb boot enable pcs . if you can find out any docs for usb boot enable award bios doc . please help me.
thank you
senthuran. |
|
| Back to top |
|
 |
BluePass
Joined: 28 Jun 2007 Posts: 108 Location: Behind You
|
Posted: Sat Mar 15, 2008 7:58 pm Post subject: |
|
|
I will look into it when I will have some time. You're lucky one of my older test machines is using the Award BIOS so I can test on that. For now I have to find some free time to dig up some documentation on it. Let me know if you can find something before I do. _________________ In The News: The next Intel processor will be able to finish an infinite loop in under 5 minutes. |
|
| Back to top |
|
 |
BluePass
Joined: 28 Jun 2007 Posts: 108 Location: Behind You
|
Posted: Sat Mar 15, 2008 11:40 pm Post subject: |
|
|
Hey, senthuran, I found something that you may be able to use. I'm not sure if it has the boot sequence changing capability, but it's worth a try. If not, maybe there's something in the source that may help or give you some idea of what you may need to do. Here's the link: http://awdbedit.sourceforge.net/ -- try it out and let me know. If it does have that option and you just want to change it into a small tool then you can use the source -- if you need and help let me know.
Good luck and take care. _________________ In The News: The next Intel processor will be able to finish an infinite loop in under 5 minutes. |
|
| Back to top |
|
 |
senthuran
Joined: 31 May 2007 Posts: 5 Location: united kingdom
|
Posted: Mon Mar 17, 2008 3:39 pm Post subject: |
|
|
| thanx . i will try and findout. |
|
| Back to top |
|
 |
|