|
|||||||
| BackTrack 4 Bugs and Fixes Post bugs here. Even better, post FIXES here ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I've installed from usb by unetbootin in sdb.
At the boot it show me modprobe FATAL could not load /lib/modules/2.6.29.4/modules.dep and go on but i've not internet connection (i cant ping my router) The file exist and it appear ok. The md5sum match. Intrepid work well on this pc. What i can do ? |
|
|||
|
Tried that and it didn't work...couldn't even find the package actually. Anyway, I remember from one of xCPPx's guides on the Luks encrypted volume he unpacked and repacked the initrd image and that did it for me. Just kind of followed what he did in the relavant areas.
cd /boot cp initrd.img-2.6.29.4 initrd-2.6.29.4.old (Just making a backup) depmod -a update-initramfs -k all -c cd /tmp gzip -dc /boot/initrd.img-2.6.29.4| cpio -id touch lib/modules/2.6.29.4/modules.dep find ./ | cpio -H newc -o > /boot/initrd.img-2.6.29.4.new gzip /boot/initrd.img-2.6.29.4.new mv initrd.img-2.6.29.4.new.gz initrd.img-2.6.29.4 Reboot and it should be gone. You can double check your UUID while you're in there to make sure resume works before repacking (sts). If it breaks you can use the .old image through grub to get back into the machine to fix it. Good luck. |
|
||||
|
@ Mexicant:
Kernel panic... ![]() P.S. My fault I take that back. I made a mistake on the touch command.. I used /lib/modules/.... instead of lib/modules. You are correct that this fixes the problem. Thanks! Last edited by forix; 06-29-2009 at 04:44 AM. Reason: made a mistake |
|
|||
|
Quote:
gzip /boot/initrd.img-2.6.29.4.new cd /boot mv initrd.img-2.6.29.4.new.gz initrd.img-2.6.29.4 Stephen |
|
|||
|
Code:
cd /boot cp initrd.img-2.6.29.4 initrd-2.6.29.4.old (Just making a backup) depmod -a update-initramfs -k 2.6.29.4 -c cd /tmp gzip -dc /boot/initrd.img-2.6.29.4| cpio -id touch lib/modules/2.6.29.4/modules.dep find ./ | cpio -H newc -o > /boot/initrd.img-2.6.29.4.new gzip /boot/initrd.img-2.6.29.4.new cd /boot mv initrd.img-2.6.29.4.new.gz initrd.img-2.6.29.4 Reboot and it should be gone. |
|
|||
|
I felt like gambling so I figured I'd give the "easy mode" solution a try.
The "update-grub" command executed as root after removing the install media and rebooting worked for me. You can leave the install media in but the idea is to boot into your new environment. I apologize I'm not on a linux box or I would paste the code but I don't really think it would be necessary. edit: Although this fixes the aforementioned issue you'll still need to fix the splash screen manually. In conclusion.. RTFM < WTFV. Just use fix-splash after rebooting into the fresh install (as root). V/r Last edited by di2co; 07-21-2009 at 05:53 AM. Reason: I found this "neat" executable and realized I was a moron. |
|
|||
|
Quote:
I started getting this error after reinstalling madwifi. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|