Dual boot Ubuntu studio with Ubuntu 16.04.4 LTS

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I am running Ubuntu 16.04.4 LTS and I would like to install Ubuntu studio on a separate SSD. These systems will share EFI partition, SWAP partition, home (two different accounts for each installation), and a large partition called video. The root (/) would be on separate drives for each installation.
I tried to start installation on Ubuntu Studio, but the install did not recognize the other Ubuntu even though I mounted the existing EFI partition.
I also tried to create a separate /boot partition that I wanted to share between two systems - did not work.
Already tried this with Fedora but also did not work. The only distribution that was able to detect another OS was openSUSE. Unfortunately openSUSE had massive wayland related issues with my hard drive since fglrx driver was discontinued. Ubuntu has been rock solid so far.
Any suggestions?










share|improve this question





















  • I would not share the home partition between two different flavours of Ubuntu (and the same holds for different versions). Instead you can have your personal files in a separate data partition (and mount it via a custom line in each system's /etc/fstab file.
    – sudodus
    Mar 15 at 11:18










  • That's the same thing. I would not share the same account home directory with both systems. One would be "/home/account1" and another will be "/home/account2" only one will be mounted in each OS.
    – George Osvald
    Mar 15 at 11:48














up vote
0
down vote

favorite












I am running Ubuntu 16.04.4 LTS and I would like to install Ubuntu studio on a separate SSD. These systems will share EFI partition, SWAP partition, home (two different accounts for each installation), and a large partition called video. The root (/) would be on separate drives for each installation.
I tried to start installation on Ubuntu Studio, but the install did not recognize the other Ubuntu even though I mounted the existing EFI partition.
I also tried to create a separate /boot partition that I wanted to share between two systems - did not work.
Already tried this with Fedora but also did not work. The only distribution that was able to detect another OS was openSUSE. Unfortunately openSUSE had massive wayland related issues with my hard drive since fglrx driver was discontinued. Ubuntu has been rock solid so far.
Any suggestions?










share|improve this question





















  • I would not share the home partition between two different flavours of Ubuntu (and the same holds for different versions). Instead you can have your personal files in a separate data partition (and mount it via a custom line in each system's /etc/fstab file.
    – sudodus
    Mar 15 at 11:18










  • That's the same thing. I would not share the same account home directory with both systems. One would be "/home/account1" and another will be "/home/account2" only one will be mounted in each OS.
    – George Osvald
    Mar 15 at 11:48












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am running Ubuntu 16.04.4 LTS and I would like to install Ubuntu studio on a separate SSD. These systems will share EFI partition, SWAP partition, home (two different accounts for each installation), and a large partition called video. The root (/) would be on separate drives for each installation.
I tried to start installation on Ubuntu Studio, but the install did not recognize the other Ubuntu even though I mounted the existing EFI partition.
I also tried to create a separate /boot partition that I wanted to share between two systems - did not work.
Already tried this with Fedora but also did not work. The only distribution that was able to detect another OS was openSUSE. Unfortunately openSUSE had massive wayland related issues with my hard drive since fglrx driver was discontinued. Ubuntu has been rock solid so far.
Any suggestions?










share|improve this question













I am running Ubuntu 16.04.4 LTS and I would like to install Ubuntu studio on a separate SSD. These systems will share EFI partition, SWAP partition, home (two different accounts for each installation), and a large partition called video. The root (/) would be on separate drives for each installation.
I tried to start installation on Ubuntu Studio, but the install did not recognize the other Ubuntu even though I mounted the existing EFI partition.
I also tried to create a separate /boot partition that I wanted to share between two systems - did not work.
Already tried this with Fedora but also did not work. The only distribution that was able to detect another OS was openSUSE. Unfortunately openSUSE had massive wayland related issues with my hard drive since fglrx driver was discontinued. Ubuntu has been rock solid so far.
Any suggestions?







16.04 dual-boot ubuntu-studio






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 15 at 10:58









George Osvald

1




1











  • I would not share the home partition between two different flavours of Ubuntu (and the same holds for different versions). Instead you can have your personal files in a separate data partition (and mount it via a custom line in each system's /etc/fstab file.
    – sudodus
    Mar 15 at 11:18










  • That's the same thing. I would not share the same account home directory with both systems. One would be "/home/account1" and another will be "/home/account2" only one will be mounted in each OS.
    – George Osvald
    Mar 15 at 11:48
















  • I would not share the home partition between two different flavours of Ubuntu (and the same holds for different versions). Instead you can have your personal files in a separate data partition (and mount it via a custom line in each system's /etc/fstab file.
    – sudodus
    Mar 15 at 11:18










  • That's the same thing. I would not share the same account home directory with both systems. One would be "/home/account1" and another will be "/home/account2" only one will be mounted in each OS.
    – George Osvald
    Mar 15 at 11:48















I would not share the home partition between two different flavours of Ubuntu (and the same holds for different versions). Instead you can have your personal files in a separate data partition (and mount it via a custom line in each system's /etc/fstab file.
– sudodus
Mar 15 at 11:18




I would not share the home partition between two different flavours of Ubuntu (and the same holds for different versions). Instead you can have your personal files in a separate data partition (and mount it via a custom line in each system's /etc/fstab file.
– sudodus
Mar 15 at 11:18












That's the same thing. I would not share the same account home directory with both systems. One would be "/home/account1" and another will be "/home/account2" only one will be mounted in each OS.
– George Osvald
Mar 15 at 11:48




That's the same thing. I would not share the same account home directory with both systems. One would be "/home/account1" and another will be "/home/account2" only one will be mounted in each OS.
– George Osvald
Mar 15 at 11:48










1 Answer
1






active

oldest

votes

















up vote
0
down vote













You do not need the installer to recognize another OS to do coinstallation. That is just a convenience feature. What you need now is to boot LiveUSB, run a tool called Gparted, and shrink the existing Ubuntu partition to free up some space, then create an empty partition there. Apply changes, run the installator, and install into the new partition.



Needless to say, one mistake with Gparted, and you lose all your data.



You should not try to share /boot partition between distros, it is a very bad idea for a new user. Actually, if you use EFI, you do not need separate /boot partition at all.






share|improve this answer






















  • Thanks for your comments Barafu. I am not a new user. I have been using Linux since 1995. Redhat, Suse, Debian, Caldera, Slackware, Gentoo, Opensuse, Fedora.......I tried them all and more. I don't need to shrink anything as I was saying that this installation will go into a new SSD. I already tried what you're suggesting and my EFI partition got overwritten by Ubuntu. I do not have time for system reinstall at the moment. I will probably have to clone a disk and try again.
    – George Osvald
    Mar 15 at 11:31










  • EFI partition overwritten? That some absolutely weird stuff, unless you checked the "format" checkbox next to it. You didn't, did you?
    – Barafu Albino
    Mar 15 at 12:18










  • No, I was mounting it only. The only formatted partitions were new root and swap. I also experimented with legacy boot and sharing the same /boot partition for both OS.
    – George Osvald
    Mar 15 at 12:45










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1015134%2fdual-boot-ubuntu-studio-with-ubuntu-16-04-4-lts%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













You do not need the installer to recognize another OS to do coinstallation. That is just a convenience feature. What you need now is to boot LiveUSB, run a tool called Gparted, and shrink the existing Ubuntu partition to free up some space, then create an empty partition there. Apply changes, run the installator, and install into the new partition.



Needless to say, one mistake with Gparted, and you lose all your data.



You should not try to share /boot partition between distros, it is a very bad idea for a new user. Actually, if you use EFI, you do not need separate /boot partition at all.






share|improve this answer






















  • Thanks for your comments Barafu. I am not a new user. I have been using Linux since 1995. Redhat, Suse, Debian, Caldera, Slackware, Gentoo, Opensuse, Fedora.......I tried them all and more. I don't need to shrink anything as I was saying that this installation will go into a new SSD. I already tried what you're suggesting and my EFI partition got overwritten by Ubuntu. I do not have time for system reinstall at the moment. I will probably have to clone a disk and try again.
    – George Osvald
    Mar 15 at 11:31










  • EFI partition overwritten? That some absolutely weird stuff, unless you checked the "format" checkbox next to it. You didn't, did you?
    – Barafu Albino
    Mar 15 at 12:18










  • No, I was mounting it only. The only formatted partitions were new root and swap. I also experimented with legacy boot and sharing the same /boot partition for both OS.
    – George Osvald
    Mar 15 at 12:45














up vote
0
down vote













You do not need the installer to recognize another OS to do coinstallation. That is just a convenience feature. What you need now is to boot LiveUSB, run a tool called Gparted, and shrink the existing Ubuntu partition to free up some space, then create an empty partition there. Apply changes, run the installator, and install into the new partition.



Needless to say, one mistake with Gparted, and you lose all your data.



You should not try to share /boot partition between distros, it is a very bad idea for a new user. Actually, if you use EFI, you do not need separate /boot partition at all.






share|improve this answer






















  • Thanks for your comments Barafu. I am not a new user. I have been using Linux since 1995. Redhat, Suse, Debian, Caldera, Slackware, Gentoo, Opensuse, Fedora.......I tried them all and more. I don't need to shrink anything as I was saying that this installation will go into a new SSD. I already tried what you're suggesting and my EFI partition got overwritten by Ubuntu. I do not have time for system reinstall at the moment. I will probably have to clone a disk and try again.
    – George Osvald
    Mar 15 at 11:31










  • EFI partition overwritten? That some absolutely weird stuff, unless you checked the "format" checkbox next to it. You didn't, did you?
    – Barafu Albino
    Mar 15 at 12:18










  • No, I was mounting it only. The only formatted partitions were new root and swap. I also experimented with legacy boot and sharing the same /boot partition for both OS.
    – George Osvald
    Mar 15 at 12:45












up vote
0
down vote










up vote
0
down vote









You do not need the installer to recognize another OS to do coinstallation. That is just a convenience feature. What you need now is to boot LiveUSB, run a tool called Gparted, and shrink the existing Ubuntu partition to free up some space, then create an empty partition there. Apply changes, run the installator, and install into the new partition.



Needless to say, one mistake with Gparted, and you lose all your data.



You should not try to share /boot partition between distros, it is a very bad idea for a new user. Actually, if you use EFI, you do not need separate /boot partition at all.






share|improve this answer














You do not need the installer to recognize another OS to do coinstallation. That is just a convenience feature. What you need now is to boot LiveUSB, run a tool called Gparted, and shrink the existing Ubuntu partition to free up some space, then create an empty partition there. Apply changes, run the installator, and install into the new partition.



Needless to say, one mistake with Gparted, and you lose all your data.



You should not try to share /boot partition between distros, it is a very bad idea for a new user. Actually, if you use EFI, you do not need separate /boot partition at all.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 15 at 11:53









Arronical

12.7k84589




12.7k84589










answered Mar 15 at 11:17









Barafu Albino

4,79311732




4,79311732











  • Thanks for your comments Barafu. I am not a new user. I have been using Linux since 1995. Redhat, Suse, Debian, Caldera, Slackware, Gentoo, Opensuse, Fedora.......I tried them all and more. I don't need to shrink anything as I was saying that this installation will go into a new SSD. I already tried what you're suggesting and my EFI partition got overwritten by Ubuntu. I do not have time for system reinstall at the moment. I will probably have to clone a disk and try again.
    – George Osvald
    Mar 15 at 11:31










  • EFI partition overwritten? That some absolutely weird stuff, unless you checked the "format" checkbox next to it. You didn't, did you?
    – Barafu Albino
    Mar 15 at 12:18










  • No, I was mounting it only. The only formatted partitions were new root and swap. I also experimented with legacy boot and sharing the same /boot partition for both OS.
    – George Osvald
    Mar 15 at 12:45
















  • Thanks for your comments Barafu. I am not a new user. I have been using Linux since 1995. Redhat, Suse, Debian, Caldera, Slackware, Gentoo, Opensuse, Fedora.......I tried them all and more. I don't need to shrink anything as I was saying that this installation will go into a new SSD. I already tried what you're suggesting and my EFI partition got overwritten by Ubuntu. I do not have time for system reinstall at the moment. I will probably have to clone a disk and try again.
    – George Osvald
    Mar 15 at 11:31










  • EFI partition overwritten? That some absolutely weird stuff, unless you checked the "format" checkbox next to it. You didn't, did you?
    – Barafu Albino
    Mar 15 at 12:18










  • No, I was mounting it only. The only formatted partitions were new root and swap. I also experimented with legacy boot and sharing the same /boot partition for both OS.
    – George Osvald
    Mar 15 at 12:45















Thanks for your comments Barafu. I am not a new user. I have been using Linux since 1995. Redhat, Suse, Debian, Caldera, Slackware, Gentoo, Opensuse, Fedora.......I tried them all and more. I don't need to shrink anything as I was saying that this installation will go into a new SSD. I already tried what you're suggesting and my EFI partition got overwritten by Ubuntu. I do not have time for system reinstall at the moment. I will probably have to clone a disk and try again.
– George Osvald
Mar 15 at 11:31




Thanks for your comments Barafu. I am not a new user. I have been using Linux since 1995. Redhat, Suse, Debian, Caldera, Slackware, Gentoo, Opensuse, Fedora.......I tried them all and more. I don't need to shrink anything as I was saying that this installation will go into a new SSD. I already tried what you're suggesting and my EFI partition got overwritten by Ubuntu. I do not have time for system reinstall at the moment. I will probably have to clone a disk and try again.
– George Osvald
Mar 15 at 11:31












EFI partition overwritten? That some absolutely weird stuff, unless you checked the "format" checkbox next to it. You didn't, did you?
– Barafu Albino
Mar 15 at 12:18




EFI partition overwritten? That some absolutely weird stuff, unless you checked the "format" checkbox next to it. You didn't, did you?
– Barafu Albino
Mar 15 at 12:18












No, I was mounting it only. The only formatted partitions were new root and swap. I also experimented with legacy boot and sharing the same /boot partition for both OS.
– George Osvald
Mar 15 at 12:45




No, I was mounting it only. The only formatted partitions were new root and swap. I also experimented with legacy boot and sharing the same /boot partition for both OS.
– George Osvald
Mar 15 at 12:45

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1015134%2fdual-boot-ubuntu-studio-with-ubuntu-16-04-4-lts%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error

How do I move numbers in filenames, in a batch renaming operation?