LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   update initrd (https://www.linuxquestions.org/questions/debian-26/update-initrd-673594/)

cccc 10-01-2008 02:17 PM

update initrd
 
hi

howto update initrd on debian etch stable after migration to different hardware ?

jailbait 10-01-2008 03:55 PM

Here is an explanation on how to do that:

http://kernel-handbook.alioth.debian...initramfs.html

------------------
Steve Stites

cccc 11-03-2008 03:38 AM

thx, but do I need:
Code:


# update-initramfs -u

as well ?

pinniped 11-03-2008 04:33 AM

If you can at least boot into admin mode on the new machine, just do:

unload modules that don't really belong
load modules that you *do* want/need running
edit /etc/modules if necessary
dpkg-reconfigure linux-image-$(uname -r)

Then reboot and check that everything is as you expect it to be.


All times are GMT -5. The time now is 06:39 AM.