Whatever, I went ahead and did it, but now I'm at a grub shell. I tried
Code:
root (hd0,2)
kernel /vmlinuz root=/dev/sd3
boot
but I get a kernel panic and it says to append a valid root=/ but I don't know what else to do so I'm kinda stuck here.
EDIT: Okay I got a little further
Code:
root (hd0,2)
kernel /boot/vmlinux-2.6.15-1-486 root=(hd0,2)
initrd /initrd.img
boot
And I got a kernel panic, then I tried this:
Then I tried
Code:
root (hd0,2)
kernel /boot/vmlinux-2.6.15-1-486 root=(hd0,2)
initrd /boot/initrd.img-2.6.15-1-486
boot
And it took me to here: