Hello, I have successfully installed Fedora onto another partition and Grub onto another partition. However, when I boot the system, it just brings me to the grub rescue. I know most of the command, but am unable to boot the system.
Here is how my HDD is broken up. The Grub partition is now ext4.
Thanks for any help.
---------- Post added at 03:37 PM ---------- Previous post was at 03:20 PM ----------
Nevermind, I managed to figure it out. Here is the code
Code:
set root=(hdX,Y)
linux /boot/vmlinuz-<your version> root=/dev/sdXY ro
initrd /boot/initrd-<your version>
boot