Tämän voi tehdä millä tahansa live-cd:llä, jolla vaan pääset verkkoon (vaikka Edgyn):
Korjasin omani näin:
1. boot with live cd
2. open nautilus
3. mount disk by double-clicking it - now its mounted under /media/disk
4. download to desktop
http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-i686_2.7-5ubuntu2_i386.deb http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6_2.7-5ubuntu2_i386.deb 5. unpack both by normal means - right click, extract here
6. go to first extracted dir
7. extract data.tgz
8. copy contents to /media/disk
9. go to second extracted dir
10. extract data.tgz
11. copy contents to /media/disk
Sen jälkeen tein vielä tämän:
Repairing Your Broken Hardy Install
Brought to you by PriceChild
If you can, it is preferable to just boot using a backup kernel or into recovery mode and update from there. If you can't:
* Boot up a live cd, or separate Linux install
* Mount your Hardy drive somewhere (replace **** with name of drive, e.g. hda1 or sda2 etc.)
Code:
sudo mkdir /media/hardy
sudo mount /dev/**** /media/hardy
* chroot into your Hardy drive
Code:
sudo chroot /media/hardy su
* Update your system via apt as normal (sudo not required)
Code:
apt-get update
apt-get upgrade
apt-get dist-upgrade
* Ctrl+d or type "exit" to exit the chroot, then reboot the computer and you should be able to get back into Hardy.