David Jensen wrote:
> On Thu, 22 Oct 2009 16:05:19 +0800 (CST)
> kevin631012 <[email protected]> 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 root=/dev/sdb2 ro }
> 
> should be set root=(hd1,1)  partitions start at 0, same as drives.
> 
> maybe

No, grub2 is based from 1, just like the partition labels sda1, sdb2, etc.
This is different form grub1.

The problem is in the kernel, not grub.  Grub is doing it's job and starting 
the 
kernel, but the panic is in the kernel.  The right drivers are not built into 
the kernel as Nathan said.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to