It was suggested that with a planned hardware upgrade (not happened yet but in next couple of weeks it will) that I upgrade my current Debian etch to Debian lenny because of better drivers for my proposed new video card (XFX GeForce 8500 GT 1GB). I have tried to this with aptitude but from what I can tell it didn't work, from what I understand it will upgrade the kernel to 2.6.2? but I am still at kernel 2.6.18-6-486. Here is what I did:
Edited my sources list to only contain the following
Then I executed the following commands as root
Quote:
aptitude update
aptitude install apt dpkg aptitude
aptitude full-upgrade (also tried aptitude dist-upgrade)
|
When I execute the last command (aptitude full-upgrade|aptitude dist-upgrade) I get the following result, which from my understanding should take a while and it doesn't:
Quote:
krazy:~# aptitude dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
krazy:~# aptitude full-upgrade
Unknown command "full-upgrade"
aptitude 0.4.4
Usage: aptitude [-S fname] [-u|-i]
aptitude [options] <action> ...
|
I then reboot and do a uname -r and it shows
Quote:
krazy:~# uname -r
2.6.18-6-486
|
I am not sure what I am doing wrong. I also want to change from 32 bit to 64 bit because there is a chance down the road that I can run more then 4GB or ram, the motherboard I am looking at getting has a max of 16GB with 64 bit operating system (4GB x 4). Would it be easier to back up my stuff that I have on the 32 bit etch and just do a new install with the 64 bit lenny?