alright, I can now boot into a grub prompt. What is wierd is when I do a search for /boot/grub/stage1 it says it is in hd0,0 which I take to mean the first partition of the first drive? Which I know for a fact is windows (when I boot to that drive there is no Grub prompt of any sort, just boot straight into windows) Is Grub naming the hard drives differently due to the drive it was booted from?
Either way, where do I want to install Grub, should it be installed to the root of the second drive? or the partition of the second drive that Sabayon is installed to? Or perhaps the first partition of the second drive?
Sda1:Windows
Sda2:Windows stuff
sdb1:100 meg /boot
sdb2:2 gig swap
sdb3:sabayon instal
sdb4: fat32
I assume that the presence of the grub> _ means I have actually installed grub and must now teach it to boot sabayon. I will try to do this.
EDIT
I managed to boot to sabayon using
- Code: Select all
Root (hd0,0)
kernel /boot/kernel-genkernel-x86_64-2.6 root=/dev/sdb3 (if you press tab it autocompletes)
boot
This boots me into SL, when I reboot I am presented with the grub prompt again.
I believe I must edit the grub.conf, I will learn this.
The fact I can boot into sabayon linux gives me great hope that I will triumph.
EDIT
my grub.conf follows, does anyone have any ideas of what should be changed?
- Code: Select all
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /kernel-genkernel real_root=UUID=58ac8970-73c9-47dc-ab6a-bfb0a8283334
# initrd /initramfs-genkernel
#boot=sdb1
default=0
timeout=6
splashimage=(hd1,0)/grub/splash.xpm.gz
title Sabayon Linux x86-64 3.4
root (hd0,0)
kernel /kernel-genkernel-x86_64-2.6.22-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=58ac8970-73c9-47dc-ab6a-bfb0a8283334 quiet init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 dodmraid pci=nomsi res=1600x1200
initrd /initramfs-genkernel-x86_64-2.6.22-sabayon