

Code: Select all
default 0
timeout 10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Linux
root (hd0,0)
kernel /boot/test root=/dev/hda3
Code: Select all
Device ID System
/dev/hda1 * 83 Linux
/dev/hda2 82 Linux swap / Solaris
/dev/hda3 83 Linux
/dev/hda4 5 Extended
/dev/hda5 83 Linux
/dev/hda6 b W95 FAT32
/dev/hda7 83 Linux

Code: Select all
ls -l /bootCode: Select all
boot -> .gentoo_fan wrote:Code: Select all
Device ID System /dev/hda1 * 83 Linux /dev/hda2 82 Linux swap / Solaris /dev/hda3 83 Linux
If I understood you right, hda1 is /boot and hda3 is / ?gentoo_fan wrote: grub.conf (without windows portion):
Code: Select all
title=Linux root (hd0,0) kernel /boot/test root=/dev/hda3


Code: Select all
grub> root (hd0,
Possible partitions are:
Partition num: 0, Filesystem type is ext2fs, partition type 0x83
Partition num: 1, Filesystem type unknown, partition type 0x82
Partition num: 2, Filesystem type is reiserfs, partition type 0x83
Partition num: 4, Filesystem type is reiserfs, partition type 0x83
Partition num: 5, Filesystem type is reiserfs, partition type 0x83
Partition num: 6, Filesystem type is reiserfs, partition type 0x83
Partition num: 7, Filesystem type is reiserfs, partition type 0x83
Partition num: 8, Filesystem type is reiserfs, partition type 0x83

Code: Select all
grubCode: Select all
grub --no-floppyCode: Select all
root (hd0,x)
setup (hd0)
quitCode: Select all
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 18 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+18 p (hd0,0)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded
Done.

Thanks, I didnt even know this was here.NeddySeagoon wrote:gentoo_fan,
Welcome to the forums. I'll move your post to our Grub Sticky
Can you post yourplease ?Code: Select all
ls -l /boot
I suspect you are missing thesymbolic link.Code: Select all
boot -> .
Moved to Grub Sticky

Code: Select all
mount /boot
cd /boot
ln -s . boot

Awesome, worked like a charm, thanks! Will this affect the booting of windows, because I added the section, and I'm still getting a grub error 17. I just wanted to check before I go cruising the posts on those errors.NeddySeagoon wrote:gentoo_fan,
It allows the same grub.conf to work regardless is your /boot is a read partition or a directory on /Code: Select all
mount /boot cd /boot ln -s . boot


In the bios it is set properly:NeddySeagoon wrote:keenblade,
As grub loads but the kernel then fails, I suspect you have an AHCI hard drive chipset and its now set in the BIOS to IDE mode, which makes it compatible with out of the box Windows.
Check your BIOS settings.

there is no such option. The bios is Phoenix one.NeddySeagoon wrote:keenblade,
The IDE/AHCI BIOS option
