I am newbie. I upgraded from 12.04 to 12.10 using "sudo do-release-upgrade -d". Now, I am not able to get the system to boot up. Is there a way of reversing this and re-installing 12.04? Kindly help.
Asked
Active
Viewed 57 times
1 Answers
0
No, you can't revert to 12.04 if you haven't made a backup.
You have two options:
- Tell us what error message you get, so we can troubleshoot the issue and get 12.10 into a working state.
- Reinstall 12.04 from live media.

LiveWireBT
- 28,763
apt-get update
andsudo apt-get dist-upgrade
that should update and install packages and might show if some packages were not properly installed. Runningsudo update-initramfs -u
may also help in case of a broken initrd.img. At last you could try to boot the old 12.04 kernel from Grub menu, that may still be good. – LiveWireBT Oct 09 '13 at 10:35