Igor Živković wrote:
> On 12/22/2013 09:02 AM, Cliff McDiarmid wrote:
>>
set root=(hd0,7)
menuentry "LFS6, Linux 3.12.1-lfs-7.2" {
linux /boot/lfskernel-3.12.1 root=/dev/sda7 ro
}
menuentry "LFS7, Linux 3.12.5-lfs-7.4" {
linux /boot/lfskernel-3.12.5 root=/dev
> - Original Message -
> From: cont...@igor-zivkovic.from.hr
> Sent: 12/22/13 08:50 AM
> To: lfs-support@linuxfromscratch.org
> Subject: Re: [lfs-support] Kernel file not found
>
> On 12/22/2013 09:02 AM, Cliff McDiarmid wrote:
> >
> >>> set r
Le 22/12/2013 09:02, Cliff McDiarmid a écrit :
>
>
>> - Original Message -
>> From: cont...@igor-zivkovic.from.hr
>> Sent: 12/21/13 09:05 PM
>> To: lfs-support@linuxfromscratch.org
>> Subject: Re: [lfs-support] Kernel file not found
>>
>&g
On 12/22/2013 09:02 AM, Cliff McDiarmid wrote:
>
>>> set root=(hd0,7)
>>>
>>> menuentry "LFS6, Linux 3.12.1-lfs-7.2" {
>>> linux /boot/lfskernel-3.12.1 root=/dev/sda7 ro
>>> }
>>>
>>> menuentry "LFS7, Linux 3.12.5-lfs-7.4" {
>>> linux /boot/lfskernel-3.12.5 root=/dev/sda6 ro
>>> }
>>>
>>> How is th
> - Original Message -
> From: cont...@igor-zivkovic.from.hr
> Sent: 12/21/13 09:05 PM
> To: lfs-support@linuxfromscratch.org
> Subject: Re: [lfs-support] Kernel file not found
>
> On 12/21/2013 09:35 PM, Cliff McDiarmid wrote:
> > Hi
> >
> > I
On 12/21/2013 09:35 PM, Cliff McDiarmid wrote:
> Hi
>
> I've built LFS six times and never had this issue. After rebooting I'm
> getting an error saying 'file /boot/lfskernel-3.12.5 not found'
>
> My 'grub.cfg' file from the host system(also LFS)reads:
>
> # Begin /boot/grub/grub.cfg
> set defaul
Hi
I've built LFS six times and never had this issue. After rebooting I'm getting
an error saying 'file /boot/lfskernel-3.12.5 not found'
My 'grub.cfg' file from the host system(also LFS)reads:
# Begin /boot/grub/grub.cfg
set default=0
set timeout=20
set root=(hd0,7)
menuentry "LFS6, Linux 3