[lfs-support] sh: -I.: command not found while build openssl-1.1.1b?

2019-03-23 Thread Pei Jia
Hi, all: Sorry to bother you again. Although I succeeded to build the basic lfs onto a USB stick, now I'm trying to redo everything from scratch onto a SD card... However, I failed to build openssl-1.1.1b this time. http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/openssl.html .

[lfs-support] Colorize

2019-03-22 Thread Pei Jia
Hi, all: I noticed from http://www.linuxfromscratch.org/blfs/view/6.3/postlfs/logon.html that*/etc/issue* can display plain text. Just wonder if there is a way to colorize the characters ? If so, how? BTW, is it possible to run a simple script and display customized and colorized ART char

Re: [lfs-support] Building LFS on a usb drive

2019-03-20 Thread Pei Jia
On 2019-03-20 2:04 a.m., Pierre Labastie wrote: On 20/03/2019 00:43, Bruce Dubbs wrote: After a long thread on -support today I did a test build on a USB drive today.  These are some observations. The USB drive was /dev/sdg.   I only had one partition on the MSDOS style partition table. From

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-19 Thread Pei Jia
Any further suggestions? What's *NEXT*? *blfs*? So far, I didn't use *systemd*, is *systemd* *preferred*? Cheers Pei On 2019-03-19 2:32 p.m., Pei Jia wrote: Hi, Bruce, this is *already* my current *grub.cfg on USB stick*. All the bugs I posted are just with this *

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-19 Thread Pei Jia
)// // //menuentry "GNU/Linux, Linux 5.0.2-lfs-8.5" {// //    linux /boot/vmlinuz-5.0.2-lfs-8.5 rootdelay=10 root=/dev/sda1 ro// //}/ I may have to try using *gpt* as *Partition table* ? cheers Pei On 2019-03-19 12:49 p.m., Bruce Dubbs wrote: On 3/19/19 1:55 PM, Pei Jia wrote: Hi, Thank

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-19 Thread Pei Jia
bastie wrote: On 19/03/2019 16:59, Bruce Dubbs wrote: On 3/19/19 10:01 AM, Pierre Labastie wrote: On 19/03/2019 14:57, William Harrington wrote: On Mon, 18 Mar 2019 16:20:32 -0700 Pei Jia wrote: Hey all.  The problem is with the linux command line in grub.cfg and/or the drivers in the kernel.

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-18 Thread Pei Jia
stage before make it installable Thanks On 2019-03-18 2:41 p.m., spiky0011 wrote: On 18/03/2019 20:54, Bruce Dubbs wrote: On 3/18/19 3:20 PM, Pei Jia wrote: Hi, Bruce: Thank you for your detailed explanation. 1. 2 grubs   * *grub on my host's laptop*, please refer to https://long

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-18 Thread Pei Jia
test86+.elf    System.map-4.18.0-16-generic efi   initrd.img-4.18.0-16-generic memtest86+_multiboot.bin  vmlinuz-4.18.0-15-generic Any further suggestions? Thank you very much... Pei On 2019-03-18 10:28 a.m., Bruce Dubbs wrote: On 3/18/19 5:22 AM, thomas wrote: Am 2

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-18 Thread Pei Jia
I believe I can modify this *host's grub.cfg* into to show a different name (doing it now). However, since it's automatically built into this *host's grub.cfg*, where is the *original place* that I can specify this info? Just cannot remember. It must be ME who specified those info s

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-18 Thread Pei Jia
heers Pei On 2019-03-17 2:13 p.m., spiky0011 wrote: On 17/03/2019 20:33, Pei Jia wrote: Hi, Bruce: Thank you very much for your prompt reply. I actually *boot from grub*, please refer to: https://www.longervision.cc/bugs/lfs_grub_boot.jpg It looks *EXT4* module is *NOT* ab

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-17 Thread Pei Jia
partition the drive*. From my *HOST Ubuntu 18.04.2*, the USD stick is the drive */dev/sde*, I do NOT have a */dev/sde1* BTW, did I put *rootdelay=10* at the right position? Thank you very much Bruce Pei On 2019-03-17 11:48 a.m., Bruce Dubbs wrote: On 3/17/19 1:25 PM, Pei Jia

[lfs-support] LFS Fail to Boot at End Trace...

2019-03-17 Thread Pei Jia
Hi, Can anybody give me a hand why my built LFS failed to boot? Thank you very much... The ERROR is displayed at: https://www.longervision.cc/bugs/lfs_endtrace_fail2boot.jpg Cheers Pei -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/

[lfs-support] System Configuration on a USB stick?

2019-03-15 Thread Pei Jia
Hello: Finally, I successfully built LFS, and now I come to *Chapter 7 System Configuration*. *Chapter 7: System Configuration* *Chapter 8: Making the LFS System Bootable* *Chapter 9: The END* My question is: Is *chapter 7 System Configuration* a *must*? I built everything onto a USB st

[lfs-support] Install readline's header files ...

2019-03-14 Thread Pei Jia
I've successfully installed Python-3.7.2, but still got this ERROR message: //sources/python/Python-3.7.2/Modules/readline.c:31:10: fatal error: readline/readline.h: No such file or directory// // #include / So, I wonder while installing readline

[lfs-support] Python failed to make while constructing a temporary system...

2019-02-25 Thread Pei Jia
To whom it may concern: I'm building LFS, so far everything is good, until *Python while constructing a temporary system*. http://www.linuxfromscratch.org/lfs/view/systemd/chapter05/Python.html 1.  If I strictly follow what's instructed, I obtained the following *ERROR* messages: /INFO:

[lfs-support] Perl 5.28.1 failed to build while Installing Basic System Software ...

2019-02-24 Thread Pei Jia
To whom it may concern: Actually, I've already posted my question at https://www.linuxquestions.org/questions/linux-from-scratch-13/perl-5-28-1-failed-to-build-while-installing-basic-system-software-4175648992/ . I just strictly followed this page: http://www.linuxfromscratch.org/lfs/view/syste