Fedora 15 biosdevname

Discussion in 'Installation/Configuration' started by usbluect, Aug 2, 2011.

  1. usbluect

    usbluect New Member

    Hi All

    I am installing Fedora 15 on a Dell Dimension 5150C with one single ethernet card. I am following the Perfect Fedora 15 instructions whilst doing the installation.
    I have added biosdevname=0 in /etc/grub.conf as one of the kernel params. After reboot, the interface name is still showing as em1 and not eth0.

    Anybody have any ideas as to what I am doing wrong?

    Regards

    Mike
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Can you post your /etc/grub.conf?
     
  3. usbluect

    usbluect New Member

    my grub.conf

    Code:
    # grub.conf generated by anaconda
    #
    # Note that you do not have to rerun grub after making changes to this file
    # NOTICE:  You have a /boot partition.  This means that
    #          all kernel and initrd paths are relative to /boot/, eg.
    #          root (hd0,0)
    #          kernel /vmlinuz-version ro root=/dev/mapper/vg_belle-lv_root
    #          initrd /initrd-[generic-]version.img
    #boot=/dev/sda
    default=0
    timeout=0
    splashimage=(hd0,0)/grub/splash.xpm.gz
    hiddenmenu
    title Fedora (2.6.38.8-35.fc15.x86_64)
    	root (hd0,0)
    	kernel /vmlinuz-2.6.38.8-35.fc15.x86_64 ro root=/dev/mapper/vg_belle-lv_root rd_LVM_LV=vg_belle/lv_root rd_LVM_LV=vg_belle/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet biosdevname=0
    	initrd /initramfs-2.6.38.8-35.fc15.x86_64.img
    
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Looks ok. This is what I found on http://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming :

    Maybe you should try to modify /etc/udev/rules.d/70-persistent-net.rules.
     
  5. Peasantmk2

    Peasantmk2 New Member HowtoForge Supporter

    You also need to edit /etc/udev/rules.d/70-persistent-net.rules.

    Change the 'name' variable to eth0 and you should be OK.
     
  6. DaleHutch

    DaleHutch Member

    Yes.. the suggestion works.

    Thanks
     
  7. gene.poole@macys.com

    [email protected] New Member

    Is there a rule for each ethernet device?
    Gene
     

Share This Page