Re: I got error at chapter 8.4. GRUB-0.97

2009-10-22 Thread kevin631012
Hi Nathan , Bruce thanks you all , grub seems to be working now . It is able to grub-install and grub-mkconfig what I do is 1) having a file under /boot/grub/device.map as Bruce mentioned . (hd0) /dev/sda (hd1) /dev/sdb sdb which has two partitions and I develop my LFS on it . 2) grub-install -

Re: I got error at chapter 8.4. GRUB-0.97

2009-10-22 Thread Nathan Coulson
On Thu, Oct 22, 2009 at 1:05 AM, kevin631012 wrote: > Hi Nathan , Bruce > thanks you all , grub seems to be working now . It is able to grub-install > and grub-mkconfig what I do is > > 1) having a file under /boot/grub/device.map as Bruce mentioned . > (hd0) /dev/sda > (hd1) /dev/sdb > sdb which

Re: I got error at chapter 8.4. GRUB-0.97

2009-10-22 Thread David Jensen
On Thu, 22 Oct 2009 16:05:19 +0800 (CST) kevin631012 wrote: > ### BEGIN /etc/grub.d/10_linux ### > menuentry "GNU/Linux, Linux 2.6.30.5" { >     insmod ext2 >     set root=(hd1,2) >     search --no-floppy --fs-uuid --set > e4adbac2-a338-4305-bafe-73f2adb307da > linux    /boot/lfskernel-2.6.30.5 r

Re: I got error at chapter 8.4. GRUB-0.97

2009-10-22 Thread Bruce Dubbs
David Jensen wrote: > On Thu, 22 Oct 2009 16:05:19 +0800 (CST) > kevin631012 wrote: > >> ### BEGIN /etc/grub.d/10_linux ### >> menuentry "GNU/Linux, Linux 2.6.30.5" { >> insmod ext2 >> set root=(hd1,2) >> search --no-floppy --fs-uuid --set >> e4adbac2-a338-4305-bafe-73f2adb307da >> li

Re: I got error at chapter 8.4. GRUB-0.97

2009-10-22 Thread ALIP BUDIANTO
What driver I do need bacause I have the same problem and some of my boot drive info is its a USB flash stick, LFS on /dev/sdb1, and usbutils installed On Thu, Oct 22, 2009 at 6:46 AM, Bruce Dubbs wrote: > David Jensen wrote: >> On Thu, 22 Oct 2009 16:05:19 +0800 (CST) >> kevin631012 wrote: >> >