Is it possible to triple boot given the following partition state?
I have the following partitions on my drive:
I have researched online that it's not possible to have more than 4 primary partitions. I am not sure these are primary partitions, so will I be able to install windows as triple boot, I have Ubuntu and Kali dual booting as of now. If no, what can I do to be able to do so.
ubuntu boot kali-linux dual-boot
add a comment |
I have the following partitions on my drive:
I have researched online that it's not possible to have more than 4 primary partitions. I am not sure these are primary partitions, so will I be able to install windows as triple boot, I have Ubuntu and Kali dual booting as of now. If no, what can I do to be able to do so.
ubuntu boot kali-linux dual-boot
1
Set up a virtual machine and test there. If you're a newbie, what are you using Kali for?
– Kusalananda
Feb 6 at 7:50
@Kusalananda That's the catch. I had to install kali for a workshop (and yes installing in Vm wouldn't have worked). Now I am trying to triple boot. Isn't it possible?
– yobro97
Feb 6 at 8:08
1
Out of interest, what kind of workshop uses Kali?
– Sparhawk
Feb 6 at 8:20
add a comment |
I have the following partitions on my drive:
I have researched online that it's not possible to have more than 4 primary partitions. I am not sure these are primary partitions, so will I be able to install windows as triple boot, I have Ubuntu and Kali dual booting as of now. If no, what can I do to be able to do so.
ubuntu boot kali-linux dual-boot
I have the following partitions on my drive:
I have researched online that it's not possible to have more than 4 primary partitions. I am not sure these are primary partitions, so will I be able to install windows as triple boot, I have Ubuntu and Kali dual booting as of now. If no, what can I do to be able to do so.
ubuntu boot kali-linux dual-boot
ubuntu boot kali-linux dual-boot
edited Feb 6 at 7:57
Rui F Ribeiro
40.3k1479137
40.3k1479137
asked Feb 6 at 7:41
yobro97yobro97
1041
1041
1
Set up a virtual machine and test there. If you're a newbie, what are you using Kali for?
– Kusalananda
Feb 6 at 7:50
@Kusalananda That's the catch. I had to install kali for a workshop (and yes installing in Vm wouldn't have worked). Now I am trying to triple boot. Isn't it possible?
– yobro97
Feb 6 at 8:08
1
Out of interest, what kind of workshop uses Kali?
– Sparhawk
Feb 6 at 8:20
add a comment |
1
Set up a virtual machine and test there. If you're a newbie, what are you using Kali for?
– Kusalananda
Feb 6 at 7:50
@Kusalananda That's the catch. I had to install kali for a workshop (and yes installing in Vm wouldn't have worked). Now I am trying to triple boot. Isn't it possible?
– yobro97
Feb 6 at 8:08
1
Out of interest, what kind of workshop uses Kali?
– Sparhawk
Feb 6 at 8:20
1
1
Set up a virtual machine and test there. If you're a newbie, what are you using Kali for?
– Kusalananda
Feb 6 at 7:50
Set up a virtual machine and test there. If you're a newbie, what are you using Kali for?
– Kusalananda
Feb 6 at 7:50
@Kusalananda That's the catch. I had to install kali for a workshop (and yes installing in Vm wouldn't have worked). Now I am trying to triple boot. Isn't it possible?
– yobro97
Feb 6 at 8:08
@Kusalananda That's the catch. I had to install kali for a workshop (and yes installing in Vm wouldn't have worked). Now I am trying to triple boot. Isn't it possible?
– yobro97
Feb 6 at 8:08
1
1
Out of interest, what kind of workshop uses Kali?
– Sparhawk
Feb 6 at 8:20
Out of interest, what kind of workshop uses Kali?
– Sparhawk
Feb 6 at 8:20
add a comment |
1 Answer
1
active
oldest
votes
The restriction of only 4 primary partitions, and indeed the entire concept of primary partitions applies only to the classic MBR partitioning scheme.
Systems that use UEFI will normally use GPT partitioning scheme, in which there are no primary nor extended partitions; all partitions are equal, and the maximum limit will be 128 or more. So if your system uses GPT partitioning, you could add as many UEFI-bootable operating systems as your free disk space allows, and triple/quadruple/n-tuple boot.
In gparted
, click on View
-> Device information
and then look at the Partition table:
row to identify the type of your disk's partitioning scheme.
If you want to install Windows as any other than the first installed OS on the system, you might want to pre-create the partitions needed by Windows to match the layout described in this Microsoft document and then proceed very carefully through the choice of the installation destination in the Windows installer: it tends to offer "overwrite the whole disk and install only Windows on it" as the first choice, and any other options may be behind some "advanced options" selection.
I would like to add to this that a hard disk should only contain one EFI System Partition that is common to all operating systems. And yes, you can have more than 128 partitions, bazillions in fact, if you enlarge the partition table from the usual 128 entries.
– Johan Myréen
Feb 6 at 9:51
... assuming that your system firmware and the operating system(s) support such an extension, of course. Although the GPT standard can allow such an extension, the implementations might not support it in practice. But even 128 partitions should be plenty for most uses.
– telcoM
Feb 6 at 9:55
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498985%2fis-it-possible-to-triple-boot-given-the-following-partition-state%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The restriction of only 4 primary partitions, and indeed the entire concept of primary partitions applies only to the classic MBR partitioning scheme.
Systems that use UEFI will normally use GPT partitioning scheme, in which there are no primary nor extended partitions; all partitions are equal, and the maximum limit will be 128 or more. So if your system uses GPT partitioning, you could add as many UEFI-bootable operating systems as your free disk space allows, and triple/quadruple/n-tuple boot.
In gparted
, click on View
-> Device information
and then look at the Partition table:
row to identify the type of your disk's partitioning scheme.
If you want to install Windows as any other than the first installed OS on the system, you might want to pre-create the partitions needed by Windows to match the layout described in this Microsoft document and then proceed very carefully through the choice of the installation destination in the Windows installer: it tends to offer "overwrite the whole disk and install only Windows on it" as the first choice, and any other options may be behind some "advanced options" selection.
I would like to add to this that a hard disk should only contain one EFI System Partition that is common to all operating systems. And yes, you can have more than 128 partitions, bazillions in fact, if you enlarge the partition table from the usual 128 entries.
– Johan Myréen
Feb 6 at 9:51
... assuming that your system firmware and the operating system(s) support such an extension, of course. Although the GPT standard can allow such an extension, the implementations might not support it in practice. But even 128 partitions should be plenty for most uses.
– telcoM
Feb 6 at 9:55
add a comment |
The restriction of only 4 primary partitions, and indeed the entire concept of primary partitions applies only to the classic MBR partitioning scheme.
Systems that use UEFI will normally use GPT partitioning scheme, in which there are no primary nor extended partitions; all partitions are equal, and the maximum limit will be 128 or more. So if your system uses GPT partitioning, you could add as many UEFI-bootable operating systems as your free disk space allows, and triple/quadruple/n-tuple boot.
In gparted
, click on View
-> Device information
and then look at the Partition table:
row to identify the type of your disk's partitioning scheme.
If you want to install Windows as any other than the first installed OS on the system, you might want to pre-create the partitions needed by Windows to match the layout described in this Microsoft document and then proceed very carefully through the choice of the installation destination in the Windows installer: it tends to offer "overwrite the whole disk and install only Windows on it" as the first choice, and any other options may be behind some "advanced options" selection.
I would like to add to this that a hard disk should only contain one EFI System Partition that is common to all operating systems. And yes, you can have more than 128 partitions, bazillions in fact, if you enlarge the partition table from the usual 128 entries.
– Johan Myréen
Feb 6 at 9:51
... assuming that your system firmware and the operating system(s) support such an extension, of course. Although the GPT standard can allow such an extension, the implementations might not support it in practice. But even 128 partitions should be plenty for most uses.
– telcoM
Feb 6 at 9:55
add a comment |
The restriction of only 4 primary partitions, and indeed the entire concept of primary partitions applies only to the classic MBR partitioning scheme.
Systems that use UEFI will normally use GPT partitioning scheme, in which there are no primary nor extended partitions; all partitions are equal, and the maximum limit will be 128 or more. So if your system uses GPT partitioning, you could add as many UEFI-bootable operating systems as your free disk space allows, and triple/quadruple/n-tuple boot.
In gparted
, click on View
-> Device information
and then look at the Partition table:
row to identify the type of your disk's partitioning scheme.
If you want to install Windows as any other than the first installed OS on the system, you might want to pre-create the partitions needed by Windows to match the layout described in this Microsoft document and then proceed very carefully through the choice of the installation destination in the Windows installer: it tends to offer "overwrite the whole disk and install only Windows on it" as the first choice, and any other options may be behind some "advanced options" selection.
The restriction of only 4 primary partitions, and indeed the entire concept of primary partitions applies only to the classic MBR partitioning scheme.
Systems that use UEFI will normally use GPT partitioning scheme, in which there are no primary nor extended partitions; all partitions are equal, and the maximum limit will be 128 or more. So if your system uses GPT partitioning, you could add as many UEFI-bootable operating systems as your free disk space allows, and triple/quadruple/n-tuple boot.
In gparted
, click on View
-> Device information
and then look at the Partition table:
row to identify the type of your disk's partitioning scheme.
If you want to install Windows as any other than the first installed OS on the system, you might want to pre-create the partitions needed by Windows to match the layout described in this Microsoft document and then proceed very carefully through the choice of the installation destination in the Windows installer: it tends to offer "overwrite the whole disk and install only Windows on it" as the first choice, and any other options may be behind some "advanced options" selection.
answered Feb 6 at 9:38
telcoMtelcoM
17.7k12347
17.7k12347
I would like to add to this that a hard disk should only contain one EFI System Partition that is common to all operating systems. And yes, you can have more than 128 partitions, bazillions in fact, if you enlarge the partition table from the usual 128 entries.
– Johan Myréen
Feb 6 at 9:51
... assuming that your system firmware and the operating system(s) support such an extension, of course. Although the GPT standard can allow such an extension, the implementations might not support it in practice. But even 128 partitions should be plenty for most uses.
– telcoM
Feb 6 at 9:55
add a comment |
I would like to add to this that a hard disk should only contain one EFI System Partition that is common to all operating systems. And yes, you can have more than 128 partitions, bazillions in fact, if you enlarge the partition table from the usual 128 entries.
– Johan Myréen
Feb 6 at 9:51
... assuming that your system firmware and the operating system(s) support such an extension, of course. Although the GPT standard can allow such an extension, the implementations might not support it in practice. But even 128 partitions should be plenty for most uses.
– telcoM
Feb 6 at 9:55
I would like to add to this that a hard disk should only contain one EFI System Partition that is common to all operating systems. And yes, you can have more than 128 partitions, bazillions in fact, if you enlarge the partition table from the usual 128 entries.
– Johan Myréen
Feb 6 at 9:51
I would like to add to this that a hard disk should only contain one EFI System Partition that is common to all operating systems. And yes, you can have more than 128 partitions, bazillions in fact, if you enlarge the partition table from the usual 128 entries.
– Johan Myréen
Feb 6 at 9:51
... assuming that your system firmware and the operating system(s) support such an extension, of course. Although the GPT standard can allow such an extension, the implementations might not support it in practice. But even 128 partitions should be plenty for most uses.
– telcoM
Feb 6 at 9:55
... assuming that your system firmware and the operating system(s) support such an extension, of course. Although the GPT standard can allow such an extension, the implementations might not support it in practice. But even 128 partitions should be plenty for most uses.
– telcoM
Feb 6 at 9:55
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498985%2fis-it-possible-to-triple-boot-given-the-following-partition-state%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Set up a virtual machine and test there. If you're a newbie, what are you using Kali for?
– Kusalananda
Feb 6 at 7:50
@Kusalananda That's the catch. I had to install kali for a workshop (and yes installing in Vm wouldn't have worked). Now I am trying to triple boot. Isn't it possible?
– yobro97
Feb 6 at 8:08
1
Out of interest, what kind of workshop uses Kali?
– Sparhawk
Feb 6 at 8:20