Bruce Dubbs wrote:
> Ken Moffat wrote:
>
>> Took me a few minutes to realise what was the main error:
>> grub rescue> set
>> prefix=(hd0,15)/boot/grub
>> root=hd0,15
>>
>> After a few more failed attempts to insmod anything,
>> I realised that the added '/boot' was the problem. Fixed
>> that with
>>
>> set prefix=(hd0,15)/grub
>> insmod normal
>> normal
>
> That isn't how it is supposed to work. You should be using
> set root=(hd0,15)
[...]
> If /dev/sda15 is your /boot partition, it should then find the grub
> modules in grub/.
A nit, but nits are important in this context, shouldn't that be
/dev/sda16 ? Or did I miss something?
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page