Moving from one motherboard to another
Posted: Thu Apr 26, 2012 2:38 pm
I currently have the latest Amahi installed and my boot drive is a RAID-1 volume from my JMicron chipset on my existing motherboard.
I want to move to a new motherboard, but know that the raid setup could be different, or I may decide not to do raid 1 at all. I should feasibly be able to take 1 of my drives out of the raid 1 and boot it in the new system, but I know Linux is going to raise hell about that.
Here is my existing fstab with the boot drive:
/dev/mapper/vg_hda-lv_root / ext4 defaults 1 1
UUID=b862ab2a-4af5-4f19-aada-825d62aa20cc /boot ext4 defaults 1 2
/dev/mapper/vg_hda-lv_swap swap swap defaults 0 0
I'm assuming all those /dev/mapper/vg_hda-lv are going to need to change. How will i know what those are going to be in order to update them?
Any tips on how to make this transition a little smoother?
Thanks!
I want to move to a new motherboard, but know that the raid setup could be different, or I may decide not to do raid 1 at all. I should feasibly be able to take 1 of my drives out of the raid 1 and boot it in the new system, but I know Linux is going to raise hell about that.
Here is my existing fstab with the boot drive:
/dev/mapper/vg_hda-lv_root / ext4 defaults 1 1
UUID=b862ab2a-4af5-4f19-aada-825d62aa20cc /boot ext4 defaults 1 2
/dev/mapper/vg_hda-lv_swap swap swap defaults 0 0
I'm assuming all those /dev/mapper/vg_hda-lv are going to need to change. How will i know what those are going to be in order to update them?
Any tips on how to make this transition a little smoother?
Thanks!