6

I want to install Ubuntu Studio and I'm aware that it uses a different Linux kernel than normal Ubuntu. Is it possible to install both kernels and chose which one to use on every startup? And if yes, how do I do that?

I'm not very experienced. Also tell me if there are other more differences between Ubuntu and Ubuntu Studio other than the Linux kernel and the preinstalled software they have. Thanks in advance :)

Tim
  • 33,500
842Mono
  • 10,070

2 Answers2

4

You can install both kernels :Generic Ubuntu kernel linux-generic and Low Latency Ubuntu Studio kernel linux-lowlatency. On boot press Shift, to get Grub boot menu, then choose advanced.

  • If you have installed Ubuntu Studio, install generic kernel:

    sudo apt-get install linux-generic
    
  • If you have installed Ubuntu Desktop, then convert it to Ubuntu Studio if you like (skip it if you don't want, you can install just the kernel)

    sudo apt-get install ubuntustudio-*
    

    Install low latency kernal:

    sudo apt-get install linux-lowlatency
    
user.dz
  • 49,176
0

You can safely install both Ubuntu and Ubuntu studio on the same system but I would not use Ubuntu kernels with Ubuntu studio.

Especially if you're interested in video/audio editing where those studio kernels have specific timings adjustments to fit application needs.