pnp bios default settings

Only for programmers and BIOS gurus with technical questions.
Post Reply
anilkumar
New visitors - please read the rules.
Posts: 1
Joined: Tue Aug 12, 2003 7:39 am

how the default settings details be retried from the pnp bios?
i have idea about the pnp bios's api function calls like 60h 61h ... to retrieve and set the boot sequence. it there any pnp bios api function(dos) which retrieves the default settings of the bios. i need the default boot sequce of the pnp bios system
caterpillar
New visitors - please read the rules.
Posts: 5
Joined: Mon Feb 24, 2003 2:45 pm

Hi Anil,

To my knowledge there is no BIOS api to retreive the default Boot Order they adopted, from the ROM image.
If it is for experimentation purpose, you could try saving the BIOS image and flashing it back making sure you are wiping out old values. Then you try the PnP call 60, 61 etc..
Other way is to backup the entire PnP information, then locate and wipe out the Boot Priority data alone, like writing all 0xEEs and see if the BIOS initializes it all over again on reboot.. anyway this is a guess but worth trying it!!!
Post Reply