Jeremy Henty wrote:
> Bruce Dubbs wrote:
>
>> I don't know how to exactly do what you are trying to do, but try
>> dropping to the grub command line and manually try some commands
>> (ls, etc). You might want to try something like:
>>
>> grub> root (hd0,1)
>> grub> kernel /boot/grub/core.i
Bruce Dubbs wrote:
> Try:
>
> grub> linux (hd0,1)/grub/core.img
> grub> boot
OK, I now have two grub.cfg entries that differ only in the path
argument to the linux command:
menuentry "Chainload GRUB on (hd0,2)" {
insmod ext2
set root='(hd0,2)'
search --n
Jeremy Henty wrote:
> It's frustrating - I can only find explicit instructions for the case
> where you chainload from one GRUB2 to a second GRUB2 on the boot
> sector of a partition (ie. *not* on the MBR of another disk). The
> one time I saw someone else explicitly asking how to do w
Bruce Dubbs wrote:
> Jeremy Henty wrote:
>
> > It's frustrating - I can only find explicit instructions for the
> > case where you chainload from one GRUB2 to a second GRUB2 on the
> > boot sector of a partition (ie. *not* on the MBR of another
> > disk).
I don't believe it! Even *th
Hi,
I am attempting my first LFS build, and I got to step 5.5 in the book, and
everything goes as normal until I hit the command "make headers_check" which
gives me multiple errors. they are outlined below.
/mnt/lfs/sources/linux-3.1/usr/include/drm/drm_mode.h:85: found
__[us]{8,16,32,64} typ
Bruce Dubbs wrote:
> Try:
>
> grub> linux (hd0,1)/grub/core.img
> grub> boot
After checking the GRUB help mailing list I find that you were
*almost* completely right. The command is "multiboot", not "linux".
Now it just works.
Thanks again for your help,
Jeremy Henty
--
http://lin