GeForce GTX 660Ti, NVidia, Nouveau and Updating from CentOS 6.3 to 6.4
I updated from CentOS 6.3 to 6.4 today and ran into a minor issue: After performing the the 6.4 update, CentOS got stuck at the boot screen due to a conflict between the NVidia drivers I use and the nouveau drivers. From the boot screen screen, I was unable to switch to a CLI unless I reboot.
Here’s how I fixed it:
At the GRUB loader, I pressed ‘a’ to edit the kernel options and added a ’1′ to boot into single-user mode. Once in single user mode, I followed just one step outlined on this site: To rename the initramfs and execute dracut:
$ mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
$ dracut -v /boot/initramfs-$(uname -r).img $(uname -r)
$ reboot
Once the new initramfs was created and the system rebooted, I again interrupted the GRUB loader, pressed ‘a’ to edit the kernel options and added ’3′ to boot into multi-user mode. I logged in as root, changed to the directory where I keep my NVidia drivers and re-ran the NVidia installation tool (in my case, “./NVIDIA-Linux-x86_64-310.32.run”).
Once these steps were complete, I was able to boot into the UI without issue.
Latest Posts
- GeForce GTX 660Ti, NVidia, Nouveau and Updating from CentOS 6.3 to 6.4 (2013/03/10)
- One time, at work… (2013/01/17)
- My Family Doesn’t Care About Security (2013/01/09)
- Programmer Competency Matrix – Education and Experience (2012/12/21)
- Your Code Is The Only Meaningful Project Documentation (2012/12/19)
- I’m Not Arguing With You Over Your Terms of Service (2012/12/18)
- Embracing Change (2012/12/18)
- Finding Quality Developers is No Easy Task (2012/12/14)
- From Avid Gamer to Architect (2012/12/10)
- It’s Bugs All The Way Down (2012/12/07)
- wordptr.libwpd – Expanding Configuration, Changing the Interface (2012/12/07)
- On Tightening Focus (2012/12/06)
- 20 Days With the Google Nexus 10 (2012/12/05)
- wordptr.libwpd – Hooking the Main Loop (2012/12/04)
- I Didn’t Read The Docs – MDADM and Hostname (2012/12/02)
- My Developer Toolbox (2012/12/01)
- wordptr.libwpd – Making it More Library-Like (2012/11/30)
- wordptr.libwpd – Now a Static Library (2012/11/29)
- A Linux Daemon Library – Introducing wordptr.libwpd (2012/11/28)
- CentOS, VMware Workstation, Development and Piece of Mind (2012/11/27)

