Quote:
but if you want to correct the entries of the partitions numbering you could try using the Grub's map command,
at the prompt type and run these two command lines...
grub> map (hd0) (hd1)
grub> map (hd1) (hd0)
|
When I did :
#cat /boot/grub/device.map
(fd0) /dev/fd0
(hd1) /dev/hda
(hd0) /dev/hdb
Yes it has been flipped, what should I do to correct this issue ?