Thursday, July 13, 2017

bootable media - 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?


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


No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...