Re: another grub problem

2005-03-14 Thread Mukesh Kaushal
I think ur grub.conf should look like this: --- default 0 timeout 5 root (hd0,0) kernel /boot/(ur kernel name) root=/dev/hda2 It 'll work. > I made it through LFS 6.0 and everything is working fine but I missed >

Re: another grub problem

2005-03-13 Thread Barry Berger
Oh My...! I'm in deeper than I thought but I thank everybody for responding. As several of you pointed out - my menu.ls is not correct for what I explained as my configuration...although the first option does boot. With everybody's insistence that my config was wrong, and my knowledge that if

Re: another grub problem

2005-03-13 Thread S. Anthony Sequeira
On Sun, 2005-03-13 at 07:27 -0500, Barry Berger wrote: > The first menu.lst entry works as is: > title LFS 6.0 > root (hd0,2) > kernel /boot/lfskernel-2.6.8.1 root=/dev/hda3 Remove the '/boot' as was pointed out earlier in this thread. -- "It's not just a computer -- it's your ass." -- Cal

Re: another grub problem

2005-03-13 Thread Barry Berger
Please accept my apologies as I was also writing at the end of a long day...my hard drive is not configured as I indicated but like this: /dev/hda1 = /boot /dev/hda2 = swa; /dev/hda3 = / The first menu.lst entry works as is: title LFS 6.0 root (hd0,2) kernel /boot/lfskernel-2.6.8.1 root=/dev/h

Re: another grub problem

2005-03-12 Thread Joel Miller
Joel Miller wrote: Barry Berger wrote: be found. /boot is on /dev/hda1, / is on /dev/hda2 # The first entry is for LFS. title LFS 6.0 root (hd0,2) kernel /boot/lfskernel-2.6.8.1 root=/dev/hda3 Given what you said about where your partitions are located, the entry should look like the following

Re: another grub problem

2005-03-12 Thread Joel Miller
Barry Berger wrote: be found. /boot is on /dev/hda1, / is on /dev/hda2 # The first entry is for LFS. title LFS 6.0 root (hd0,2) kernel /boot/lfskernel-2.6.8.1 root=/dev/hda3 Given what you said about where your partitions are located, the entry should look like the following: # The first entr

Re: another grub problem

2005-03-12 Thread John
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry Berger wrote: | /boot is on /dev/hda1, / is on /dev/hda2 | # The first entry is for LFS. | title LFS 6.0 | root (hd0,2) | kernel /boot/lfskernel-2.6.8.1 root=/dev/hda3 Grub uses zero-based numbering, so you want (hd0,1) (hd0,0) = hda1 (hd1,1) = hd

another grub problem

2005-03-12 Thread Barry Berger
I made it through LFS 6.0 and everything is working fine but I missed some modules during configuration of the first kernel. So I built a new one and now I can't get it to boot. Grub complains that the file can't be found. /boot is on /dev/hda1, / is on /dev/hda2 For fun, I copied the origina