Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: DeathBringer
Today 11:16 AM
» Replies: 3
» Views: 160
Biostar N68S3B to disable TDP check
Last Post: DeathBringer
Today 11:12 AM
» Replies: 1
» Views: 46
UNLOCKED BIOS S3810 WITH LIMIT 8GB RAM
Last Post: DeathBringer
Today 11:10 AM
» Replies: 5
» Views: 451
Microcode Update for HP Compaq DC7900 (7...
Last Post: MarkF
Today 09:53 AM
» Replies: 20
» Views: 11057
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
Today 02:03 AM
» Replies: 7
» Views: 1019
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: TheMiataFanatic
Today 01:22 AM
» Replies: 134
» Views: 94004
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: DeathBringer
Yesterday 03:26 PM
» Replies: 6
» Views: 568
ASUS M2N4-SLI new cpu
Last Post: Vlad94
Yesterday 02:52 PM
» Replies: 9
» Views: 2201
[REQUEST] Lenovo Flex 2-14 (A0CNxxWW) Wh...
Last Post: Dudu2002
Yesterday 11:51 AM
» Replies: 246
» Views: 118862
disabling amd prochot with moded bios.
Last Post: vorajeeah
Yesterday 07:21 AM
» Replies: 0
» Views: 301
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Dudu2002
10-17-2025 11:34 PM
» Replies: 343
» Views: 199538
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: ezikCel
10-17-2025 07:45 PM
» Replies: 9
» Views: 13746
Winflash "flash bios is not an upgrade" ...
Last Post: lovie_loveth
10-17-2025 06:47 PM
» Replies: 23
» Views: 11871
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: nitro88
10-17-2025 02:13 AM
» Replies: 59
» Views: 38000
[REQUEST] Toshiba Satellite L750D & L755...
Last Post: thepwrtank18
10-16-2025 08:20 PM
» Replies: 14
» Views: 12993
Huananzhi x79-8d
Last Post: lomajpure
10-16-2025 01:13 PM
» Replies: 0
» Views: 390
Alienware M17x R3 Bios Unlock
Last Post: Dudu2002
10-16-2025 10:40 AM
» Replies: 12
» Views: 20996
[REQUEST] Gigabyte Aorus 15G KC BIOS unl...
Last Post: Dudu2002
10-14-2025 05:10 PM
» Replies: 35
» Views: 15962
Aorus 17G YD unlock bios?
Last Post: Dudu2002
10-14-2025 05:08 PM
» Replies: 1
» Views: 661
Unlocking the Hidden MAINTENANCE Menu of...
Last Post: 123BIOS
10-14-2025 10:31 AM
» Replies: 0
» Views: 1028

BIOS SETUP MENU IS NOT ACCESSIBLE
#1
I purchased Lenovo G580 on 11/07/2012. I installed Fedora 17 in it. Yesterday I installed Windows 7. After successful installation, a strange problem appears. The system automatically set the atheros ethernet as 1st boot device. In the bios screen when i pressed F2, nothing happened, it can't be able to go to bios setup. When i pressed F12, boot device menu opened, where 1st boot device is Fedora.

my bios version is phoenix SC-T v2.2

can anyone provide me the bios file? i can't find it anywhere..
find
quote
#2
Hey hi all...Even Im facing the same issue here...I installed Ubuntu 12.04 and found the same eeror....I cannot even get into my bios. any1 please help....
find
quote
#3
Maybe try removing the cmos battery and reset the bios i assume its located underneath the memory lid... try that first.
find
quote
#4
Hey thanks for your reply. I think I figured it out.

The problem is with UEFI based bios. Lenovo G580 comes with UEFI ON by default. First thing we need to do is disable this option from bios and then install Ubuntu on top of it. Now I'm using Ubuntu and Windows 7 dual booted on my G580. Feel free to contact me in case of any issues here.
find
quote
#5
I installed ubuntu 12.10 on my laptop and now i can't access my bios also my bootable dvd's are not detected during startup. Can anybody help me?
find
quote
#6
Hey I'm having a similar issue, my UEFI bios is messed up so now I can't get into my BIOS menu to turn it off!!!

I'm not sure how to fix it, my F2 for Bios and F12 for boot menu are both broken now

PS: Lenovo U410 Laptop...

Any way to clear UEFI NVRAM?!?!?
find
quote
#7
I am also facing same problem in my Lenovo G580 laptop. I have only ubuntu 12.10 installed
find
quote
#8
For the sake of future generations, I post my experience regarding this issue here:

This nonsense happens only after installing something other than Windows 8/8.1 in UEFI mode. Usually it's linux, but if it's not, god bless you, skip to solution #2.

SOLUTION #1:
Your only way to interact with UEFI is via your Linux system, so don't [censored] it up.
Ubuntu/Linux Mint/Archlinux etc. for some reason don't install properly on Lenovo G580 in UEFI mode. I have no idea why, but they always register themselves in UEFI boot sequence as entry number one. And that's the exact reason why BIOS isn't accessible anymore, Setup Utility is always "Boot0000" (entry #1), therefore Linux overwrites it and UEFI doesn't know about Setup anymore.
Luckily, these great people, Lenovo engineers, integrated some sort of emergency default settings. When UEFI lacks an entry, it restores itself from these defaults. Problem is, after installing Linux Boot0000 is still there, even if it points to something different from Setup, it's still there and the solution is to remove it.
Code:
[sudo] efibootmgr -b 0 -B
That's it. There's no Boot0000, system will restore the default entry: "Enter Setup Utility". Your OS would become inaccessible, but who cares, there are plenty of guides how to restore it.

SOLUTION #2:
I personally experienced this kind of problem twice. And the first time I screwed up trying to find a solution like the one above. I practically bricked my laptop. If you were as stupid as I was, bring your laptop to Lenovo, they'll replace mobo for free.
find
quote
#9
I have a Lenovo G580 on which I installed Windows 8 and several linux versions which ahve messed with my booting.It seems now I cannot access BIOS by my regular F2 key.On searching around I found this thread:
http://www.bios-mods.com/forum/Thread-BI...ACCESSIBLE
I want to know how can I get back my BIOS settings menu? From what I understand , the linux tool efibootmgr has messed up my Lenonvo's NVRAM.Is there a safe way to restore it? I can boot to linux but any change I make may render my laptop bricked as there are no other boot option.
find
quote
#10
(01-28-2013, 12:18 AM)ravi.ameer Wrote: Hey thanks for your reply. I think I figured it out.

The problem is with UEFI based bios. Lenovo G580 comes with UEFI ON by default. First thing we need to do is disable this option from bios and then install Ubuntu on top of it. Now I'm using Ubuntu and Windows 7 dual booted on my G580. Feel free to contact me in case of any issues here.

I flashed my ROM of lenovo G580 using phoenix, but problem still persists as I am unable to boot ubuntu using pendrive under disabled UEFI. Also it works properly under enabled UEFI.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)