Re: Katastrophic Koala upgrade - system completely borked...
Simplified but correct. Go for it.
							
						
					Simplified but correct. Go for it.
sudo dpkg --configure -a
 It might...!!!
??!!!!!!
							
						sudo aptitude update
sudo dpkg --configure -a
sudo aptitude dist-uprgade
 When working at a text terminal you can scroll back using SHIFT-PgUp. That will give you some ability to see what scrolled off the screen but almost certainly not enough. Redirecting STDOUT is getting only the output and not the errors, which come out on STDERR,, so redirect stderr to stdout, which is redirected to a file or tee. That looks likedpkg --configure -a > config.out 2>&1
dpkg --configure -a | tee config.out 2>&1
							
						mount -o bind /dev /portable/dev mount -o bind /proc /portable/proc mount -o bind /tmp /portable/tmp mount -o bind /sys /portable/sys mount -o bind /dev/pts /portable/dev/pts
There are 0 users viewing this topic.
Comment