|
|||||||
| BackTrack 4 Bugs and Fixes Post bugs here. Even better, post FIXES here ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi there,
/etc/issue shows that i am running: "BackTrack 4 Beta \n \l" uname -a shows the string: Linux bt 2.6.28.1 #2 SMP Wed Feb 4 21:50:02 EST 2009 i686 GNU/Linux I am trying to update my kernel to 2.6.30.5 however when I type: apt-get update i was getting an error about one of the keys being missing. I have added the key, and no longer get that error. For the record, I have the following keys: 2004-09-12 Ubuntu Archive Automatic Signing Key 2004-12-30 Ubuntu CD Image Automatic Signing Key 2008-07-27 BackTrack Development Team 2009-03-20 Launchpad PPA for KDE3.5 Maintainers 2009-01-22 Launchpad PPA for Timothy Pearson Anyway, when I type: apt-get update it reads the package lists with no errors, then I type: apt-get install -d linux-image but it gives me the message that linux-image is already the newest version. I check using: uname -r and it shows that the kernel is still: 2.6.28.1 It seems that apt-get update is not receiving the list with the location of the newer kernel, and therefore not downloading it into /var/cache/apt/archives/ Could anyone shed some light. Can I manually (wget) download the linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb file(s) and then install them from thereon? Thanks in advanced. |
|
||||
|
Did you follow the official guide ?
http://www.offensive-security.com/bl...kernel-update/ If not might want to try it out. EDIT: In addition do not double post, re-read the rules so that you understand why your posts do not show up immediately. It is your responsibility to read/understand and follow them . This is your warning.
__________________
Please visit the new forums for any and all help with Back Track 4 Final. BackTrack-Linux is the new home. Last edited by archangel.amael; 10-25-2009 at 07:57 PM. |
|
|||
|
For whatever reason apt-get install -d linux-image is not downloading the correct kernel for me as well.
apt-get install -d linux-image Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: python-psyco medusa-menu backtrack-firefox-profile libssh2-1 libncp Use 'apt-get autoremove' to remove them. The following extra packages will be installed: linux-image-2.6.27-15-generic linux-image-generic Suggested packages: fdutils linux-doc-2.6.27 linux-source-2.6.27 The following NEW packages will be installed: linux-image linux-image-2.6.27-15-generic linux-image-generic 0 upgraded, 3 newly installed, 0 to remove and 1 After this operation, 94.5MB of additional disk space will be used. Do you want to continue [Y/n]? y Download complete and in download only mode As you can see linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb is not downloaded. Deal? ![]() EDIT: If you google search the specific kernel you can find it and download it. I would post the link but I cant yet. Just download it and install it with the same instructions. -------------------------------------------------------------------------------------------------------- None are more hopelessly enslaved than those who falsely believe they are free. -Johann Wolfgang von Goethe Last edited by Mukist; 10-29-2009 at 01:34 AM. |
|
|||
|
Code:
cd /var/cache/apt/archives ls -la At the empty prompt, Code:
dpkg -i --force-all linux-image-2.6 if you must use 30.5, try trac.offensive-security.com/repository/browser/backtrack/macroverse/l/linux/linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb?rev=1 Last edited by shamwave; 10-29-2009 at 10:39 PM. Reason: updated with url for 30.5 |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|