112
32
Yesterday, I added a password containing a !
to my BIOS. Unfortunately, the password prompt that asks for the password when you boot doesn't let you write a !
(i.e. the little *
isn't added and it tells me it's the wrong password).
So I Googled how to remove that password and stumbled upon this previous question.
So I have 3 options:
Miraculously find a way to enter a
!
Find someone at ASUS that can give me the rescue password
Open up the computer, remove everything that could provide power to the motherboard and hope that it either removes the password or resets the date to a date for which the rescue password is known
Somehow use the long list of codes linked in the previous question to reverse engineer the algorithm generating the code and use that to generate the code for today
Any help in either direction is welcome.
About finding a way to write the !
, my computer has a QWERTY keyboard so !
is Shift + 1
. I also tried to write it using Caps Lock
but it didn't work. Since my keyboard was originally an AZERTY and I changed it, I also tried using it as an AZERTY or plugging a USB AZERTY keyboard but both were considered as QWERTY keyboards (or at least as keyboards where the keys that add little *
s are exactly the same as on QWERTY keyboards).
I also tried (as suggested in an answer) to use the ASCII code 33
for !
but Alt
looks like it gets ignored since it adds two *
s.
So a solution in that direction seems unlikely.
About finding someone at ASUS, I tried the customer support in France by phone and in North America by chat. Both told me that I had to send it to a repair center and that it would be an out-of-warranty repair because it concerned the BIOS. And either they didn't know the rescue code existed or they weren't allowed to even mention its existence.
I also tried to ask to ASUS Twitter feeds. I got answers telling me to contact customer support directly and one answer from ASUS France telling me to log into Windows and change the date to a specific date for which they had the rescue password. Unfortunately, I am prompted for the password whenever I boot so I can't get into Windows.
I also sent emails to every customer support thing I found but so far I didn't receive any other answer.
I could open the computer and I already did it once to replace the keyboard. But I really would prefer not to mess with things I don't understand again. Plus I'm not even sure it'll reset either the password or the date. So that's my last resort solution.
I haven't been able to recognize any pattern in the sequence of rescue passwords.
Here's what I have so far (top line is character, left column is indice at what index it appears in the string):
0 1 2 4 9 A B C D H L O
0 237 246 106 109 106 1243 575 109 215 105 355 244
1 220 215 95 100 125 1265 575 120 245 140 310 240
2 200 240 120 120 120 1201 620 110 280 110 299 230
3 230 190 130 130 140 1240 561 110 209 100 370 240
4 280 210 120 110 100 1170 620 100 240 100 340 260
5 120 360 0 0 60 1171 949 60 120 240 480 90
6 240 0 111 0 0 1260 720 0 600 0 719 0
7 190 240 120 0 120 1079 941 120 480 0 360 0
Total 1717 1701 802 569 771 9629 5561 729 2389 795 3233 1304
Other things tried:
- I tried entering 3 wrong passwords as suggested in this page linked in the previous question but instead of giving me a code, it gets stuck on
Invalid Password
.
Potentially relevant information:
It's an ASUS RoG G751JY bought about a year ago
I did a fresh install of Windows (so there is no more recovery partition)
That's it. Thanks in advance for your help.
I really Recommend Doing the Answer @Prasanna stated there may be some options in this Article But in the end if you dont want to spend quite a while trying different things when you know you can just reset it and get it over with.
– NetworkKingPin – 2016-02-27T11:27:01.4472
Have you tried some weird possibilities like entering 1 instead of ! or the key to the left of the right Shift? (In my keyboard it is a -, in the US keyboard is a /, in this AZERTY it is a !)
– Margaret Bloom – 2016-02-27T12:09:30.010How you managed to enter the
!
in the first place? Are you sure it was there when you added the password? – ricardomenzer – 2016-02-28T05:09:07.040@ricardomenzer I'm not sure because now, it shows an "alert box" saying it should be alphanumeric. But I really remember it doing that for many alphanumeric characters but not for
!
... It might have to do with the fact that I had just updated the BIOS and while at it, I thought I might as well set and administrator password. And since updating the bios apparently reset the CSM setting, it always tried to boot into the BIOS, therefore requiring the password. I'm not sure... – xavierm02 – 2016-02-28T08:07:32.107If it's still within warranty, repair should be done under its warranty because the issue was obviously a technical oversight with the BIOS' programming. – AStopher – 2016-02-28T14:54:22.623
Are you absolutely certain that the password you entered actually had a ! in it? (and not another character you just couldn't see). – Thorbjørn Ravn Andersen – 2016-02-28T16:14:13.910
1No, it was just
*
s. I do remember clearly that it rejected other non alphanumeric characters, and I only kept the!
because it's the only one that made a*
appear... – xavierm02 – 2016-02-28T16:22:20.557Gone are the olden days with a jumper on the motherboard that resets CMOS? – ja72 – 2016-02-29T19:39:48.107
For your reference, there is a some tools like
BiosPwds
will crack the BIOS password ONLY without affecting other parameters, but at first you have to still able to choose from booting on other device. – Bilo – 2016-03-01T02:06:47.547Ah, don't you miss the good old times of the lkwpeter? – PlasmaHH – 2016-03-01T10:34:55.720
3@ja72, only the other day I took a bit of tin foil to bridge two easily accessed jumpers on my mum's recent Acer Aspire Laptop in order to reset the CMOS and clear the password. Worked a treat. – spender – 2016-03-01T23:35:48.873
I'd expect there to be a way to reset the bios, usually shorting two pins. On a laptop that might not be well documented, and they might not be easy to short, but they should still exist. – Adam Davis – 2016-03-02T13:58:27.257
1On a netbook I bought which the previous owner had forgotten the BIOS setup AND boot password to (got it for an amazing deal because it was useless) I was able to remove the password by doing a low-level bios rescue. This was a Gateway/Acer brand netbook. I also tested and can confirm that fully flashing the BIOS/EFI from DOS will remove a BIOS setup password. (A full flash being more than what a typical BIOS update flashes, and is a bit more dangerous as the BIOS bootblock will be in a vulnerable state during the flashing process.) – Hydranix – 2016-03-02T20:05:45.407