Quote:
so do I need to change the suse linux 9.3 kernel to like (hdc, 1) or root/dev/hdc2 and resue /dev/hdc2 or what?
|
Your on the right track.
Quote:
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 ... resume /dev/hda1 showopts
|
grub has hd0 as primary master. Need to change that to hd2. root=/dev/hda2 ... /dev/hda1 showopts need to get changed into /dev/hdc2 ... /dev/hdc1.
Basicly just replace hda with hdc, and hd0 with hd2.
I'm not sure what it is with grub, but with lilo you had to call on lilo to tell about the changed configuration. But i think its not needed with grub cause. But check on the man page of grub to be sure.