Results 1 to 10 of 10

Thread: Booted Previous version

  1. #1
    Join Date
    Feb 2010
    Beans
    88
    Distro
    Ubuntu 16.04 Xenial Xerus

    Booted Previous version

    somewhere along the way, when I started the computer I chose to run a previous version, probably after a failed update. Since then I have added many users. Last week I restarded the computer and chose the current kernel and the users were gone and the more recently added programs were gone. I restarted, chose previous version, chose kernel 48 and everything was fine.

    How can I make this previous version the current working version? Do I simply run updates or will that update the version I am not using?

    My thought is to delete all the other newer versions, restart, then update.

    Many posts suggested using Tweak to remove older kernels. Is that what I should use or does anyone have a better suggestion.

  2. #2
    Join Date
    Jan 2009
    Location
    Belgium (Ghent)
    Beans
    481
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Booted Previous version

    Install Synaptic and select from there all the packages of the kernel you want uninstall. (linux-image and linux-headers. Look for it and take your time to select the right one)
    After that do a update and upgrade via the terminal.
    Code:
    sudo apt-get update && sudo apt-get upgrade
    Dutch speaking; understand English, writing is a bit difficult. Member of: http://forum.ubuntu-nl.org
    be Open be Free be Ubuntu Reg. User #485479
    Ubuntu 13.10 Saucy Salamander - Ubuntu 14.04 Trusty Tahr

  3. #3
    Join Date
    Feb 2010
    Beans
    88
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Booted Previous version

    Thanks for the quick reply.

    Will upgrade change me from 12.04 to 13.04?

  4. #4
    Join Date
    Jan 2009
    Location
    Belgium (Ghent)
    Beans
    481
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Booted Previous version

    No, update is just to renew the packageLIST. Upgrade install effective the new package, but do not a dist-upgrade.
    So, if the list is: 1 2 3 4 5 and the new one is: 1 2 4 5 6 than 3 is to be removed and 6 to be add to the list. But the real files of 3 are not removed and the files of 6 are not adding. That do you by using the upgrade option.

    Moving from 12.04 to 13.04 is not possible. If you want to do it you must do first a dist upgrade to 12.10 and than to 13.04.
    What can is to move from 12.04 to 14.04 next year because there are both LTS versions.
    Last edited by heir4c; October 8th, 2013 at 03:54 PM.
    Dutch speaking; understand English, writing is a bit difficult. Member of: http://forum.ubuntu-nl.org
    be Open be Free be Ubuntu Reg. User #485479
    Ubuntu 13.10 Saucy Salamander - Ubuntu 14.04 Trusty Tahr

  5. #5
    Join Date
    Jan 2009
    Location
    Belgium (Ghent)
    Beans
    481
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Booted Previous version

    Also, after you remove the linux kernel versions do a grub update:
    Code:
    sudo update-grub
    With that you remove the kernel from the grublist.
    Last edited by heir4c; October 8th, 2013 at 09:37 PM.
    Dutch speaking; understand English, writing is a bit difficult. Member of: http://forum.ubuntu-nl.org
    be Open be Free be Ubuntu Reg. User #485479
    Ubuntu 13.10 Saucy Salamander - Ubuntu 14.04 Trusty Tahr

  6. #6
    Join Date
    Feb 2010
    Beans
    88
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Booted Previous version

    Thanks for your help. I am going to try this later today. I'll post how it turns out, hopefully I will click solved!

  7. #7
    Join Date
    Feb 2010
    Beans
    88
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Booted Previous version

    I think it worked. On a restart it went directly to the right version. I did not run update-grub. Does a restart update the grub?

  8. #8
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Booted Previous version

    Quote Originally Posted by theller View Post
    I think it worked. On a restart it went directly to the right version. I did not run update-grub. Does a restart update the grub?
    When the system installs a new kernel it automatically runs update-grub.

    This is the normal behaviour. Not sure what happened in your case but running the updates seems to have sorted it for you.

  9. #9
    Join Date
    Jan 2009
    Location
    Belgium (Ghent)
    Beans
    481
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Booted Previous version

    I'm glad it work. Hopefully it remains so.
    Dutch speaking; understand English, writing is a bit difficult. Member of: http://forum.ubuntu-nl.org
    be Open be Free be Ubuntu Reg. User #485479
    Ubuntu 13.10 Saucy Salamander - Ubuntu 14.04 Trusty Tahr

  10. #10
    Join Date
    Feb 2010
    Beans
    88
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Booted Previous version

    Updates installed a new kernel, that's why the grub was updated.

    Thanks again!

    Beans to heir4c.
    Last edited by theller; October 9th, 2013 at 09:21 PM. Reason: clarify

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •