Hi,
there is a way to upgrade form MInt 18.3 to 19.1. Will it end up using the same kernel etc as the genuine install or will there be limitations?
Best regards
Bernd
19.1 upgrade
Forum rules
Before you post please read how to get help
Before you post please read how to get help
Re: 19.1 upgrade
You mean mint 19 of course, 19.1 won't be out for a while. I'd wait for the official 19 release myself.
Mint 19 won't ship with the same kernel as 18.3, no Linux distro does that. But if you do a web update the kernel isn't updated by default, at least up to now so I'm assuming it'll be the same. This is in case the newer kernel breaks things on your hardware.
However, I wouldn't do a web upgrade to a new major point release myself. It's just not reliable enough, both in Mint and its Ubuntu base. I do a clean reinstall instead, and installing with a separate /home partition helps a lot there.
Mint 19 won't ship with the same kernel as 18.3, no Linux distro does that. But if you do a web update the kernel isn't updated by default, at least up to now so I'm assuming it'll be the same. This is in case the newer kernel breaks things on your hardware.
However, I wouldn't do a web upgrade to a new major point release myself. It's just not reliable enough, both in Mint and its Ubuntu base. I do a clean reinstall instead, and installing with a separate /home partition helps a lot there.
Re: 19.1 upgrade
The final release of Linux Mint 19 is expected end of this week. You can expect instructions for how to upgrade from Linux Mint 18.3 to 19 shortly afterwards. It will be announced on https://blog.linuxmint.com/.

- silfox2000
- Level 3
- Posts: 101
- Joined: Fri Sep 08, 2017 8:13 am
Re: 19.1 upgrade
You most probably meant Mint 19? The development of 19.1 is not even started. Regarding 19 you can read this announcement: https://blog.linuxmint.com/?p=3590
Re: 19.1 upgrade
I fear to do an upgrade from 18.3 to 19. I would just have to do a fresh install
Re: 19.1 upgrade
Same for me. I'm going to do a fresh install on my laptop to test things out. Then move on to my desktop if everything is going great.
- Michael
-
- Level 4
- Posts: 420
- Joined: Tue Jan 08, 2013 11:35 am
- Location: State: Constant Confusion, Country: D'oh
Re: 19.1 upgrade
I also do a clean install. However, I use the same /home partition - like this
- Start up the LiveUSB
- Open a file manager and click on the /home partition to get it mounted. It will usually mount in a location like
/media/mint/[some unique idenfitier]
- Open a terminal window
- Execute command
sudo mv /media/mint/[some unique identifier]/<username> /media/mint/[some unique identifier]/<HoldUsername>
. This gets my user data out of the way of the install. Oh, BTW, repeat this for each user on the system. - Install the new version
- Restart the new install and log in
- Move the data from <HoldUsername> to the new user profile folder
- Log out and then log into the next user account to create the user profile folders
- Move the data from <HoldUsername> to the new user profile folder
- Repeat steps 8 and 9 for each user
- Once all has been tested, delete each of the <HoldUsername> folders
