Andi Blacktigerbro wrote:
> 1. I got -- > bash: partprobe: command not found, how to resolve it?

It's in parted (see blfs).  However, looking below, you don't need it.

> 2. I tried some LFS versions but at LFS 7.0  went more smoothly but
> probably it was just my lack of experience.
> -----------------
> root:/# mount -v --bind /dev $LFS/dev
> /dev on /dev type none (rw,bind)

The variable LFS is not defined.  It should be /mnt/lfs if you followed 
the book.  The  output should be:

  /dev on /mnt/lfs/dev type none (rw,bind)

> root:/# mount -vt proc proc $LFS/proc
> proc on /proc type proc (rw)
> root:/# mount -vt sysfs sysfs $LFS/sys
> sysfs on /sys type sysfs (rw)
> root:/# cat /proc/partitions
> major minor  #blocks  name
>
>     8        0   78150744 sda
>     8        1   20457440 sda1
>     8        2   14648320 sda2
>     8        3          1 sda3
>     8        5   24413184 sda5
>     8        6    3905536 sda6
>     8        7   14721601 sda7

> root:/# grub-install /dev/sda
> /usr/sbin/grub-probe: error: cannot stat `/dev/sda7'.

See above.

And BTW, delete all the junk at the bottom of a Digest message.

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

Reply via email to