LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 03-13-2017, 08:44 PM   #1
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Rep: Reputation: 17
Question help : update manager : level 5 updates (linux firmware and linux kernel)


I have regularly updated my linux mint systems for years. But long ago I enabled level 5 files to update, which I believe were always "linux firmware" and "linux kernel [various versions]" and my system stopped working and I had to re-install linux. Since then I never enable update of level 5 files.

However, I just finished building two new Ryzen 7 1800X systems and want to install Linux Mint 18.1 on one or both. Since Ryzen support is presumably relatively poor at the moment, but improving rapidly, I have to assume I should enable these updates whenever they become available.

So my question is... how safe is this to do?

In fact, as of today, will I be able to install Linux Mint 18.1 on a brand new Ryzen 7 1800X system (of my own construction)? I'm okay if not everything works perfectly for the next couple weeks or months, but obviously not okay with wasting my time if the known result will be "won't work at all".

I'd love to hear answers here, but also will appreciate any links to discussions of these level 5 updates.
 
Old 03-13-2017, 09:56 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,118

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Phoronix or tomshardware are usually good places to see reviews. Seems like 4.10 is the level to be at - I'd doubt that is even in the Mint lists, but haven't checked.
FWIW I just removed the level 5 stuff from Mint in this house - not my machine, caused too many questions. I use Fedora running Linus rc kernels so I can keep an eye on latest developments.
 
Old 03-20-2017, 09:28 AM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
I personally don't have a problem with level 5 updates (my mintupdate preferences are set to show these but not auto-check them as I like to see what's going through the pipe).

The thing to remember is that these levels are a Mint invention. If you run the normal sudo apt-get update, sudo apt-get upgrade combination on the command line, it knows nothing of these levels. The levels are meant to protect more naive users who wouldn't, for example, know how to roll back the kernel or know what do if faced with a before/after configuration file question during installation.

The key, and this should apply no matter your system, is to take fairly regular images or backups of your system. Then, if anything goes mega awry, you can roll back to a previous installation state. Generally, if you have to reinstall your system then you haven't been doing things right (although admittedly a reinstall is a good idea from time to time, say every couple of years when a new major version of the distro comes out, in order to clean up some of the crud that's accumulated).

In summary, level 5 updates are safe if you're protected by having backups and you have the knowledge of how to roll back a kernel version if required.
 
1 members found this post helpful.
Old 03-21-2017, 06:24 PM   #4
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Original Poster
Rep: Reputation: 17
good advice - suggest how to implement

Quote:
Originally Posted by hydrurga View Post
I personally don't have a problem with level 5 updates (my mintupdate preferences are set to show these but not auto-check them as I like to see what's going through the pipe).

The thing to remember is that these levels are a Mint invention. If you run the normal sudo apt-get update, sudo apt-get upgrade combination on the command line, it knows nothing of these levels. The levels are meant to protect more naive users who wouldn't, for example, know how to roll back the kernel or know what do if faced with a before/after configuration file question during installation.

The key, and this should apply no matter your system, is to take fairly regular images or backups of your system. Then, if anything goes mega awry, you can roll back to a previous installation state. Generally, if you have to reinstall your system then you haven't been doing things right (although admittedly a reinstall is a good idea from time to time, say every couple of years when a new major version of the distro comes out, in order to clean up some of the crud that's accumulated).

In summary, level 5 updates are safe if you're protected by having backups and you have the knowledge of how to roll back a kernel version if required.
This sounds like good advice to me. But it raises a few practical questions.

First, since I just built new Ryzen 1800X systems to replace my hardware/firmware/software development systems, the new kernels are important to me (since Ryzen support and bug-fixes are coming hot and heavy now that Ryzen is out in the wild). But when I installed them, my system would crash then "fallback' (whatever that means)... or not even boot with one set of kernel files.

And no, I don't know how to roll them back. Can you tell me how to do that, or link to a "rollback for dummies" article?

Also, can you suggest how to create images? I used to do that regularly on Windoze with a software application that actually worked for me (and made some sense to me), but every Linux back application I read about just left me so totally confused I was more afraid to try it than not. As a hint to help you give me the best advice for me, I'm someone who doesn't trust "fancy". And so, I always did "complete images" with no "incremental" or other tricky business (and so, naturally, all restores were full restores). When I partition my disk (or lately, SSD) when I install Linux, I try to simplify this process a bit by creating the following four primary partitions: "/boot" (1GB), "swap" (32GB), "/" (32GB), "/home" (~180GB to ~420GB depending on SSD size). Which MIGHT mean (you tell me) it is reasonable to save and restore just "/boot" and/or "/"... or "/home" (assuming that doesn't cause Linux to freak out somehow, due to info in one partition that gets outta sync with what is in other (just restored) partitions).

Also, if level 5 is supposed to be [fairly] safe... why have I gotten crashes and failure to boot every time I installed them?
 
Old 03-21-2017, 08:30 PM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by maxreason View Post
This sounds like good advice to me. But it raises a few practical questions.

First, since I just built new Ryzen 1800X systems to replace my hardware/firmware/software development systems, the new kernels are important to me (since Ryzen support and bug-fixes are coming hot and heavy now that Ryzen is out in the wild). But when I installed them, my system would crash then "fallback' (whatever that means)... or not even boot with one set of kernel files.

And no, I don't know how to roll them back. Can you tell me how to do that, or link to a "rollback for dummies" article?

Also, can you suggest how to create images? I used to do that regularly on Windoze with a software application that actually worked for me (and made some sense to me), but every Linux back application I read about just left me so totally confused I was more afraid to try it than not. As a hint to help you give me the best advice for me, I'm someone who doesn't trust "fancy". And so, I always did "complete images" with no "incremental" or other tricky business (and so, naturally, all restores were full restores). When I partition my disk (or lately, SSD) when I install Linux, I try to simplify this process a bit by creating the following four primary partitions: "/boot" (1GB), "swap" (32GB), "/" (32GB), "/home" (~180GB to ~420GB depending on SSD size). Which MIGHT mean (you tell me) it is reasonable to save and restore just "/boot" and/or "/"... or "/home" (assuming that doesn't cause Linux to freak out somehow, due to info in one partition that gets outta sync with what is in other (just restored) partitions).

Also, if level 5 is supposed to be [fairly] safe... why have I gotten crashes and failure to boot every time I installed them?
Do you see a Grub boot menu when you boot your machine, if even for a very short period of time (if not, see https://forums.linuxmint.com/viewtopic.php?t=55370)? The entries on that menu allow you to choose to boot from an installed kernel other than the one that is the default (normally the latest installed). Once booted, you can remove the non-working kernel using View->Linux kernels in mintupdate (and then ensure you don't choose to install it again, skipping until the next kernel version hits the repository).

I come originally from the world of Windows too. I still use a Macrium Reflect bootable USB stick (actually on a YUMI multiboot stick) to image my partitions to an external hard drive because I'm used to it and it works a treat. However you do need Windows in order to install Macrium Reflect and initially generate that bootable ISO (I use my VirtualBox Windows VM on Linux Mint to do so). The most quoted Linux alternative is CloneZilla Live.

I image /, /home and /home/data (a creation of mine as I like to keep the personal configuration directories and documents/data directories separate) - if I've ever had what appears to be a pretty fundamental system problem then I've restored the first two of these partitions (for exactly the reason you cite, to keep things in sync). I've never had to restore the data partition (but incidentally I also incrementally mirror the files in /home/data from time to time to an external hard drive using FreeFileSync on a file-by-file basis, and sometimes I've had need to drag a file or two back from there if for example I've made an error in editing a document and saved it).

I can't answer your final question I'm afraid, but it certainly doesn't sound normal. Perhaps you should start a new thread in the Hardware section, citing a particular occasion that arises, to see if anyone has any ideas. It could well be Ryzen-related.
 
Old 03-27-2017, 01:27 AM   #6
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Original Poster
Rep: Reputation: 17
I'm still trying to figure out how to make new kernels work on my new computers to improve support for my Ryzen CPUs.

I'm still trying to decide what software is best to create (and re-install) partition images.

So... a few more questions:

#1: Is it likely the reason new kernels crash is because the nvidia drivers are matched to the previous kernel? So far I have not been pushing my nvidia drivers past the newest version suggested by linux mint (which is 375.39 if memory serves). But I sorta half remember they may be "matched" to the kernel somehow. Which makes me wonder... do I need to reinstall them for the new kernel? But if the new kernel always crashes on startup, how can I even do that (since it presumably "falls back" to a previous kernel)?

#2: What partitions do I need to back-up to "undo" a crash of a newly installed kernel? Just "/boot"? Just "root" AKA "/"? Both of them? Am I correct to assume that "/home" doesn't really need to "stay in sync" with "/boot" and "/" partitions, and thus can be backed-up and restored independently (if and when specific reasons arise)?

#3: I just built multiple new Ryzen systems with 100% identical components (except for the moment one has GTX680 GPU and the other has a GTX580 GPU, which from past experience both run with identical drivers). So does that mean that when I get one of them working, and make a backup image of "/boot" and/or "/" [and "/home"], I can restore those partitions onto the OTHER identical systems as a way to install the latest-and-greatest? I understand this doesn't work unless I have exactly the same CPU, motherboard and other components in the system, but with the minor exception of the GPU, that is exactly the case.

PS: If there is a really good [and thorough] article somewhere about installing [and removing] new kernels on Mint v18.01 (or in general), I'd love a link to that.

Thanks!

Last edited by maxreason; 03-28-2017 at 12:58 AM.
 
Old 03-27-2017, 05:43 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by maxreason View Post
I'm still trying to figure out how to make new kernels work on my new computers to improve support for my Ryzen CPUs.

I'm still trying to decide what software is best to create (and re-install) partition images.

So... a few more questions:

#1: Is it likely the reason new kernels crash is because the nvidia drivers are matched to the previous kernel? So far I have not been pushing my nvidia drivers past the newest version suggested by linux mint (which is 375.39 if memory serves). But I sorta half remember they may be "matched" to the kernel somehow. Which makes me wonder... do I need to reinstall them for the new kernel? But if the new kernel always crashes on startup, how can I even do that (since it presumably "falls back" to a previous kernel)?

#2: What partitions do I need to back-up to "undo" a crash of a newly installed kernel? Just "/boot"? Just "root" AKA "/"? Both of them? Am I correct to assume that "/home" doesn't really need to "stay in sync" with "/boot" and "/" partitions, and thus can be backed-up and restored independently (if and when specific reasons arise)?

#3: I just built multiple new Ryzen systems with 100% identical components (except for the moment one has GTX680 GPU and the other has a GTX580 GPU, which from past experience both run with identical drivers). So does that mean that when I get one of them working, and make a backup image of "/boot" and/or "/" [and "/home"], I can restore those partitions onto the OTHER identical systems as a way to install the latest-and-greatest? I understand this doesn't work unless I have exactly the same CPU, motherboard and other components in the system, but with the minor exception of the GPU, that is exactly the case.

PS: If there is a really good [and thorough] article somewhere about installing [and removing] new kernels on Mint v18.10 (or in general), I'd love a link to that.

Thanks!
#1 - No idea. Perhaps you could ask that in a new thread.

#2 - You don't need backup images to roll back from an malfunctioning new kernel to a previously functional kernel, you just use the Grub menu options to do that (see the first paragraph in my earlier answer).

#2 - As per my earlier answer, I tend to restore / and /home at the same time, although it's not really necessary. You should be fine treating them independently.

#3 - I imagine that you would be fine with the same image. That's how some folk install operating systems on many computers with identical hardware.

PS - Have a look around to see if you could find such an article (have a look for Ubuntu as well as there is much common ground). I merely install new kernels when they are suggested by mintupdate or apt-get upgrade, and always keep three generations of kernel available by deleting older ones through mintupdate. It's Mint 18.1 by the way, not Mint 18.10.
 
  


Reply

Tags
linux firmware, linux kernels, linux mint, ryzen, updates


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Should I Down Load Level 5 linux-firmware 1.127.22 and linux (headers for development)? happydog500 Linux - Kernel 3 08-28-2016 06:16 PM
Linux Mint 17.3 Cinnamon: Can I Undo Level 3 Updates Made By Update Manager? anon298 Linux - Newbie 7 08-19-2016 08:08 AM
Linux mint 17.1 has lost views of updates in update manager. bchasc Linux - Newbie 1 12-09-2014 09:18 PM
How to check FIRMWARE Level in Redhat Linux ? redhat70 Linux - Server 2 01-12-2013 03:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 11:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration