Linux: Fedora14 system prompts a kernel update kernel-2.6.35.13-91.fc14.i686, so all the way to update. However, after the computer is restarted, the blue progress bar is stuck and cannot enter the system. Google found the following method: 1. Select the old kernel into the system, such as my kernel-2.6.35.12-90.fc14.i686 to download the latest driver Nividia official website, or
Linux version:Fedora 14
The system prompts kernel update.Kernel-2.6.35.13-91.fc14.i686
So we updated it all the way. However, after the computer is restarted, the blue progress bar is stuck and cannot enter the system. Google found the following methods:
1. Select the old kernel to enter the system, such as myKernel-2.6.35.12-90.fc14.i686
GoNividia Official WebsiteDownload the latest driver or install the original one!
My GT240 video card:NVIDIA-Linux-x86-270.41.06.run, path is ~ /Download/
2. Modify the logon mode:
$Su
#Chmod + w/etc/inittab Add "write" attribute
#Vim/etc/inittab
Modify the end rowId: 5: initdefault:5 is 3
Mode 5 is the graphic mode, and mode 3 is the text mode. Because the Nvidia graphics driver must be installed in the text mode, change it to the text mode.
Save and restart the machine.
3. Select the latest kernel to enter the system. After Entering the text mode
Login prompt:Root
Password:********
# Cd ~ /Download
# ShNVIDIA-Linux-x86-270.41.06.run
The system will prompt you to delete the previous driver version and reinstall it. how to install it? Google and Baidu
Remember not to forget to change the logon mode after installation:
#Vim/etc/inittab
Modify the end rowId: 3: initdefault:3 is 5
Save, restart!