Hi Henrik,
>> When you are in the shell in the initramfs, try
> cat /proc/filesystems
> cat /proc/partitions
> ls -l /dev
> blkid
>
> I got your point. But I don't see anything which related to /dev/sdb1.
>
Maybe the kernel don't recognize about new HDD ( dev/sdb1 ) which i
added by vmware.
Israel Silberg wrote:
> Hi all during the test with the command:
>
> su nobody -s /bin/bash \
> -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"
>
> I get the following results:
>
> Testsuite summary for GNU
On 09/12/12 14:27, Khoa Nguyen wrote:
> Hi Henrik,
>
> Thank you very much. Your explanation is clear. I get a lot
> of knowledge from you.
> I've already made a initramfs as following:
>
> http://www.linuxfromscratch.org/blfs/view/svn/postlfs/initramfs.html
>
Great!
(Not using busybox as I sugges
Hi Henrik,
Thank you very much. Your explanation is clear. I get a lot of knowledge
from you.
I've already made a initramfs as following:
http://www.linuxfromscratch.org/blfs/view/svn/postlfs/initramfs.html
And The computer boot into LFS kernel by UUID.
However, when it is booting, it don't kno
On 09/12/12 05:03, Khoa Nguyen wrote:
> Can you tell me more about busybox ?
> What do you mean "busybox in an initramfs" ?
>
> I understand that due to failed boot process because the kernel can't
> mount the root file system to read /etc/inittab.
> So we use busybox to mount manually . Right ?
>