View Single Post
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#256
I broke my card install, so i booted from internal flash.

Then you need to run an XTerm (i'm using ssh at least to the point to upgrade the wifi and as root to bind some dirs and chroot:

Code:
mount --bind /dev /media/mmc2/dev
mount --bind /sys /media/mmc2/sys
mount --bind /proc /media/mmc2/proc
mount --bind /tmp /media/mmc2/tmp

chroot /media/mmc2
Then you're effectively in a booted from the other place tablet I discovered that i have 400 unconfigured packages, so i ran the command from the blog again (but the same will happen with apt-get -f install i guess).

Some things you should consider - the preinst scripts assume that the previous ones stopped the respective daemons, so if mce, alarmd and such fail to install - stop them first and repeat.
At this time i realised modest has two package versions downloaded here - 17 and 19... You need 17 if you don't want dependency hell.

EDIT: Yeah, you want to mount the fs first
 

The Following User Says Thank You to Bundyo For This Useful Post: