Re: linux from scratch

2021-07-16 Thread Stephen Partington via PLUG-discuss
Cfdisk or fdisk also work. On Fri, Jul 16, 2021, 12:35 PM Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > nevermind I just remembered how I did it before I used gparted > > On Fri, Jul 16, 2021 at 3:10 PM Michael wrote: > > > > Let's give it another whirl > > > >

Re: linux from scratch

2021-07-16 Thread Michael via PLUG-discuss
nevermind I just remembered how I did it before I used gparted On Fri, Jul 16, 2021 at 3:10 PM Michael wrote: > > Let's give it another whirl > > to begin with (I'm going to build this on a usb drive) (/dev/sdc) I would: > fdisk /dev/sdc > > but how do you create the pacific partition

Re: Linux from scratch

2021-07-15 Thread Michael via PLUG-discuss
Does anyone know what happened to ET? He was helping me with this when I was trying to do it about 10 years ago. On Thu, Jul 15, 2021 at 2:30 PM Michael wrote: > > I know google is my friend! I looked it up and it is possible. > Sorry I didn't thonk of that before I asked. > > On Thu, Jul 15,

Re: Linux from scratch

2021-07-15 Thread Michael via PLUG-discuss
I know google is my friend! I looked it up and it is possible. Sorry I didn't thonk of that before I asked. On Thu, Jul 15, 2021 at 2:18 PM Michael wrote: > > I'm wanting to build a custom linux build but I don't have another > computer and don't want to buy one. Can I build a live distro wit

Re: Linux from scratch partition.

2015-08-26 Thread Brian Cluff
If you are using GRUB, it doesn't matter if the boot flag is set or not, GRUB doesn't use it at all. If you are running an older version of windows and using MS's boot loader, then it would come into play, but otherwise, you can set or not set it to your hearts content and it won't make a differ

Re: Linux from scratch partition.

2015-08-26 Thread kitepilot
Mike, any partition can have the boot flag ON/OFF. The boot loader (GRUB) will choose what partition to boot from, and at that point, the boot flag *MIGHT* become an issue. With that said, the reason why you build LFS on it's own partition is because, if you don't, you'll have to move it after

Re: Linux from scratch partition.

2015-08-25 Thread Michael Havens
but wait! NameFlags Part Type FS Type [Label]Size (MB) -- Primary Free Space 1.05* sda1BootPrimary swap 999.30*

Re: Linux from scratch partition.

2015-08-25 Thread Michael Havens
I did google it and the advice was to do it but if I were to do it I would have two partitions with the boot flag. On Tue, Aug 25, 2015 at 10:15 PM, Michael Havens wrote: > Here is something I never considered before. I am creating the partition > for LFS should I set the boot flag on it? >

Re: Linux from scratch section 8.3

2014-09-05 Thread Michael Havens
thanks You inspired me to read the instructions again and it says to "Install the modules, if the kernel configuration uses them". Well, as I suspected I don't have any modules so that is why I'm getting the error. :-)~MIKE~(-: On Fri, Sep 5, 2014 at 11:47 AM, Michael Butash wrote: > You

Re: Linux from scratch section 8.3

2014-09-05 Thread Michael Butash
You need modules unless compiling everything static, which usually is good in theory, but bad in practice unless a very embedded, specific hardware use. Is that what you're doing? If so, maybe lfs wants/expects modular kernels for its build tools. Seems like those are likely dependent on som

Re: linux from scratch

2014-08-26 Thread Michael Havens
My motivation? Well. I was told that it's an educational endeavour and I'm always up to learning new things. I'll have to do it again to really learn things. I thought that some of the programs that installed sounded really interesting and that I'll have to look into them more. I really do wa

Re: linux from scratch

2014-08-25 Thread Brian Cluff
Just curious, what's your motivation to create a LFS system? The last time I rolled my own minimal system was when I needed to have a system to load linux onto machine from an image. This was the days before most machines had CDROM drives, so I needed a version of liux that fit on a floppy. I

Re: linux from scratch

2014-08-25 Thread Nathan England
Congrats Mike! I'm glad you are sticking with it! I haven't done an LFS build in a while myself, and you have encouraged me to do the 7.5-systemd version ewww, I hate systemd. Rock on! On Monday, August 25, 2014 07:20:11 PM Michael Havens wrote: > I have been trying to do Linux from Scr

Re: linux from scratch 6.6

2014-08-12 Thread Michael Havens
On Tue, Aug 12, 2014 at 4:14 PM, Michael Havens wrote: > bmike1@CQ57-1:~$ ssh mike@192.168.0.14 > ssh_exchange_identification: read: Connection reset by peer > bmike1@CQ57-1:~$ ssh root@192.168.0.14 > ssh_exchange_identification: read: Connection reset by peer > bmike1@CQ57-1:~$ > > > Never mind.

Re: linux from scratch 6.6

2014-08-12 Thread Michael Havens
On Mon, Aug 11, 2014 at 6:45 PM, Michael Havens wrote: > I started over. I am now at the section where we remove the 'I have no > name!' prompt. The instructions are to start a new shell. Well I guess > that is okay but the way I am doing this is: > I have two computers. One I am building LFS

Re: Linux from scratch

2014-08-04 Thread Michael Havens
Thanks Paul. I'll do that later. Boy do I feel silly! I should have known that. :-)~MIKE~(-: On Mon, Aug 4, 2014 at 2:16 PM, Paul Mooring wrote: > It's been a while since I did an LFS install, but I assume you have a > partition mounted on `/mnt/lfs`. If that's the case the easiest thing is >

Re: Linux from scratch

2014-08-04 Thread Paul Mooring
It's been a while since I did an LFS install, but I assume you have a partition mounted on `/mnt/lfs`. If that's the case the easiest thing is to recreate the filesystem. Imagine mount shows something like: /dev/sdb1 on /mnt/lfs type ext4 (rw) You would un mount the filesystem: umount /mnt

Re: linux from scratch

2014-07-27 Thread Michael Havens
I was so excited (I am an exciteable guy after all). I compiled successfully to the first binutils pass 2 when it barfedin compile. so after some websearch I determined I should start again. as I was looking at binutils pass 1 I read something again and understood it. "If building on x86_64, create

Re: linux from scratch

2014-07-24 Thread Michael Havens
well. I just realized that there must be a reason that the glibc line was commented out in the LFS book so I'm not going to worry about it. regarding your line I did enter it and it returned nothing. then I re-read the the text concerning that and it finally dawned on me. I want all of th

Re: linux from scratch

2014-07-24 Thread kitepilot
Michael, have you even looked at what is in line 32 of your version-check.sh? Among other things, because 'glibc' is more than a program (it is more like the whole engine running under the hood), and your system would not even boot up is you don't have 'glibc' (which is a whole lot system) You'l

Re: linux from scratch

2014-07-23 Thread Michael Havens
again I need to ask about the sleep thing. The proposed solution is to modify */etc/default/grub*, by making the line that starts: GRUB_CMDLINE_LINUX_DEFAULT look like this: $ GRUB_CMDLINE_LINUX_DEFAULT= "quiet" acpi=off apm=off and then my questions about this are: -quiet refers to depress

Re: linux from scratch

2014-07-23 Thread Michael Havens
well, I didn't have a problem getting these files with a standard installation of debian; it was only after I tried with a net install of debia. So right now I'm downloading a current dvd iso of debian and after the install I'll see if that helps. :-)~MIKE~(-: On Tue, Jul 22, 2014 at 12:49 PM, M

Re: linux from scratch

2014-07-22 Thread Michael Havens
well I installed gmp the way it instructed and then I did a search for mpfr on the same website and installed it as well, but couldn't find gibc or mpc. I was going to do a search for the missing files but figured I would run version-check first to ensure I wasn't just spinning my wheels. It appea

Re: linux from scratch

2014-07-22 Thread Stephen Partington
this is what it is after: GNU Multiple Precision Arithmetic Library The GNU Multiple Precision Arithmetic Library is a free library for arbitrary-precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. http://petio.org/tools/gmp.html has some nice refrence

Re: linux from scratch

2014-07-22 Thread Michael Havens
I have no idea why the programs libgmp.la libmpfr.la libmpc.la and glibc are needed. All I know is that linux from scratch says it needs it. This has nothing to do with modifying grub. That was a separate issue in that I need to make it so the machine doesn't go to sleep. :-)~MIKE~(-: On Tue, J

Re: linux from scratch

2014-07-22 Thread Mark Phillips
Michael, Which package(s) require the files libmpfr.la and libmpc.la? How do you know you need these files? Same for the glibc file? And what does all of this have to do with modifying grub??? The debian package manager is very robust and is designed to keep one from shooting themselves in the fo

Re: linux from scratch

2014-07-22 Thread kitepilot
Do: find /lib /*/lib -name libgmp.la Here is an idea I could scp the program from a computer with the programs. Here is another idea: Grab a gun and shoot yourself in the foot...:) ET Michael Havens writes: oops I was inspecting version-check.sh script and notice that in li

Re: linux from scratch

2014-07-22 Thread Michael Havens
that's what I wanted to know. thanks! Unfortunately libgmp.la (the full name of the needed file) tuned up the package lib32gmp-dev But apt-get responded that it was unable to locate the package. The search for libmpfr.la said that search gave no results. The search for libmpc.la also says no

Re: linux from scratch

2014-07-21 Thread Mark Phillips
Michael, You need the correct name of the package for the installer to find it. When you need to find correct package names, go to https://www.debian.org/distrib/packages#search_packages on the Debian web site. Search for package names, or names of files that are in packages. It will give you a l

Re: linux from scratch

2014-07-21 Thread Michael Havens
oops I was inspecting version-check.sh script and notice that in line 33 what it said was 'glibc' all of the other checked programs were ' --version |head -n1' so I made it like that and the output said I did not have that program either. So I googled for it and as with libgmp.la libmpfr.la li

Re: linux from scratch

2014-07-21 Thread Michael Havens
it found mpc. but, unfortunately, version-check.sh doesn't say it installed libmpc.la . :-)~MIKE~(-: On Mon, Jul 21, 2014 at 8:37 PM, Michael Havens wrote: > I ran the version-check script and some packages were installed and some > not. I installed most of them but there were some that would

Re: linux from scratch

2014-07-21 Thread Michael Havens
I ran the version-check script and some packages were installed and some not. I installed most of them but there were some that would not install. Google didn't help so I must ask here what package do I need to install to get these libraries? root@debian:~# apt-get install libgmp libmpfr.la libmpc

Re: linux from scratch

2013-09-01 Thread Paul Mooring
I wouldn't think you would have any problems with the latest stable, but I can't imagine why you would want to deviate. I've done LFS a few times and in my experience it's best to take the minimal (straight LFS and don't even look at BLFS) approach the first time through. While building a workin

Re: linux from scratch

2013-08-31 Thread Michael Havens
but I did... It tells me to enter the command 'md5sum -c md5sums' and I get the error: md5sum: md5sums: no properly formatted MD5 checksum lines found :-)~MIKE~(-: On Sat, Aug 31, 2013 at 7:46 PM, wrote: > Michael, you already have a boatload of cards stacked against. > Your best (and probab

Re: linux from scratch

2013-08-31 Thread kitepilot
Michael, you already have a boatload of cards stacked against. Your best (and probably only) bet is: F-O-L-L-OW T-H-E B-O-O-K. ET Michael Havens writes: I'm doing another Linux from scratch install and was wondering something.. The kernel in the book is 3.8.1 but the most recent stable