Here are the steps to follow to enter your failed system:
1. Boot your PC with the
install CD, as if you were going to reinstall Pardus
2. When you reach the license agreement stage, type
Ctrl-Alt-F1 in order to go to console mode.
You are now logged in as root on the liveCD filesystem.
3. Create the necessary directories and subdirectories :
mkdir -p /MyPardus/{boot,proc}
4. Use cfdisk to find out what is the name of the PARDUS_ROOT disk partition. This name is /dev/sdax, where x={1, or 2, or 3, etc.}
cfdisk
Once you got it, exit cfdisk (use the left/right arrow keys to navigate in the cfdisk's menu).
5. Mount your Pardus system (replace x by the value you found earlier) :
mount /dev/sdax /MyPardus/boot
6. Mount the /proc subsystem :
mount -o bind /proc /MyPardus/proc
7. Change the root and execute your usual shell :
chroot /MyPardus/boot/ /bin/bash
8. You are now logged in as root in
your Pardus system. So you can make the following changes :
rm -Rf ~/.DCOP* /tmp/* ~/.ICE-AUTH*
9. Reboot your PC
reboot