Incoming from GRAHAM MONK: > HI, did an update last and the link initrd pointed to initrd-2.6.8-24.10-um, > it should point to initrd-2.6.8-24.10-default > > How can I fix this in? In fairly basic language please, I've been googling > around and simmilar problems are mentioned but the replies always assume a > level of knowledge I have yet to attain.
Very simple. What's your boot loader? Grub or lilo? If grub, you need to fiddle with /boot/grub/menu.lst (or grub.conf). If lilo, it's /etc/lilo.conf Each kernel you can boot will have a stanza in those files. Here's what one of mine looks like: title Debian GNU/Linux, kernel 2.4.18-1-686 root (hd0,1) kernel /vmlinuz-2.4.18-1-686 root=/dev/hda9 ro hdc=scsi vga=1 acpi=off initrd /initrd.img-2.4.18-1-686 savedefault [I have a /boot partition; those two files listed above are in /boot, but grub doesn't know /boot isn't the root partition when the machine boots.] The point is, list the location of your initrd.img in the appropriate kernel stanza, and it should work. If you're using lilo, you'll have to run lilo after changing the .conf file. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling Please don't Cc: me. - - _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

