Displaying 2 results from an estimated 2 matches for "enpo3s0".
Did you mean:
enp3s0
2020 Aug 02
1
Fwd: 8.2.2004 Quick recovery and fix for unbootable machines with rescue disk
...#2. You will be given several options of recover Pick #1 to Continue
#3. Use the 'chroot /mnt/sysimage' command to get into your system
#4. Activate your network
Find the device name you are going to use
ip link
gives you the name as in 'enp3s0' as the device
ip link set dev enpo3s0 up
activates the network card
ip address add 10.0.0.67/24 dev enp3s0
sets the card's address to 10.0.0.67 with a subnet mask of 255.255.255.0
ip route add default via 10.0.0.124
sets the gateway for your machine to 10.0.0.124
#5. Make sure you have an active domain name service
cd /etc/
vi...
2020 Aug 02
4
8.2.2004 Quick recovery and fix for unbootable machines
This is a quick recovery and fix for the machines rendered unbootable
after the grub2/shim yum update.
It is written for CentOS 8.2.2004 but similar should work for any CentOS
8 or 7 as long as you get the correct shim file,
that is, the one from the latest installation media.
I am running on an x86_64 architecture (see uname -i). Please use the
correct shim file for your architecture