zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Upgrade Debian squeeze to wheezy

December 7, 2012 by Igor Drobot Leave a Comment

Attention this tutorial was written for ARM-Based systems in my case it was a Trim-Slice system, without MBR (without grub). It was a plain Debian without Kernel and boot loader
[Read more…]

Filed Under: Debian, Kernel, Linux Tagged With: ARM, Debian, Kernel, Trim-Slice, Upgrade debian

Upgrade Debian lenny to squeeze

November 20, 2010 by Igor Drobot 1 Comment

Debian Logo

This upgrade from lenny to squeeze is not more complexer then the update from etch to lenny.
If you read everything carefully your server will run after upgrade too:)

Before you go on please read the official Debian release notes:

Recording your session:

1
script -t 2>~/upgrade-squeezestep.time -a ~/upgrade-squeezestep.script

script -t 2>~/upgrade-squeezestep.time -a ~/upgrade-squeezestep.script

First you should update your running system:

1
aptitude update && aptitude dist-upgrade

aptitude update && aptitude dist-upgrade

Check the package state:

1
dpkg --audit

dpkg --audit

It will show any packages which have a status of Half-Installed or Failed-Config, and those with any error status.

If you had a kernel upgrade please reboot. After successfully updates replace the sources from lenny to squeeze:
[Read more…]

Filed Under: Bash, Debian, Kernel, Linux Tagged With: Debian squeeze, lenny to squeeze, Upgrade debian