Can I boot from a separate partition on my SSD?











up vote
1
down vote

favorite












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?










share|improve this question


























    up vote
    1
    down vote

    favorite












    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?










    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      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?










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 1 hour ago









      Codemonkey

      2751313




      2751313






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          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, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.






          share|improve this answer





















            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',
            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
            });


            }
            });














            draft saved

            draft discarded


















            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








            up vote
            2
            down vote













            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, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.






            share|improve this answer

























              up vote
              2
              down vote













              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, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.






              share|improve this answer























                up vote
                2
                down vote










                up vote
                2
                down vote









                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, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.






                share|improve this answer












                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, and definitely overkill. Just buy the cheapest 8GB USB drive you can find on a local store, you will save yourself lots of headaches.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 58 mins ago









                Igb

                1515




                1515






























                    draft saved

                    draft discarded




















































                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕