Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34826 - Misleading GRUB configuration in the install doc
Summary: Misleading GRUB configuration in the install doc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-01 07:05 UTC by Dale K Dicks
Modified: 2005-03-25 11:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dale K Dicks 2003-12-01 07:05:22 UTC
Since the install doc recommends a separate /boot partition, the example grub.conf is extremely misleading.

# If you compiled your own kernel, use something like this:
title=My example Gentoo Linux
root (hd0,0) 
kernel (hd0,0)/boot/bzImage root=/dev/hda3 

should read:

# If you compiled your own kernel, use something like this:
title=My example Gentoo Linux
root (hd0,0) 
kernel (hd0,0)/bzImage root=/dev/hda3 

The way it is currently assumes a /boot that is part of the / partition and not a separate partition so they are in effect telling GRUB to look in /boot/boot/ for the kernel image.  I have to correct people who are installing Gentoo at least once a week on this.
Comment 1 Simon Cooper 2003-12-01 10:39:32 UTC
there should be a symlink in /boot pointing back on itself, comes as part of the standard install, maybe yours got deleted for some reason...

However I do agree that it should be changed, newbies could get confused over this


nervada linux # ls /boot
boot  bzImage.dev  bzImage.old  grub  lost+found  memtest86
nervada linux # ls /boot/boot
boot  bzImage.dev  bzImage.old  grub  lost+found  memtest86
nervada linux # ls /boot/boot/boot
boot  bzImage.dev  bzImage.old  grub  lost+found  memtest86
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-15 21:43:18 UTC
I'm not sure I agree that it should be changed.  The way it is right now, if it's in a separate partition, it makes no difference (and people have no need to be corrected on it).  If, for whatever reason (And yes it happens more often than I care to count), they keep /boot in the / partition, this doesn't break them either.  Overall, our solution is flexible enough to apply to both camps without modification.  I recommend closing as INVALID or WONTFIX
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-17 22:54:11 UTC
I also don't believe we should update this. The current solution is imho the best one.
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-17 22:56:44 UTC
I'm marking this as WONTFIX as the current situation really doesn't harm anything.
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2005-03-25 11:25:17 UTC
Moving these so we can remove the "Install CD" component from "Gentoo Linux".

I apologize to everyone for this spam, but according to the bugzilla developers,
this is the only reasonable way to do this.