Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 951  / 1 Year ago, mon, january 30, 2023, 4:53:07

I installed compiz a while ago and at some point to decided to remove it. I did that through Ubuntu Software Center, rebooted the system and wasn't able to "login" since it said something like "Can't start Ubuntu session".



How do I repair the system or make it work somehow?



P.S. I have a bootable usb flash with Ubuntu 13.04. And I can to connect to the Internet through Wifi, but I need:




  • Choose a network manually and enter the password


  • (It might depends on some parameters, but anyway) Open any url address so that that wifi spot redirects me to its
    default page where I have to press a button like "Enter", after that
    it redirects me to its default page again and eventually I'll be able
    to use the Internet normally.




Will it help me?


More From » unity

 Answers
1

You can fix your system though the bootable flash drive. Go ahead and start it up, then get online do that you can access the internet normally. Next, you'll need to press Ctrl+Alt+T together, then enter in these commands, followed by enter:



sudo mount /dev/sda1 /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo cp /etc/resolv.conf /mnt/etc/resolv.conf
sudo chroot /mnt


At this point, the line you type at in the Terminal window will change. From here, you'll need to run this command to reinstall everything you need, followed by enter:



sudo apt-get install ubuntu-desktop


Once you're done, you can reboot your computer and boot it back into your installed Ubuntu. It should now let you log into your account.


[#29499] Tuesday, January 31, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ndaavi

Total Points: 169
Total Questions: 116
Total Answers: 113

Location: Falkland Islands
Member since Wed, Dec 23, 2020
3 Years ago
;