Two of my disks have a boot label. How can I find from which disk my system (Debian Sid) booting? How can I find whether the boot sector is in the Master Boot Sector or in a Volume Boot Sector (at the beginning of the first disk partition)? How can I move Boot Sectors from one disk to another?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
You can find the canonical name of the block device through the uuid by investigating the symbolic link at /dev/disk/by-uuid .
This should help determine whether you are booting on the old drive or the new one. |
|||
|
|
|
I recommend you to create a virtual machine to make some practice before. |
|||
|
|
