Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message
[SOLVED] X201 Tablet - 82577LC Network Adapter NVM Corrupted
-
ianthrelfall
- Posts: 4
- Joined: Fri Aug 13, 2021 5:56 am
- Location: London, England
[SOLVED] X201 Tablet - 82577LC Network Adapter NVM Corrupted
Hello,
The 82577LC network adapter in my Thinkpad x201 Tablet has stopped working.
In Windows 10 the adapter shows as Cannot Start Code 10. When booting I now get a message that says - PXE-E05: The LAN adapter's NVM configuration is corrupted. Booting with a Linux live CD confirms there is an issue with the card, and using a USB to Ethernet adapter works but I'd love to get the network card working again.
So I am trying as a last attempt to flash my Network Cards NVRAM using Intels BootUtil, but I cannot find a copy of the .rom file for the 82577LC to achieve this.
Does anyone have this file or any other suggestions for how to fix the corruption?
Thanks
Ian
The 82577LC network adapter in my Thinkpad x201 Tablet has stopped working.
In Windows 10 the adapter shows as Cannot Start Code 10. When booting I now get a message that says - PXE-E05: The LAN adapter's NVM configuration is corrupted. Booting with a Linux live CD confirms there is an issue with the card, and using a USB to Ethernet adapter works but I'd love to get the network card working again.
So I am trying as a last attempt to flash my Network Cards NVRAM using Intels BootUtil, but I cannot find a copy of the .rom file for the 82577LC to achieve this.
Does anyone have this file or any other suggestions for how to fix the corruption?
Thanks
Ian
Last edited by dr_st on Fri Aug 13, 2021 12:36 pm, edited 1 time in total.
Reason: Solved! Link to solution: https://forum.thinkpads.com/viewtopic.php?p=860293#p860293
Reason: Solved! Link to solution: https://forum.thinkpads.com/viewtopic.php?p=860293#p860293
Re: X201 Tablet - 82577LC Network Adapter NWM Corrupted
Welcome to the forum.
Sorry to hear about your trouble. 
My experience is that Intel typically does not provide LAN NVM modification tools to end-users.
I wonder if reflashing the Lenovo BIOS image will also reflash the LAN NVM?
My experience is that Intel typically does not provide LAN NVM modification tools to end-users.
I wonder if reflashing the Lenovo BIOS image will also reflash the LAN NVM?
Thinkpad 25 (20K7), T16 Gen 3 (21MQ), Yoga 14 (20FY), T430s (IPS FHD + Classic Keyboard), X220 4291-4BG
X61 7673-V2V, T60 2007-QPG, T42 2373-F7G, X32 (IPS Screen), A31p w/ Ultrabay Numpad
X61 7673-V2V, T60 2007-QPG, T42 2373-F7G, X32 (IPS Screen), A31p w/ Ultrabay Numpad
-
ianthrelfall
- Posts: 4
- Joined: Fri Aug 13, 2021 5:56 am
- Location: London, England
Re: X201 Tablet - 82577LC Network Adapter NWM Corrupted
Thanks! Yes I am starting to feel this might be the case.
I thought something similar and I tried updating the BIOS via the Windows tool to the latest on the Lenovo legacy website. But sadly this didn't do it.
Is there a better way to reflash the BIOS other than the Lenovo windows utility?
I thought something similar and I tried updating the BIOS via the Windows tool to the latest on the Lenovo legacy website. But sadly this didn't do it.
Is there a better way to reflash the BIOS other than the Lenovo windows utility?
-
RealBlackStuff
- Admin Emeritus
- Posts: 24727
- Joined: Mon Sep 18, 2006 5:17 am
- Location: Loch Garman, Éire
Re: X201 Tablet - 82577LC Network Adapter NWM Corrupted
Try this: viewtopic.php?p=237169#p237169
Lovely day for a Guinness! (The Real Black Stuff)
But I actually prefer Murphy's from Cork!
But I actually prefer Murphy's from Cork!
-
ianthrelfall
- Posts: 4
- Joined: Fri Aug 13, 2021 5:56 am
- Location: London, England
Re: X201 Tablet - 82577LC Network Adapter NWM Corrupted
Thanks for that RBS.
That's definitely helping me in the right direction.
I am struggling to get the utility to work in DOS so I am going to try Linux hopefully with more success.
I'll report back.
That's definitely helping me in the right direction.
I am struggling to get the utility to work in DOS so I am going to try Linux hopefully with more success.
I'll report back.
-
ianthrelfall
- Posts: 4
- Joined: Fri Aug 13, 2021 5:56 am
- Location: London, England
Re: X201 Tablet - 82577LC Network Adapter NWM Corrupted
Fixed it! Thanks for both your help with this.
So here is what I did to resolve it for anyone else with the same problem:
1. Download a Linux Live build (I used Ubuntu - https://ubuntu.com/download)
2. Copy this to a bootable USB Key (in Windows 10 I used Rufus to do this easily - https://rufus.ie/en)
3. On my Thinkpad I booted to this USB key and choose to run Ubuntu Live (My BIOS boot order allowed this but you may need to change it)
4. Once in Ubuntu I downloaded the current Linux version of the Intel® Ethernet Connections Boot Utility, Preboot Images, and EFI Drivers (Currently 26.4 - https://www.intel.com/content/www/us/en ... ivers.html)
5. Extract this .tar file to a location on the drive. (I choose the home folder /home/ubuntu)
5. cd to the following folder in the file extraction location /Preboot/APPS/BootUtil/Linux_x64 So in my case I ran:
6. Give execution permissions to bootutil64e
7. Run the boot utility with the following options:
Once this ran (which it did in seconds!) I rebooted my computer back to Windows 10 and all was working.
So here is what I did to resolve it for anyone else with the same problem:
1. Download a Linux Live build (I used Ubuntu - https://ubuntu.com/download)
2. Copy this to a bootable USB Key (in Windows 10 I used Rufus to do this easily - https://rufus.ie/en)
3. On my Thinkpad I booted to this USB key and choose to run Ubuntu Live (My BIOS boot order allowed this but you may need to change it)
4. Once in Ubuntu I downloaded the current Linux version of the Intel® Ethernet Connections Boot Utility, Preboot Images, and EFI Drivers (Currently 26.4 - https://www.intel.com/content/www/us/en ... ivers.html)
5. Extract this .tar file to a location on the drive. (I choose the home folder /home/ubuntu)
5. cd to the following folder in the file extraction location /Preboot/APPS/BootUtil/Linux_x64 So in my case I ran:
Code: Select all
cd /home/ubuntu/Preboot/APPS/BootUtil/Linux_x64Code: Select all
chmod +x bootutil64eCode: Select all
sudo ./bootutil64e -NIC 1 -defcfg Re: X201 Tablet - 82577LC Network Adapter NWM Corrupted
Glad it worked. Good to know that Bootutil can help recover from such an issue.
I will edit the first post with link to solution.
I will edit the first post with link to solution.
Thinkpad 25 (20K7), T16 Gen 3 (21MQ), Yoga 14 (20FY), T430s (IPS FHD + Classic Keyboard), X220 4291-4BG
X61 7673-V2V, T60 2007-QPG, T42 2373-F7G, X32 (IPS Screen), A31p w/ Ultrabay Numpad
X61 7673-V2V, T60 2007-QPG, T42 2373-F7G, X32 (IPS Screen), A31p w/ Ultrabay Numpad
-
- Similar Topics
- Replies
- Views
- Last post
-
-
AC adapter/charger for X201 (3113-X06)
by Brainer » Tue Nov 11, 2025 2:32 pm » in ThinkPad X200/X201/X220 and X300/X301 Series - 28 Replies
- 25200 Views
-
Last post by Brainer
Thu Dec 11, 2025 7:15 pm
-
-
-
Looking for X201 replacement keys/domes and 3mm stem to 4mm adapter.
by ThinkIsaac » Mon Dec 15, 2025 4:17 pm » in ThinkPad X200/X201/X220 and X300/X301 Series - 0 Replies
- 4912 Views
-
Last post by ThinkIsaac
Mon Dec 15, 2025 4:17 pm
-
-
-
FREE: Thinkpad X201 Tablet with bad AC input
by Brainer » Tue Dec 16, 2025 11:33 am » in Marketplace - Forum Members only - 1 Replies
- 5025 Views
-
Last post by olex126
Thu Dec 18, 2025 7:27 pm
-
-
-
Will X220 Tablet palmrest fit X230 Tablet?
by tts_rayhan » Sat Feb 07, 2026 7:28 pm » in ThinkPad X230-X280 / X390 Series - 0 Replies
- 4026 Views
-
Last post by tts_rayhan
Sat Feb 07, 2026 7:28 pm
-
Who is online
Users browsing this forum: No registered users and 80 guests



