How to install multiple linux distributions on a single machine? [on hold]
Clash Royale CLAN TAG#URR8PPP
up vote
-2
down vote
favorite
I want to install multiple linux distributions on my laptop from scratch. I have created an efi, linux swap, and ext4 partitions. And I have installed Manjaro linux as my primary os. The boot flag of efi partion is bootefi and that of ext4 is . I want to install multiple linux distributions along with it. I have tried installing ubuntu with mount point as but it says the bootloader is unable to open. And the installation gets terminated. On the grub menu in manjaro linux it is not showing any installed operating systems.
linux
New contributor
put on hold as unclear what you're asking by dirkt, Goro, sebasth, RalfFriedl, Thomas 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
 |Â
show 1 more comment
up vote
-2
down vote
favorite
I want to install multiple linux distributions on my laptop from scratch. I have created an efi, linux swap, and ext4 partitions. And I have installed Manjaro linux as my primary os. The boot flag of efi partion is bootefi and that of ext4 is . I want to install multiple linux distributions along with it. I have tried installing ubuntu with mount point as but it says the bootloader is unable to open. And the installation gets terminated. On the grub menu in manjaro linux it is not showing any installed operating systems.
linux
New contributor
put on hold as unclear what you're asking by dirkt, Goro, sebasth, RalfFriedl, Thomas 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Your question is unclear, for start show the output ofparted -l
. Generally the boot partition formatted as fat32 should contain bootloader and all kernels, and all systems should be on separate partitions formatted as ext4 (or other linux-like filesystem).
â jimmij
Oct 4 at 8:30
I want to install another operating system on this machine, but while installing it says that the grub is not able to install .
â Harsh Raj Singh
Oct 4 at 13:19
1
Your first partition (with fat32 fs) should have boot flag; msftdata is used exclusively for microsoft windows. You can change this with parted or even simpler gparted. Then create new partition with ext4 fs for new system. And then install ubuntu from liveusb. Oh, and please don't include pictures in posts, copy-paste text.
â jimmij
Oct 4 at 13:36
Welcome. The ubuntu installer fail to create the/
partition. As sayed @jimmij , it is better to create the root partition from the existing OS.
â GAD3R
Oct 4 at 13:45
I have boot flag and efi flag in the efi file system. My problem is when I try to install another operating system along with it. The installer says that it is unable to install grub menu.
â Harsh Raj Singh
Oct 4 at 15:01
 |Â
show 1 more comment
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I want to install multiple linux distributions on my laptop from scratch. I have created an efi, linux swap, and ext4 partitions. And I have installed Manjaro linux as my primary os. The boot flag of efi partion is bootefi and that of ext4 is . I want to install multiple linux distributions along with it. I have tried installing ubuntu with mount point as but it says the bootloader is unable to open. And the installation gets terminated. On the grub menu in manjaro linux it is not showing any installed operating systems.
linux
New contributor
I want to install multiple linux distributions on my laptop from scratch. I have created an efi, linux swap, and ext4 partitions. And I have installed Manjaro linux as my primary os. The boot flag of efi partion is bootefi and that of ext4 is . I want to install multiple linux distributions along with it. I have tried installing ubuntu with mount point as but it says the bootloader is unable to open. And the installation gets terminated. On the grub menu in manjaro linux it is not showing any installed operating systems.
linux
linux
New contributor
New contributor
edited Oct 4 at 15:05
New contributor
asked Oct 4 at 8:21
Harsh Raj Singh
61
61
New contributor
New contributor
put on hold as unclear what you're asking by dirkt, Goro, sebasth, RalfFriedl, Thomas 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by dirkt, Goro, sebasth, RalfFriedl, Thomas 2 days ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Your question is unclear, for start show the output ofparted -l
. Generally the boot partition formatted as fat32 should contain bootloader and all kernels, and all systems should be on separate partitions formatted as ext4 (or other linux-like filesystem).
â jimmij
Oct 4 at 8:30
I want to install another operating system on this machine, but while installing it says that the grub is not able to install .
â Harsh Raj Singh
Oct 4 at 13:19
1
Your first partition (with fat32 fs) should have boot flag; msftdata is used exclusively for microsoft windows. You can change this with parted or even simpler gparted. Then create new partition with ext4 fs for new system. And then install ubuntu from liveusb. Oh, and please don't include pictures in posts, copy-paste text.
â jimmij
Oct 4 at 13:36
Welcome. The ubuntu installer fail to create the/
partition. As sayed @jimmij , it is better to create the root partition from the existing OS.
â GAD3R
Oct 4 at 13:45
I have boot flag and efi flag in the efi file system. My problem is when I try to install another operating system along with it. The installer says that it is unable to install grub menu.
â Harsh Raj Singh
Oct 4 at 15:01
 |Â
show 1 more comment
2
Your question is unclear, for start show the output ofparted -l
. Generally the boot partition formatted as fat32 should contain bootloader and all kernels, and all systems should be on separate partitions formatted as ext4 (or other linux-like filesystem).
â jimmij
Oct 4 at 8:30
I want to install another operating system on this machine, but while installing it says that the grub is not able to install .
â Harsh Raj Singh
Oct 4 at 13:19
1
Your first partition (with fat32 fs) should have boot flag; msftdata is used exclusively for microsoft windows. You can change this with parted or even simpler gparted. Then create new partition with ext4 fs for new system. And then install ubuntu from liveusb. Oh, and please don't include pictures in posts, copy-paste text.
â jimmij
Oct 4 at 13:36
Welcome. The ubuntu installer fail to create the/
partition. As sayed @jimmij , it is better to create the root partition from the existing OS.
â GAD3R
Oct 4 at 13:45
I have boot flag and efi flag in the efi file system. My problem is when I try to install another operating system along with it. The installer says that it is unable to install grub menu.
â Harsh Raj Singh
Oct 4 at 15:01
2
2
Your question is unclear, for start show the output of
parted -l
. Generally the boot partition formatted as fat32 should contain bootloader and all kernels, and all systems should be on separate partitions formatted as ext4 (or other linux-like filesystem).â jimmij
Oct 4 at 8:30
Your question is unclear, for start show the output of
parted -l
. Generally the boot partition formatted as fat32 should contain bootloader and all kernels, and all systems should be on separate partitions formatted as ext4 (or other linux-like filesystem).â jimmij
Oct 4 at 8:30
I want to install another operating system on this machine, but while installing it says that the grub is not able to install .
â Harsh Raj Singh
Oct 4 at 13:19
I want to install another operating system on this machine, but while installing it says that the grub is not able to install .
â Harsh Raj Singh
Oct 4 at 13:19
1
1
Your first partition (with fat32 fs) should have boot flag; msftdata is used exclusively for microsoft windows. You can change this with parted or even simpler gparted. Then create new partition with ext4 fs for new system. And then install ubuntu from liveusb. Oh, and please don't include pictures in posts, copy-paste text.
â jimmij
Oct 4 at 13:36
Your first partition (with fat32 fs) should have boot flag; msftdata is used exclusively for microsoft windows. You can change this with parted or even simpler gparted. Then create new partition with ext4 fs for new system. And then install ubuntu from liveusb. Oh, and please don't include pictures in posts, copy-paste text.
â jimmij
Oct 4 at 13:36
Welcome. The ubuntu installer fail to create the
/
partition. As sayed @jimmij , it is better to create the root partition from the existing OS.â GAD3R
Oct 4 at 13:45
Welcome. The ubuntu installer fail to create the
/
partition. As sayed @jimmij , it is better to create the root partition from the existing OS.â GAD3R
Oct 4 at 13:45
I have boot flag and efi flag in the efi file system. My problem is when I try to install another operating system along with it. The installer says that it is unable to install grub menu.
â Harsh Raj Singh
Oct 4 at 15:01
I have boot flag and efi flag in the efi file system. My problem is when I try to install another operating system along with it. The installer says that it is unable to install grub menu.
â Harsh Raj Singh
Oct 4 at 15:01
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
Your question is unclear, for start show the output of
parted -l
. Generally the boot partition formatted as fat32 should contain bootloader and all kernels, and all systems should be on separate partitions formatted as ext4 (or other linux-like filesystem).â jimmij
Oct 4 at 8:30
I want to install another operating system on this machine, but while installing it says that the grub is not able to install .
â Harsh Raj Singh
Oct 4 at 13:19
1
Your first partition (with fat32 fs) should have boot flag; msftdata is used exclusively for microsoft windows. You can change this with parted or even simpler gparted. Then create new partition with ext4 fs for new system. And then install ubuntu from liveusb. Oh, and please don't include pictures in posts, copy-paste text.
â jimmij
Oct 4 at 13:36
Welcome. The ubuntu installer fail to create the
/
partition. As sayed @jimmij , it is better to create the root partition from the existing OS.â GAD3R
Oct 4 at 13:45
I have boot flag and efi flag in the efi file system. My problem is when I try to install another operating system along with it. The installer says that it is unable to install grub menu.
â Harsh Raj Singh
Oct 4 at 15:01