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 -
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
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
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
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:
>>
>