To boot into Redhat from the grub command line, just use the following: grub> root (hdx,x) [where x,x is the hard drive and partition where your boot partition is, starting from 0,0] Filesystem type is ___, partition type 0x__ grub> chainloader +1 grub> boot This worked for me to boot into XP from grub, it should work in general.