Displaying 2 results from an estimated 2 matches for "grub_cmdloine_linux".
Did you mean:
grub_cmdline_linux
2020 Feb 21
0
Renaming virtio devices names on CentOS 8 VM guest
...guring-and-managing-networking
> but I never tried it
> HIH,
> Gianluca
Gianluca,
What you are trying to do is documented at
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-disabling_consistent_network_device_naming
You need to edit the GRUB_CMDLOINE_LINUX line in /etc/default/grub as
shown below;
~]# cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX=&q...
2020 Feb 21
3
Renaming virtio devices names on CentOS 8 VM guest
I have built a CentOS 8 base image from a kickstart, for use in OpenStack.
This image boots fine but the problem I have is that I can't stop udev from renaming the network device from eth0 to ens<something>.
I have /etc/sysconfig/network-scripts/ifcfg-eth0 with the correct HWADDR defined in it, and have set net.ifnames=0 and biosdevname=0 in the grub configuration, but nothing I have