Sunday, 2 June 2013

Change device detection order in a Linux system

Change device detection order in a Linux system

I wanted to move around some partitions, and after rebooting, Grub complained that it couldn't recognize the boot filesystem.
I suspect this happens because the partition numbers changed (before, my linux partition was named sda6, and afterwards sda5), and thus, I wanted to change them back.
How can I achieve this without reformatting the whole system?

No comments:

Post a Comment