Forum archive
TKL Won't Boot
Back to that udev update issue:/forum/support/20100928/tkl-lucid-core-apt-get-upgrade-freeze-installing-udev-151-121
I'm using a wordpress VM appliance and I "think" I told it to do the exact same update.
A few months ago when having this issue, I read over the posts on how to attempt to update TKL and not have a boot issue. Eventually, I got it to work. What I didn't see in the forums was how to RECOVER/RESTORE an appliance with this issue. Now I'm in a situation where there's content which hasn't yet been backed up. I need to recover it.
I'm a Linux Newbie. I've copied my VM so that I can use it for data retrieval. So far, I've tried using Knoppix and Ubuntu LiveCD in hopes to see the HDD files and possibly manually recover/restore the Wordpress site onto another VM. Ubuntu 11.10 doesn't even load (possibly an issue with that and Vmserver).
I'm a Linux Newbie. I've copied my VM so that I can use it for data retrieval. So far, I've tried using Knoppix and Ubuntu LiveCD in hopes to see the HDD files and possibly manually recover/restore the Wordpress site onto another VM. Ubuntu 11.10 doesn't even load (possibly an issue with that and Vmserver).
I can now view drive 'dm-0' using Knoppix and see the wordpress files. I can't acces 'var/lib/mysql'. I keep getting a "Permission denied" error.
I've also tried using ExploreFS and Linux Reader to view the drives but everytime I try and open the partitions, I get read errors.
Some threads mentioned doing a chroot with udev using a LiveCD to roll back the update. I have no clue what that means or how to properly do it.
Can someone give me some help on this? How do I grab the mysql database and migrate it over to a new TKL Wordpress appliance?
I've also attached a screen shot of the Linux boot error.
Ok, I found the answer and how to recover the system after this horrid update. Below, I've pasted the text from another forum. Thank you shakaran for this one.
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/433943
I received 2 errors from the below solution. But still, was able to get my VM working.
First Issue
Once I got to Step 6:
The error I received from the above command was:
I couldn't figure anyway around this error and ignored it.
Second Issue
The second error I received was at Step 8 which command was:
I don't have the exact text from this error...Sorry.....I remember it asking me to do 'dpkg configure -a'. Unfortunately, I can't remember the full command I had to use to resolve this issue. Tomorrow, I'll follow the below steps again and update this part of the solution.
Once I rebooted the VM, TKL booted up just fine and I was able to retrieve all of my data!
1. - Download/grab a live cd.
2. - Start live cd and when it loads the desktop open a gnome-terminal.
3. - Create this dirs:
4. - Mount your linux partition (for me sda6):
5. - Bind the dirs:
6. - Copy this file
7. - Update your real linux partition with chroot:
8. - Upgrade your real linux partition with chroot:
9. - If you have some broken package:
10. - Reboot and voilá! Fixed for me.