Can I boot from a separate partition on my SSD?
I have a failing 3.5" drive, which I want to try to investiage with SpinRite. SpinRite wants to be installed on bootable media, but I don't have a memory stick to hand. I've noticed via Windows Computer Management however, that my SSD has a spare unallocated 450MB. I can obviously create a new parition here, and put SpinRite in it.... but is it possible to tell my PC to boot from that partition?
I know in a BIOS there's options to pick which drive to boot from, but I feel I've never seen any option to tell it which partition to boot from?
boot bootable-media
add a comment |
I have a failing 3.5" drive, which I want to try to investiage with SpinRite. SpinRite wants to be installed on bootable media, but I don't have a memory stick to hand. I've noticed via Windows Computer Management however, that my SSD has a spare unallocated 450MB. I can obviously create a new parition here, and put SpinRite in it.... but is it possible to tell my PC to boot from that partition?
I know in a BIOS there's options to pick which drive to boot from, but I feel I've never seen any option to tell it which partition to boot from?
boot bootable-media
add a comment |
I have a failing 3.5" drive, which I want to try to investiage with SpinRite. SpinRite wants to be installed on bootable media, but I don't have a memory stick to hand. I've noticed via Windows Computer Management however, that my SSD has a spare unallocated 450MB. I can obviously create a new parition here, and put SpinRite in it.... but is it possible to tell my PC to boot from that partition?
I know in a BIOS there's options to pick which drive to boot from, but I feel I've never seen any option to tell it which partition to boot from?
boot bootable-media
I have a failing 3.5" drive, which I want to try to investiage with SpinRite. SpinRite wants to be installed on bootable media, but I don't have a memory stick to hand. I've noticed via Windows Computer Management however, that my SSD has a spare unallocated 450MB. I can obviously create a new parition here, and put SpinRite in it.... but is it possible to tell my PC to boot from that partition?
I know in a BIOS there's options to pick which drive to boot from, but I feel I've never seen any option to tell it which partition to boot from?
boot bootable-media
boot bootable-media
asked Dec 17 '18 at 11:04
CodemonkeyCodemonkey
2971315
2971315
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Some modern UEFI BIOSes might have the option to boot from specific partitions apart from drives, look for it on the "boot" section, there is usually a section called "boot override" that allows you to select where to boot from. Check if there are more than one partition per drive showing (apart from two entries, one for UEFI and another for MBR style), If so, you can very likely partition the unasigned space and force the PC to boot from that partition using the BIOS menu.
In general, you can't do that. Once you use a drive for boot, your computer starts on that disk's MBR, and boots whatever partition is selected. To be able to select from multiple partitions, a program to do that must be installed in that section of the drive. That program is called a bootloader. GRUB is probably the most common one (and very likely the one that the BIOS uses if its able to boot from concrete partitions), and it is widely used for dual booting systems. HOWEVER, although you can tecnically do that (partition available space, install grub on the MBR, so you are able to select between windows and SpinRite) I would say it is not advisable, It will be time consuming, risky for the data in your SSD in the likely case a minor detail goes wrong, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.
2
Not to mention that installing the tool on the HDD may make it unavailable to SpinRite, since the HDD is busy. Not to mention that it sounds like a terrible idea...
– Ismael Miguel
Dec 17 '18 at 12:22
Thanks, I've managed to locate a USB drive. Your concern wouldn't have been an issue @IsmaelMiguel, as it's a different physical drive to the one I want to fix.
– Codemonkey
Dec 17 '18 at 13:32
@Codemonkey Actually, it would. Most answers in this Q&A website are meant to be for a general public. As such, it may not be a concern for you, but could be for someone else. To add to that, you didn't specify that you have 2 different drives. Even then, if you had specified you have 2 drives, I still believe it is a bad idea.
– Ismael Miguel
Dec 17 '18 at 17:37
2
One note about GRUB: it's REALLY easy to make a mistake and cause data loss. Back in 2010, I had a college assignment which involved setting up a local email server on a personal device using Ubuntu. I made the mistake of installing my Linux inside Windows and then in the middle of my exams period updating GRUB. This ended up breaking both my Windows and my Linux installations to the point of having to reinstall both of them and essentially having to start over on the mailserver task less than 2 weeks before it was due.
– Nzall
Dec 17 '18 at 18:32
1
@Codemonkey I'm really sorry, but my brian didn't register that you were talking about 2 different drives. That's entirely my fault and my fault only.
– Ismael Miguel
Dec 17 '18 at 18:35
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1385204%2fcan-i-boot-from-a-separate-partition-on-my-ssd%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
Some modern UEFI BIOSes might have the option to boot from specific partitions apart from drives, look for it on the "boot" section, there is usually a section called "boot override" that allows you to select where to boot from. Check if there are more than one partition per drive showing (apart from two entries, one for UEFI and another for MBR style), If so, you can very likely partition the unasigned space and force the PC to boot from that partition using the BIOS menu.
In general, you can't do that. Once you use a drive for boot, your computer starts on that disk's MBR, and boots whatever partition is selected. To be able to select from multiple partitions, a program to do that must be installed in that section of the drive. That program is called a bootloader. GRUB is probably the most common one (and very likely the one that the BIOS uses if its able to boot from concrete partitions), and it is widely used for dual booting systems. HOWEVER, although you can tecnically do that (partition available space, install grub on the MBR, so you are able to select between windows and SpinRite) I would say it is not advisable, It will be time consuming, risky for the data in your SSD in the likely case a minor detail goes wrong, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.
2
Not to mention that installing the tool on the HDD may make it unavailable to SpinRite, since the HDD is busy. Not to mention that it sounds like a terrible idea...
– Ismael Miguel
Dec 17 '18 at 12:22
Thanks, I've managed to locate a USB drive. Your concern wouldn't have been an issue @IsmaelMiguel, as it's a different physical drive to the one I want to fix.
– Codemonkey
Dec 17 '18 at 13:32
@Codemonkey Actually, it would. Most answers in this Q&A website are meant to be for a general public. As such, it may not be a concern for you, but could be for someone else. To add to that, you didn't specify that you have 2 different drives. Even then, if you had specified you have 2 drives, I still believe it is a bad idea.
– Ismael Miguel
Dec 17 '18 at 17:37
2
One note about GRUB: it's REALLY easy to make a mistake and cause data loss. Back in 2010, I had a college assignment which involved setting up a local email server on a personal device using Ubuntu. I made the mistake of installing my Linux inside Windows and then in the middle of my exams period updating GRUB. This ended up breaking both my Windows and my Linux installations to the point of having to reinstall both of them and essentially having to start over on the mailserver task less than 2 weeks before it was due.
– Nzall
Dec 17 '18 at 18:32
1
@Codemonkey I'm really sorry, but my brian didn't register that you were talking about 2 different drives. That's entirely my fault and my fault only.
– Ismael Miguel
Dec 17 '18 at 18:35
|
show 1 more comment
Some modern UEFI BIOSes might have the option to boot from specific partitions apart from drives, look for it on the "boot" section, there is usually a section called "boot override" that allows you to select where to boot from. Check if there are more than one partition per drive showing (apart from two entries, one for UEFI and another for MBR style), If so, you can very likely partition the unasigned space and force the PC to boot from that partition using the BIOS menu.
In general, you can't do that. Once you use a drive for boot, your computer starts on that disk's MBR, and boots whatever partition is selected. To be able to select from multiple partitions, a program to do that must be installed in that section of the drive. That program is called a bootloader. GRUB is probably the most common one (and very likely the one that the BIOS uses if its able to boot from concrete partitions), and it is widely used for dual booting systems. HOWEVER, although you can tecnically do that (partition available space, install grub on the MBR, so you are able to select between windows and SpinRite) I would say it is not advisable, It will be time consuming, risky for the data in your SSD in the likely case a minor detail goes wrong, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.
2
Not to mention that installing the tool on the HDD may make it unavailable to SpinRite, since the HDD is busy. Not to mention that it sounds like a terrible idea...
– Ismael Miguel
Dec 17 '18 at 12:22
Thanks, I've managed to locate a USB drive. Your concern wouldn't have been an issue @IsmaelMiguel, as it's a different physical drive to the one I want to fix.
– Codemonkey
Dec 17 '18 at 13:32
@Codemonkey Actually, it would. Most answers in this Q&A website are meant to be for a general public. As such, it may not be a concern for you, but could be for someone else. To add to that, you didn't specify that you have 2 different drives. Even then, if you had specified you have 2 drives, I still believe it is a bad idea.
– Ismael Miguel
Dec 17 '18 at 17:37
2
One note about GRUB: it's REALLY easy to make a mistake and cause data loss. Back in 2010, I had a college assignment which involved setting up a local email server on a personal device using Ubuntu. I made the mistake of installing my Linux inside Windows and then in the middle of my exams period updating GRUB. This ended up breaking both my Windows and my Linux installations to the point of having to reinstall both of them and essentially having to start over on the mailserver task less than 2 weeks before it was due.
– Nzall
Dec 17 '18 at 18:32
1
@Codemonkey I'm really sorry, but my brian didn't register that you were talking about 2 different drives. That's entirely my fault and my fault only.
– Ismael Miguel
Dec 17 '18 at 18:35
|
show 1 more comment
Some modern UEFI BIOSes might have the option to boot from specific partitions apart from drives, look for it on the "boot" section, there is usually a section called "boot override" that allows you to select where to boot from. Check if there are more than one partition per drive showing (apart from two entries, one for UEFI and another for MBR style), If so, you can very likely partition the unasigned space and force the PC to boot from that partition using the BIOS menu.
In general, you can't do that. Once you use a drive for boot, your computer starts on that disk's MBR, and boots whatever partition is selected. To be able to select from multiple partitions, a program to do that must be installed in that section of the drive. That program is called a bootloader. GRUB is probably the most common one (and very likely the one that the BIOS uses if its able to boot from concrete partitions), and it is widely used for dual booting systems. HOWEVER, although you can tecnically do that (partition available space, install grub on the MBR, so you are able to select between windows and SpinRite) I would say it is not advisable, It will be time consuming, risky for the data in your SSD in the likely case a minor detail goes wrong, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.
Some modern UEFI BIOSes might have the option to boot from specific partitions apart from drives, look for it on the "boot" section, there is usually a section called "boot override" that allows you to select where to boot from. Check if there are more than one partition per drive showing (apart from two entries, one for UEFI and another for MBR style), If so, you can very likely partition the unasigned space and force the PC to boot from that partition using the BIOS menu.
In general, you can't do that. Once you use a drive for boot, your computer starts on that disk's MBR, and boots whatever partition is selected. To be able to select from multiple partitions, a program to do that must be installed in that section of the drive. That program is called a bootloader. GRUB is probably the most common one (and very likely the one that the BIOS uses if its able to boot from concrete partitions), and it is widely used for dual booting systems. HOWEVER, although you can tecnically do that (partition available space, install grub on the MBR, so you are able to select between windows and SpinRite) I would say it is not advisable, It will be time consuming, risky for the data in your SSD in the likely case a minor detail goes wrong, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.
edited Dec 17 '18 at 13:23
answered Dec 17 '18 at 11:12
IgbIgb
37016
37016
2
Not to mention that installing the tool on the HDD may make it unavailable to SpinRite, since the HDD is busy. Not to mention that it sounds like a terrible idea...
– Ismael Miguel
Dec 17 '18 at 12:22
Thanks, I've managed to locate a USB drive. Your concern wouldn't have been an issue @IsmaelMiguel, as it's a different physical drive to the one I want to fix.
– Codemonkey
Dec 17 '18 at 13:32
@Codemonkey Actually, it would. Most answers in this Q&A website are meant to be for a general public. As such, it may not be a concern for you, but could be for someone else. To add to that, you didn't specify that you have 2 different drives. Even then, if you had specified you have 2 drives, I still believe it is a bad idea.
– Ismael Miguel
Dec 17 '18 at 17:37
2
One note about GRUB: it's REALLY easy to make a mistake and cause data loss. Back in 2010, I had a college assignment which involved setting up a local email server on a personal device using Ubuntu. I made the mistake of installing my Linux inside Windows and then in the middle of my exams period updating GRUB. This ended up breaking both my Windows and my Linux installations to the point of having to reinstall both of them and essentially having to start over on the mailserver task less than 2 weeks before it was due.
– Nzall
Dec 17 '18 at 18:32
1
@Codemonkey I'm really sorry, but my brian didn't register that you were talking about 2 different drives. That's entirely my fault and my fault only.
– Ismael Miguel
Dec 17 '18 at 18:35
|
show 1 more comment
2
Not to mention that installing the tool on the HDD may make it unavailable to SpinRite, since the HDD is busy. Not to mention that it sounds like a terrible idea...
– Ismael Miguel
Dec 17 '18 at 12:22
Thanks, I've managed to locate a USB drive. Your concern wouldn't have been an issue @IsmaelMiguel, as it's a different physical drive to the one I want to fix.
– Codemonkey
Dec 17 '18 at 13:32
@Codemonkey Actually, it would. Most answers in this Q&A website are meant to be for a general public. As such, it may not be a concern for you, but could be for someone else. To add to that, you didn't specify that you have 2 different drives. Even then, if you had specified you have 2 drives, I still believe it is a bad idea.
– Ismael Miguel
Dec 17 '18 at 17:37
2
One note about GRUB: it's REALLY easy to make a mistake and cause data loss. Back in 2010, I had a college assignment which involved setting up a local email server on a personal device using Ubuntu. I made the mistake of installing my Linux inside Windows and then in the middle of my exams period updating GRUB. This ended up breaking both my Windows and my Linux installations to the point of having to reinstall both of them and essentially having to start over on the mailserver task less than 2 weeks before it was due.
– Nzall
Dec 17 '18 at 18:32
1
@Codemonkey I'm really sorry, but my brian didn't register that you were talking about 2 different drives. That's entirely my fault and my fault only.
– Ismael Miguel
Dec 17 '18 at 18:35
2
2
Not to mention that installing the tool on the HDD may make it unavailable to SpinRite, since the HDD is busy. Not to mention that it sounds like a terrible idea...
– Ismael Miguel
Dec 17 '18 at 12:22
Not to mention that installing the tool on the HDD may make it unavailable to SpinRite, since the HDD is busy. Not to mention that it sounds like a terrible idea...
– Ismael Miguel
Dec 17 '18 at 12:22
Thanks, I've managed to locate a USB drive. Your concern wouldn't have been an issue @IsmaelMiguel, as it's a different physical drive to the one I want to fix.
– Codemonkey
Dec 17 '18 at 13:32
Thanks, I've managed to locate a USB drive. Your concern wouldn't have been an issue @IsmaelMiguel, as it's a different physical drive to the one I want to fix.
– Codemonkey
Dec 17 '18 at 13:32
@Codemonkey Actually, it would. Most answers in this Q&A website are meant to be for a general public. As such, it may not be a concern for you, but could be for someone else. To add to that, you didn't specify that you have 2 different drives. Even then, if you had specified you have 2 drives, I still believe it is a bad idea.
– Ismael Miguel
Dec 17 '18 at 17:37
@Codemonkey Actually, it would. Most answers in this Q&A website are meant to be for a general public. As such, it may not be a concern for you, but could be for someone else. To add to that, you didn't specify that you have 2 different drives. Even then, if you had specified you have 2 drives, I still believe it is a bad idea.
– Ismael Miguel
Dec 17 '18 at 17:37
2
2
One note about GRUB: it's REALLY easy to make a mistake and cause data loss. Back in 2010, I had a college assignment which involved setting up a local email server on a personal device using Ubuntu. I made the mistake of installing my Linux inside Windows and then in the middle of my exams period updating GRUB. This ended up breaking both my Windows and my Linux installations to the point of having to reinstall both of them and essentially having to start over on the mailserver task less than 2 weeks before it was due.
– Nzall
Dec 17 '18 at 18:32
One note about GRUB: it's REALLY easy to make a mistake and cause data loss. Back in 2010, I had a college assignment which involved setting up a local email server on a personal device using Ubuntu. I made the mistake of installing my Linux inside Windows and then in the middle of my exams period updating GRUB. This ended up breaking both my Windows and my Linux installations to the point of having to reinstall both of them and essentially having to start over on the mailserver task less than 2 weeks before it was due.
– Nzall
Dec 17 '18 at 18:32
1
1
@Codemonkey I'm really sorry, but my brian didn't register that you were talking about 2 different drives. That's entirely my fault and my fault only.
– Ismael Miguel
Dec 17 '18 at 18:35
@Codemonkey I'm really sorry, but my brian didn't register that you were talking about 2 different drives. That's entirely my fault and my fault only.
– Ismael Miguel
Dec 17 '18 at 18:35
|
show 1 more comment
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1385204%2fcan-i-boot-from-a-separate-partition-on-my-ssd%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