cannot boot after F12 to F14 upgrade

Chris Smart mail at christophersmart.com
Tue Nov 2 05:04:45 UTC 2010


On Tue, Nov 2, 2010 at 4:02 PM, Chris Smart <mail at christophersmart.com> wrote:
>
> mv /etc/X11/xorg.conf /etc/X11/xorg.conf-moved-$(date +%Y-%m-%d)
> yum install kernel-devel dkms akmod-nvidia
> xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64 time
> /usr/sbin/akmods --force
> dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
> reboot

Opps, that's wrapping, it should be:

1) mv /etc/X11/xorg.conf /etc/X11/xorg.conf-moved-$(date +%Y-%m-%d)
2) yum install kernel-devel dkms akmod-nvidia \
xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64 time
3) /usr/sbin/akmods --force
4) depmod -a
5) dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
6) reboot

-c


More information about the users mailing list