Hi,
Grub reports this as
grub
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
What do I need to do to get this now to 0xfd
That is quite strange, 0x83 is the standard Linux partition system's ID, whilst SME si being built over raid partition, this should be 0xfd.
The partition table dump you have done earlier (sfdisk -d) should have provided the correct one ...
Cross check which type are both of your disk
# fdisk -l /dev/sd?
Fixing this can be done through the fdisk utility (toggle partition system's ID).
As usual, partition operation have to be done carefully and once data backup were performed.
And what is wrong with doing this through the console? It does all of that plus a little more.
I am not familiar with the console usage, apologize. Could you tell us more about this "little more" ?
G.