You are not logged in.
This should be pretty simple. I want to try the kernel26-zenmm-git package in AUR, then reinstall the nividia driver via instructions in the wiki.
I know this will fail. Everything I touch fails at least once. So what is the best way to back up my current kernel so that when my system doesn't boot, I just have to pop in a liveCD and move some files to get back to status quo?
(This is my main work machine, so I can't have it dead for a prolonged period of time)
Offline
Just make sure you give a different name to the kernel and the packages and you can safely have many installed in parallel. If the zenmm-git kernel doesn't boot, it's just a matter of selecting a working one from the bootloader.
cheers,
Offline
Just make sure you give a different name to the kernel and the packages and you can safely have many installed in parallel. If the zenmm-git kernel doesn't boot, it's just a matter of selecting a working one from the bootloader.
cheers,
Well, that makes a bunch of sense!
Will the new kernel automatically have a different name?
Offline
Will the new kernel automatically have a different name?
Been a while since I've messed with kernel configs, but I think you change the "append to kernel release" option under general setup.
Offline
After taking a look at the pkgbuild, everything is already setup using unique names so you're good to go without changing anything. If you are making your own pkgbuild for the nvidia drivers, all you have to do is ensure 1)they're built against the proper kernel, and 2)you use a unique name for the package. If you're using the appropriate nvidia package in AUR for the zenmm-git kernel you're already good to go.
cheers,
Offline
So, I'll have two nvidia drivers. Do I then change my Xorg.conf to use "nvidia-new" instead of "nvidia" as the driver?
Offline
Nope just leave it. If X does not come up try startx and look for error messages like "can not insert module nvidia" or something like that.
Offline
you can install nvidia drivers for all your kernels. This works without any problems. Only limitation is that you need to use one nvidia driver version for all kernels installed.
you can actually install nvidia drivers off line just after you build a new kernel, so when you reboot to the new kernel you will be greeted with your DE/WM
Offline