Boot failed after instaling new kernel initrd-2.6.34.7-0.2-desktop

Suddenly, after installing, boot was failed.

161.815] Module class: X.Org Video Driver
161.822] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
161.826] (EE) NVIDIA: system’s kernel log for additional error messages.
161.831] (II) UnloadModule: “nvidia”
161.831] (II) Unloading /usr/lib64/xorg/modules/updates/drivers/nvidia_drv.so
161.831] (EE) Failed to load module “nvidia” (module-specific error, 0)
161.835] (EE) No drivers available.
161.839]
Fatal server error:
161.848] no screens found
161.852]
Please consult the The X.Org Foundation support

i was surprise, because in initrd-2.6.34.7-0.2-default all was ok.

What should i do?

So, this means your nVidia video driver is not loading. If you have loaded the binary proprietary nVidia video driver, this is very normal. Any time you replace the kernel, you must reinstall the video driver if you are not using the default driver. So, we are not sure how you got to this point. Here is some more information you might want to read.

You should look at this document before proceeding on…

SDB:Configuring graphics cards - openSUSE

Then, take a look at the procedure I use to install the nVidia driver as I install openSUSE 11.3:

  1. During the install, when you have the option to change your booting setup, I add nomodeset to the kernel load command for the normal load/start of openSUSE. This kernel startup option is already present for the Failsafe selection for openSUSE.
  2. During the first start of openSUSE, I download the latest nVidia Video driver to the downloads folder.
  3. I change/save the System/Kernel option NO_KMS_IN_INITRD from “No” to “Yes” in the /etc/sysconfig Editor in Yast.
  4. I do an update of openSUSE on the first run of openSUSE and then a restart/reboot.
  5. In grub OS selection I add the command line option “3” to the openSUSE start line so that I just go to the run level three terminal prompt.
  6. I login in as root and change to the /home/user/Downloads folder.
  7. I run/install the NVIDIA video driver using “sh ./NVIDIA-Linux-x86_64-256.53.run” and answer all questions as appropriate for my system.
  8. Type in reboot at terminal prompt to restart the system with new video driver.

Thank You,

big thanks, i’l try when find some free time.