Well, this is the grub command prompt. All you have to do is...
type
root (hd1)
or something similar
root (hd
and then hit tab to see the possibilities. Choose the harddisk or partition where your root partition for linux resides.
then type
kernel /boot/vmlinuz
or whatever your kernel is named under the /boot directory
finally type
boot
if you chose the proper root partition or disk then your system will boot.
as for getting the system to use the grub menu when you want to boot, do some googling to find that out.
|