Skip to content

The Millers Club

Crap You'd Find On Google Page 17

Menu
  • Lily’s Jobs
  • Asher’s Jobs
Menu

Ubuntu / Linux Mint – Network Device Not Managed After PXE Boot

Posted on March 28, 2018 by admin

I utilize “Serva” to PXE boot just about every OS I could ever need in my small computer repair shop. It’s awfully handy to plug in an ethernet cable, and pick whatever operating system I need.

Linux Mint (or Ubuntu) began to have a nasty side-effect though when doing this. You see, they thought it was a good idea to move away from the ETH0 and ETH1 naming conventions, and instead use something completely different (I’ll edit this article once I’m back at a linux desktop that displays the new naming convention). This breaks manageability of the network, because after a PXE boot, the OS is expecting one name, and the network-manager tool is expecting something else.

Here’s how to fix the issue (and the source for this article is below; I’m putting this here on my own site, cause I’m scared poopless that it’ll 404 one day, and I’ll have no idea what the procedure was, since I just click my bookmark to address the issue when it arises).

To fix the problem, you need to edit /etc/NetworkManager/NetworkManager.conf, and replace “managed=false” with “managed=true”

Instead of using a normal editor, I want to use “sed” command:

sudo sed -i.bak s/false/true/g /etc/NetworkManager/NetworkManager.conf
sudo systemctl restart NetworkManager

If you only have one NIC, you’re likely done at this point. If other devices appear in Network manager, they may be set in /etc/network/interfaces:

Delete all content of /etc/network/interfaces

and insert:

auto lo
iface lo inet loopback

Source: Ubuntu – Network device not managed – [itso.dk]

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to print (Opens in new window)

1 thought on “Ubuntu / Linux Mint – Network Device Not Managed After PXE Boot”

  1. Pingback: Instalasi Xubuntu dengan Metode PXE Boot – TISA

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • What version of OpenCore am I running?
  • Linux Mint 19 & Chrome Remote Desktop = “Could not acquire name on session bus” Error On Login
  • How To Set Up Nginx Reverse Proxy for SubDomains On Linux Mint With Ombi, Sonarr, Radarr, Plex, Etc. The stupid easy way.
  • Reminder: If You Can’t Upgrade Your ESXi Host, It Might Be Because You Need to Remove It From The Cluster First
  • WsusPool keeps crashing: stops again and again – Sysadmins of the North

Archives

  • December 2020
  • July 2018
  • May 2018
  • April 2018
  • March 2018
  • July 2017
  • March 2016
  • February 2016
  • October 2015

Categories

  • Complete Tutorial
  • Tech
  • Tips
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Archives

  • December 2020
  • July 2018
  • May 2018
  • April 2018
  • March 2018
  • July 2017
  • March 2016
  • February 2016
  • October 2015

Kids Vaccine Date

They're announcing a decision on Nov 2nd!November 2, 2021
The news is announcing kids vaccination status today!

Recent Posts

  • What version of OpenCore am I running?
  • Linux Mint 19 & Chrome Remote Desktop = “Could not acquire name on session bus” Error On Login
  • How To Set Up Nginx Reverse Proxy for SubDomains On Linux Mint With Ombi, Sonarr, Radarr, Plex, Etc. The stupid easy way.
  • Reminder: If You Can’t Upgrade Your ESXi Host, It Might Be Because You Need to Remove It From The Cluster First
  • WsusPool keeps crashing: stops again and again – Sysadmins of the North
©2023 The Millers Club | Built using WordPress and Responsive Blogily theme by Superb
loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.