Re: [lfs-support] lfs 7.4 / Section 6 - Building the LFS System as sudo?

2013-12-01 Thread Chris Staub
On 12/01/2013 06:27 PM, frozen tuesday wrote: > >> Is it sufficient to sudo before every command in the rest of the book, > >> or do I need to find a way to log in as the user "root"? > > > > > > Thanks. > > > You stay root anyway as long as you're in the chroot. > > I see the chroot is coming

Re: [lfs-support] lfs 7.4 / Section 6 - Building the LFS System as sudo?

2013-12-01 Thread Douglas R. Reno
You want to run these commands as root (by using sudo). Douglas Reno -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] lfs 7.4 / Section 6 - Building the LFS System as sudo?

2013-12-01 Thread frozen tuesday
>> Is it sufficient to sudo before every command in the rest of the book, >> or do I need to find a way to log in as the user "root"? > > > > Thanks. > You stay root anyway as long as you're in the chroot. I see the chroot is coming up in 6.4 but before that here are some commands that need to be

Re: [lfs-support] lfs 7.4 / Section 6 - Building the LFS System as sudo?

2013-11-29 Thread Walter P. Little
On Fri, Nov 29, 2013 at 10:56 AM, frozen tuesday wrote: > Hello all -- > > Thanks to the help I have received here or elsewhere, I have made it as > far as section III in the online instructions: "Building the LFS System". > > I am using Linux Mint 15 as my host comp

Re: [lfs-support] lfs 7.4 / Section 6 - Building the LFS System as sudo?

2013-11-29 Thread Douglas R. Reno
Hello, On Ubuntu and Mint, I found out that if you run: sudo passwd root And set the password, you can run "su - root" and login as root. I do this as one of the first things when setting up a Ubuntu or Mint system because I cannot stand sudo. Hope this helps! Douglas Reno -- http://linuxfrom

Re: [lfs-support] lfs 7.4 / Section 6 - Building the LFS System as sudo?

2013-11-29 Thread Chris Staub
On 11/29/2013 01:56 PM, frozen tuesday wrote: > Hello all -- > > Thanks to the help I have received here or elsewhere, I have made it as > far as section III in the online instructions: "Building the LFS System". > > I am using Linux Mint 15 as my host computer whi

[lfs-support] lfs 7.4 / Section 6 - Building the LFS System as sudo?

2013-11-29 Thread frozen tuesday
Hello all -- Thanks to the help I have received here or elsewhere, I have made it as far as section III in the online instructions: "Building the LFS System". I am using Linux Mint 15 as my host computer which only allows me to "sudo" before commands. I cannot log in as r

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 14/05/2012 10:10:38, Andrew Benton escribió: > Yes, in grub.cfg you have root=/dev/sda4 (and the kernel boots, so it's > happy with /dev/sda) then the bootscripts choke because you > have /dev/hda in /etc/fstab. > sed -i 's#/dev/hda#/dev/sda#' /etc/fstab > Andy Thanks very much to Andrew and

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Andrew Benton
On Mon, 14 May 2012 14:31:11 +0100 Lázaro Morales wrote: > En 14/05/2012 08:54:50, Эмиль Кранц escribió: > > > Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message > > IDE and SCSI? Typo? > > Cheerio. > > The virtual machine have 1 virtual disk IDE. The '/dev' folder is: > >

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Эмиль Кранц
Your fstab partitions are " /dev/hda4" and " /dev/hda3", while in your grub - "set root=(hd0,4)" and "root=/dev/sda4" I mean it should be either SDA or HDA, SDA for SCSI drives while HDA for IDE drives Correct drive names uniformly in /etc/fstab and /boot/grub/grub.cfg depending on your hard drive

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 14/05/2012 09:20:37, Lázaro Morales escribió: > sysfs /sysfs sysfs nosuid,noexec,nodev 0 0 Sorry, this is the old 'fstab' file, I corrected this error, the mount point for 'sysfs' is '/sys'. Regards, Lázaro -- http://linuxfromscratch.org/mailman/listinfo/lfs-suppo

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 14/05/2012 08:54:50, Эмиль Кранц escribió: > Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message > IDE and SCSI? Typo? > Cheerio. The virtual machine have 1 virtual disk IDE. The '/dev' folder is: root:/sources# ls -l /dev | grep sda lrwxrwxrwx 1 root root

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Alexander Kapshuk
Swap for LFS > sda4 LFS Ext3 for LFS > > As a side note, having a separate swap partition for LFS isn't required, provided there is already a swap partition available on the host system. (See 2.2. Creating a New Partition for details): The swap

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Эмиль Кранц
Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message IDE and SCSI? Typo? Cheerio. On 14 May 2012 15:37, Lázaro Morales wrote: > En 11/05/2012 15:58:14, Bruce Dubbs escribió: > > > Lázaro Morales wrote: > >> Hello, > >> > >> After complete the LFS book, when I restart the compu

Re: [lfs-support] Problems starting the final LFS system

2012-05-14 Thread Lázaro Morales
En 11/05/2012 15:58:14, Bruce Dubbs escribió: > Lázaro Morales wrote: >> Hello, >> >> After complete the LFS book, when I restart the computer I get a few >> errors messages and the computer stuck after this: >> >> /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file >> or >>

Re: [lfs-support] Problems starting the final LFS system

2012-05-11 Thread Ken Moffat
On Fri, May 11, 2012 at 03:30:01PM -0400, Lázaro Morales wrote: > Hello, > > After complete the LFS book, when I restart the computer I get a few > errors messages and the computer stuck after this: > > /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or > directory >

Re: [lfs-support] Problems starting the final LFS system

2012-05-11 Thread Bruce Dubbs
Lázaro Morales wrote: > Hello, > > After complete the LFS book, when I restart the computer I get a few > errors messages and the computer stuck after this: > > /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or > directory > /etc/rc.d/init.d/rc: line 217: /var/log

[lfs-support] Problems starting the final LFS system

2012-05-11 Thread Lázaro Morales
Hello, After complete the LFS book, when I restart the computer I get a few errors messages and the computer stuck after this: /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or directory /etc/rc.d/init.d/rc: line 217: /var/log/boot.log: Read-only file system

Re: lfs system

2011-08-16 Thread Mike McCarty
Frederick Muriithi wrote: > I just finished building my lfs 6.8 system, and registered as a new > lfs user. Just follow the rules for posting and you'll be surprised Congratulations! Mac -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Gove

Re: lfs system

2011-08-16 Thread Frederick Muriithi
I just finished building my lfs 6.8 system, and registered as a new lfs user. Just follow the rules for posting and you'll be surprised how helpful the people on lfs-support can be. Hang in there; just don't give up. It's worth the 'pain' -- Frederick M. Muriithi -- http://linuxfromscratch.org/m

Re: lfs system

2011-08-14 Thread William Immendorf
On Sun, Aug 14, 2011 at 4:31 PM, Bill Cunningham wrote: >    I will continue studying the book, asking questions and watching > eveyones else's progress. But for now I'm really burned out. I can't even > get beyond building a C compiler for the system. As someone else mentioned > rading the book i

lfs system

2011-08-14 Thread Bill Cunningham
I will continue studying the book, asking questions and watching eveyones else's progress. But for now I'm really burned out. I can't even get beyond building a C compiler for the system. As someone else mentioned rading the book in HTML is much easier that reading a pdf. Bill -- http://l

Re: lfs system

2011-08-14 Thread Carl Thorn
On Sun, 2011-08-14 at 13:20 +0200, Philippe Delavalade wrote: > Le samedi 13 août à 18:44, William Immendorf a écrit : > > Please make > > sure you read this: > > > > http://www.linuxfromscratch.org/hints/downloads/files/essential_prereading.txt > > Hi. > > I had a look to this document ; in the

Re: lfs system

2011-08-14 Thread Philippe Delavalade
Le samedi 13 août à 18:44, William Immendorf a écrit : > Please make > sure you read this: > > http://www.linuxfromscratch.org/hints/downloads/files/essential_prereading.txt Hi. I had a look to this document ; in the beginning, it is said to read the html version (better maintained) at : http:/

Re: lfs system

2011-08-13 Thread William Immendorf
On Sat, Aug 13, 2011 at 7:20 AM, Bill Cunningham wrote: >  I pretty much have given up on building lfs. But I will lurk the list > and chat with others > Bill Look, LFS is hard the first few times. But if you keep trying, asking the list while being clear, you can do better at the book. Please mak

Re: lfs system

2011-08-13 Thread Glendon Blount
I too would suggest you take a break but not give up. After several attemps I was able to build lfs on a usb hard drive and I am also getting ready to build lfs on my Dell XPS laptop which has two drives and dual boot with gentoo. I would also suggest reading the book and also the suggested reading

Re: lfs system

2011-08-13 Thread Eric Plummer
Bill Cunningham wrote: > I pretty much have given up on building lfs. But I will lurk the list > and chat with others > Bill > Sorry to hear you are giving up. Just so you are aware, I had many problems the first time (more like 5) I tried to build LFS. Just take a break and try again in a mon

lfs system

2011-08-13 Thread Bill Cunningham
I pretty much have given up on building lfs. But I will lurk the list and chat with others Bill<>-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Building a LFS system

2011-03-31 Thread Philippe Delavalade
Le jeudi 31 mars à 10:24, Danny Engelbarts a écrit : > > > I first posted to this list as I was wondering about building a lfs box > > without using a host linux box to compile the files needed to build a lfs > > And how exactly do you propose to compile something without an OS? There is > no >

Re: Building a LFS system

2011-03-31 Thread bsquared
> The .mono project was created by the owner of the Gnome project and some of > their apps must use the .mono runtime in order to use the app, like the > Banshee application requires the .mono to run and the .mono was at one time > a project in work with Microsoft's .net so that some apps that is f

Re: Building a LFS system

2011-03-31 Thread Dave Hajoglou
On Thu, Mar 31, 2011 at 9:02 AM, Andrew Benton wrote: >> I first posted to this list as I was wondering about building a lfs box >> without using a host linux box to compile the files needed to build a lfs >> box and I do not want to use files with .rpm or .deb files. >> I just want to get the fi

Re: Building a LFS system

2011-03-31 Thread Andrew Benton
On Thu, 31 Mar 2011 01:06:23 -0400 Harold Hartley wrote: > I first posted to this list as I was wondering about building a lfs box > without using a host linux box to compile the files needed to build a lfs > box and I do not want to use files with .rpm or .deb files. > I just want to get the fil

Re: Building a LFS system

2011-03-31 Thread Danny Engelbarts
> I first posted to this list as I was wondering about building a lfs box > without using a host linux box to compile the files needed to build a lfs And how exactly do you propose to compile something without an OS? There is no need to install linux on your box, you could start with a live CD bu

Re: Building a LFS system

2011-03-30 Thread Bruce Dubbs
Harold Hartley wrote: > I first posted to this list as I was wondering about building a lfs box > without using a host linux box to compile the files needed to build a lfs > box and I do not want to use files with .rpm or .deb files. > I just want to get the files needed to for the lfs box and be a

Re: Building a LFS system

2011-03-30 Thread Harold Hartley
>> > the bloat and other crap they stick in the distro's that are out > there. > >> > > >> > There are so much stuff I don't need on my linux box, such as > .mono/.net > >> > files and other files unneeded. > >> > > &

Re: Building a LFS system

2011-03-30 Thread Glendon Blount
les unneeded. >> > >> > I think when I get my new box built, all this type of work should come >> back >> > to me soon enough as it's been almost 10 years since I have done this >> type >> > of stuff but it was with unix though. >> > >> &g

Re: Building a LFS system

2011-03-30 Thread Harold Hartley
but it was with unix though. > > > > Harold > > > > > > On Wed, Mar 30, 2011 at 11:34 PM, Rick Shelton >wrote: > > > >> On Wed, Mar 30, 2011 at 9:17 PM, Harold Hartley > >> wrote: > >> > I would like to build a LFS system, but I

Re: Building a LFS system

2011-03-30 Thread Glendon Blount
I think when I get my new box built, all this type of work should come back > to me soon enough as it's been almost 10 years since I have done this type > of stuff but it was with unix though. > > Harold > > > On Wed, Mar 30, 2011 at 11:34 PM, Rick Shelton wrote: > >

Re: Building a LFS system

2011-03-30 Thread Harold Hartley
soon enough as it's been almost 10 years since I have done this type of stuff but it was with unix though. Harold On Wed, Mar 30, 2011 at 11:34 PM, Rick Shelton wrote: > On Wed, Mar 30, 2011 at 9:17 PM, Harold Hartley > wrote: > > I would like to build a LFS system, but

Re: Building a LFS system

2011-03-30 Thread Rick Shelton
On Wed, Mar 30, 2011 at 9:17 PM, Harold Hartley wrote: > I would like to build a LFS system, but I don't want to use a .rpm or .deb > compiled files. > I just want to build a simple linux box and I looked over the lfs book and > it talks about .deb or .rpm files or using a linux

Building a LFS system

2011-03-30 Thread Harold Hartley
I would like to build a LFS system, but I don't want to use a .rpm or .deb compiled files. I just want to build a simple linux box and I looked over the lfs book and it talks about .deb or .rpm files or using a linux system to compile the files to the operating system they currently run

RE: Problem In Making The LFS System Bootable

2009-08-31 Thread Spahn, Daniel
From: lfs-support-boun...@linuxfromscratch.org [mailto:lfs-support-boun...@linuxfromscratch.org] On Behalf Of Hugh Sent: Monday, August 31, 2009 8:47 AM To: LFS Support List Subject: Re: Problem In Making The LFS System Bootable On Mon, Aug 31, 2009 at 5:59 PM, Amir Khezrian wrote: > Hi every

Re: Problem In Making The LFS System Bootable

2009-08-31 Thread Hugh
On Mon, Aug 31, 2009 at 5:59 PM, Amir Khezrian wrote: > Hi everyone > > I have a problem in section 8.4(making the LFS System Bootable, LFS 6.4) > I have two hard disks. the fisrt one is for host system as master and the > second one is for LFS as slave. > things that i did

Problem In Making The LFS System Bootable

2009-08-31 Thread Amir Khezrian
Hi everyone I have a problem in section 8.4(making the LFS System Bootable, LFS 6.4) I have two hard disks. the fisrt one is for host system as master and the second one is for LFS as slave. things that i did in section 8.4 was : - - - - - - - -- - -- -- - -- - - root :/# grub grub

8.4. Making the LFS System Bootable

2008-11-01 Thread Wolfgang Messingschlager
Dan Nicholson wrote: > On Fri, Oct 31, 2008 at 11:32 AM, Wolfgang Messingschlager > <[EMAIL PROTECTED]> wrote: >> Dan Nicholson wrote: >>> On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager >>> <[EMAIL PROTECTED]> wrote: meanwhile I did - make mrproper - make menuconfig

Re: 8.4. Making the LFS System Bootable

2008-10-31 Thread Dan Nicholson
On Fri, Oct 31, 2008 at 11:32 AM, Wolfgang Messingschlager <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: >> On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager >> <[EMAIL PROTECTED]> wrote: >>> meanwhile I did >>> >>> - make mrproper >>> - make menuconfig(CONFIG_EXT3_FS=y) >>> - make

Re: 8.4. Making the LFS System Bootable

2008-10-31 Thread Wolfgang Messingschlager
Dan Nicholson wrote: > On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager > <[EMAIL PROTECTED]> wrote: >> meanwhile I did >> >> - make mrproper >> - make menuconfig(CONFIG_EXT3_FS=y) >> - make >> - make modules_install >> - cp -v arch/i386/boot/bzImage /boot/vmlinuz-2.6.26.1 >> - cp -v

Re: 8.4. Making the LFS System Bootable

2008-10-31 Thread Dan Nicholson
On Fri, Oct 31, 2008 at 10:39 AM, Wolfgang Messingschlager <[EMAIL PROTECTED]> wrote: > > meanwhile I did > > - make mrproper > - make menuconfig(CONFIG_EXT3_FS=y) > - make > - make modules_install > - cp -v arch/i386/boot/bzImage /boot/vmlinuz-2.6.26.1 > - cp -v .config /boot/config-2.6.26.1 >

Re: 8.4. Making the LFS System Bootable

2008-10-31 Thread Wolfgang Messingschlager
Wolfgang Messingschlager wrote: > Ken Moffat wrote: >> On Tue, Oct 28, 2008 at 10:53:12PM +0100, Wolfgang Messingschlager wrote: >>> Wolfgang Messingschlager wrote: >>> >>> Hi all, >>> >>> >>> I have meanwhile tried to build a kernel with EXT2 and EXT3 within the >>> kernel. >>> >>> # egrep '(EXT2

8.4. Making the LFS System Bootable

2008-10-28 Thread Wolfgang Messingschlager
Ken Moffat wrote: > On Tue, Oct 28, 2008 at 10:53:12PM +0100, Wolfgang Messingschlager wrote: >> Wolfgang Messingschlager wrote: >> >> Hi all, >> >> >> I have meanwhile tried to build a kernel with EXT2 and EXT3 within the >> kernel. >> >> # egrep '(EXT2|EXT3)' .config >> CONFIG_EXT2_FS=y >> CONFI

Re: 8.4. Making the LFS System Bootable

2008-10-28 Thread Ken Moffat
On Tue, Oct 28, 2008 at 10:53:12PM +0100, Wolfgang Messingschlager wrote: > Wolfgang Messingschlager wrote: > > Hi all, > > > I have meanwhile tried to build a kernel with EXT2 and EXT3 within the > kernel. > > # egrep '(EXT2|EXT3)' .config > CONFIG_EXT2_FS=y > CONFIG_EXT2_FS_XATTR=y > CONFIG_

8.4. Making the LFS System Bootable

2008-10-28 Thread Wolfgang Messingschlager
Wolfgang Messingschlager wrote: > Hi all, > > > before I overwrite my MBR I want to test the new generated kernel on the > my Debian host system (which uses grub as well). > The Debian host system has the following EXT3 partitions: > > - /dev/hdb20: / > - /dev/hdb23: /boot > - /dev/hdb14: /mnt/l

8.4. Making the LFS System Bootable

2008-10-28 Thread Wolfgang Messingschlager
Hi all, before I overwrite my MBR I want to test the new generated kernel on the my Debian host system (which uses grub as well). The Debian host system has the following EXT3 partitions: - /dev/hdb20: / - /dev/hdb23: /boot - /dev/hdb14: /mnt/lfs ... The new LFS partition is on /dev/hdb14 and /

Re: Making the LFS System Bootable

2008-10-13 Thread Trent Shea
On Sunday 12 October 2008 19:27:32 Trent Shea wrote: > bash-3.2# dd if=/dev/sda of=/root/mbr1 bs=512 count=1 > bash-3.2# dd if=/dev/sda of=/root/mbr2 bs=512 count=1 > bash-3.2# diff -s mbr mbr2 > Files mbr and mbr2 are identical > bash-3.2# > > Anyhow, I'm pretty convinced and I like how the page l

Re: Making the LFS System Bootable

2008-10-12 Thread Randy McMurchy
Trent Shea wrote: > On Sunday 12 October 2008 14:11:49 Trent Shea wrote: >> I wouldn't want to start altering instructions to reflect possible >> scenarios though. > > Well, still... It feels odd that we would be worried about the system > crashing at this point (ie. the last thing we are doing:)

Re: Making the LFS System Bootable

2008-10-12 Thread Trent Shea
On Sunday 12 October 2008 14:11:49 Trent Shea wrote: > I wouldn't want to start altering instructions to reflect possible > scenarios though. Well, still... It feels odd that we would be worried about the system crashing at this point (ie. the last thing we are doing:). And configuring before in

Re: Making the LFS System Bootable

2008-10-12 Thread Trent Shea
On Sunday 12 October 2008 14:11:49 Trent Shea wrote: > It may be more robust if the previous bootloader was grub, and the > partition layout and setup were similar, but I've never actually > tried to see if this would work. Oh, I just re-read you said _after_ the mbr was altered... ignore my pos

Re: Making the LFS System Bootable

2008-10-12 Thread Trent Shea
On Sunday 12 October 2008 13:54:54 Wolfgang Messingschlager wrote: > What is your opinion? It may be more robust if the previous bootloader was grub, and the partition layout and setup were similar, but I've never actually tried to see if this would work. I wouldn't want to start altering instr

Re: Making the LFS System Bootable

2008-10-12 Thread Randy McMurchy
[cc'ing to LFS-Dev] Wolfgang Messingschlager wrote: > I suggest before issuing within grub > setup (hd0) > the file /boot/grub/menu.lst should be created. This is much safer, > because it can happen that the system crashes between overwriting the > MBT and creating /boot/grub/menu.lst. > >

Making the LFS System Bootable

2008-10-12 Thread Wolfgang Messingschlager
Hi all, I suggest before issuing within grub setup (hd0) the file /boot/grub/menu.lst should be created. This is much safer, because it can happen that the system crashes between overwriting the MBT and creating /boot/grub/menu.lst. What is your opinion? Wolfgang -- http://linuxfromscra

Re: QEmu on a LFS system ?

2008-04-10 Thread Wilco Beekhuizen
2008/4/10 Chris Staub <[EMAIL PROTECTED]>: > Jean-Sebastien wrote: > > Hi all ! > > > > I wanna know how I can install (and all of it dependencies) the QEmu and > > QEmu Launcher. > > > > If someone has already installed it, please contact me at : > > > > [EMAIL PROTECTED] > > > > Regards

Re: QEmu on a LFS system ?

2008-04-09 Thread Chris Staub
Jean-Sebastien wrote: > Hi all ! > > I wanna know how I can install (and all of it dependencies) the QEmu and > QEmu Launcher. > > If someone has already installed it, please contact me at : > > [EMAIL PROTECTED] > > Regards, > Good luck to anyone who tries helping this guy. Trust me, you'll

QEmu on a LFS system ?

2008-04-09 Thread Jean-Sebastien
Hi all ! I wanna know how I can install (and all of it dependencies) the QEmu and QEmu Launcher. If someone has already installed it, please contact me at : [EMAIL PROTECTED] Regards, -- Jean-Sébastien Provost --- Conception de site web Hébergement Service de courriel ---

Ответ: how can i make b ootable my lfs system???

2007-04-05 Thread Sherzod Rakh
1) how can i compress my lfs system as root.ext2??? 2) how to view or creat splash.lss??? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: how can i make bootable my lfs system???

2007-04-05 Thread Sherzod Rakh
thank you, i will try to do it today 2007/4/5, Wilco Beekhuizen <[EMAIL PROTECTED]>: > 2007/4/5, Sherzod Rakh <[EMAIL PROTECTED]>: > > how can i make bootable my lfs system??? > > i want burn my lfs system to disk and make this system bootable from > > cd (make l

Re: how can i make bootable my lfs system???

2007-04-05 Thread Jaqui Greenlees
--- Sherzod Rakh <[EMAIL PROTECTED]> wrote: > how can i make bootable my lfs system??? > i want burn my lfs system to disk and make this > system bootable from > cd (make live cd) > does anybody know how to do it??? > Thanks beforehand > -- > This might b

Re: how can i make bootable my lfs system???

2007-04-05 Thread Wilco Beekhuizen
2007/4/5, Sherzod Rakh <[EMAIL PROTECTED]>: > how can i make bootable my lfs system??? > i want burn my lfs system to disk and make this system bootable from > cd (make live cd) > does anybody know how to do it??? > Thanks beforehand > -- > http://linuxfromscratch.org/m

how can i make bootable my lfs system???

2007-04-05 Thread Sherzod Rakh
how can i make bootable my lfs system??? i want burn my lfs system to disk and make this system bootable from cd (make live cd) does anybody know how to do it??? Thanks beforehand -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: how to backup lfs system

2007-03-23 Thread Dan Nicholson
On 3/23/07, Alan Lord <[EMAIL PROTECTED]> wrote: > ANIRUDH VIJ wrote: > > i followed thre instruction in the lfs book 6.2 and my basic lfs system now > > works well.I want to back it up so that after i mess around and spoil the > > installation,i can still recover t

Re: how to backup lfs system

2007-03-22 Thread Alan Lord
ANIRUDH VIJ wrote: > hi, > i followed thre instruction in the lfs book 6.2 and my basic lfs system now > works well.I want to back it up so that after i mess around and spoil the > installation,i can still recover the system > i have enough space on other hard disk partitions to com

how to backup lfs system

2007-03-22 Thread ANIRUDH VIJ
hi, i followed thre instruction in the lfs book 6.2 and my basic lfs system now works well.I want to back it up so that after i mess around and spoil the installation,i can still recover the system i have enough space on other hard disk partitions to completely back up the lfs partition . is a

read blfs on a lfs system

2007-03-08 Thread Andreas
Hi to everyone I have set up a lfs this week and want to go on with parts of the blfs book. But I did not found any possibility to read blfs on my pure lfs system. Is there any possibility or perhaps a text only version of blfs? I have searched the blfs site but I did only found a html and a

Re: Unable to connect to LAN from inside an LFS system

2006-10-11 Thread Jibon Doley
On 10/10/06, Nikolai <[EMAIL PROTECTED]> wrote: 2006/10/10, Jibon Doley <[EMAIL PROTECTED]>: > I have not installed the DHCP client. Is not it possible to connect to > a network from the LFS system alone without installing packages from > BLFS? It is possible to connect to

Re: Unable to connect to LAN from inside an LFS system

2006-10-10 Thread Nikolai
2006/10/10, Jibon Doley <[EMAIL PROTECTED]>: I have not installed the DHCP client. Is not it possible to connect to a network from the LFS system alone without installing packages from BLFS? It is possible to connect to a static network, but to connect to a network with a DHCP server

Re: Unable to connect to LAN from inside an LFS system

2006-10-10 Thread Jibon Doley
P. You can find the DHCPCD or DHClient on the BLFS book. I have not installed the DHCP client. Is not it possible to connect to a network from the LFS system alone without installing packages from BLFS? 2006/10/10, Jibon Doley <[EMAIL PROTECTED]>: > I have sucessfully completed build

Re: Unable to connect to LAN from inside an LFS system

2006-10-10 Thread Nikolai
book. 2006/10/10, Jibon Doley <[EMAIL PROTECTED]>: I have sucessfully completed building a LFS 6.2 system using the Livecd (as a guest OS inside a Qemu virtual machine instance). The problem now is that I can't connect to my LAN or even to my host system from my new LFS system (running unde

Unable to connect to LAN from inside an LFS system

2006-10-10 Thread Jibon Doley
I have sucessfully completed building a LFS 6.2 system using the Livecd (as a guest OS inside a Qemu virtual machine instance). The problem now is that I can't connect to my LAN or even to my host system from my new LFS system (running under Qemu). I tried pinging my host system's ip a

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-22 Thread Dan Nicholson
On 8/22/06, Brandon Peirce <[EMAIL PROTECTED]> wrote: Make oldconfig will regenerate the .config file, but it keeps all the same settings you had in the old one unless they are incompatible with the actual version of the kernel sources you are using. It will prompt you only if there are new opt

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-22 Thread Brandon Peirce
Wang, Baojun wrote: Does LFS 6.2 require kernel 2.6.16? if not, you can copy a config file(usally /boot/config-2.6.x-xxx) to override the .config file under linux source tree then rebuild the kernel. here is the .config file for linux 2.6.15 modify very small from ubuntu 6.06 LTS:

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-22 Thread Wang, Baojun
://dslab.lzu.edu.cn/docs/2006summerschool/team1/teama/Documentation/wangbaojun/config-2.6.15 - Original Message - From: "Brandon Peirce" <[EMAIL PROTECTED]> To: Sent: Sunday, August 20, 2006 6:51 PM Subject: RE: LFS Version 6.2 - 8.4. Making the LFS System Bootable > Mag. Leon

[SOLVED] Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
y "LFS GRUB": # This entry added by Leonhard Landrock for a non-linux OS # on /dev/sdb3 title           Linux from Scratch root            (hd1,2) savedefault makeactive chainloader     +1 My LFS system: == (part of) linux kernel configuration: --

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Ken Moffat
On Sun, Aug 20, 2006 at 06:00:32PM +0200, Mag. Leonhard Landrock wrote: > > I'll took a try to get the most important out of my (Debian) kernel log. > Maybe > there is someone who finds anything. > [...] > Aug 20 17:26:51 veneto kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA > DRIVER, R

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
Am Sonntag, 20. August 2006 16:40 schrieb S. Anthony Sequeira: > On Sun, 2006-08-20 at 16:36 +0200, Mag. Leonhard Landrock wrote: > > Am Sonntag, 20. August 2006 14:37 schrieb S. Anthony Sequeira: > > > USB drives are supported by the SCSI drivers. Make sure you have the > > > relevant SCSI options

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread S. Anthony Sequeira
On Sun, 2006-08-20 at 16:36 +0200, Mag. Leonhard Landrock wrote: > Am Sonntag, 20. August 2006 14:37 schrieb S. Anthony Sequeira: > > USB drives are supported by the SCSI drivers. Make sure you have the > > relevant SCSI options compiled into the kernel. > > These options are? This is what I have

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Brandon Peirce
S. Anthony Sequeira wrote: On Sun, 2006-08-20 at 14:40 +0200, Mag. Leonhard Landrock wrote: > As I said: My boot device for LFS is an external USB hard disk. In > fact, it is > a Western Digital WD2500BB in an external USB case. > > > If it's a SATA disk, you will find the SATA drivers under SCS

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
Am Sonntag, 20. August 2006 14:37 schrieb S. Anthony Sequeira: > USB drives are supported by the SCSI drivers. Make sure you have the > relevant SCSI options compiled into the kernel. These options are? > S. Anthony Sequeira Leonhard. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
Am Sonntag, 20. August 2006 14:46 schrieb Ken Moffat: > On Sun, Aug 20, 2006 at 02:40:08PM +0200, Mag. Leonhard Landrock wrote: > > As I said: My boot device for LFS is an external USB hard disk. In fact, > > it is a Western Digital WD2500BB in an external USB case. > > I've not been following thi

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread S. Anthony Sequeira
On Sun, 2006-08-20 at 14:40 +0200, Mag. Leonhard Landrock wrote: > As I said: My boot device for LFS is an external USB hard disk. In > fact, it is > a Western Digital WD2500BB in an external USB case. > > > If it's a SATA disk, you will find the SATA drivers under SCSI low > level > > drivers in

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
Am Sonntag, 20. August 2006 14:27 schrieb kriss: > kriss a écrit : > > leonhard > > your root point to the partition #3 of the second disk > > what is the number of the lfs partition ? > > /dev/sdb3 ??? > > i miss myself > forget my stupid question please No problem. :-) > another : why chainload

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Ken Moffat
On Sun, Aug 20, 2006 at 02:40:08PM +0200, Mag. Leonhard Landrock wrote: > > As I said: My boot device for LFS is an external USB hard disk. In fact, it > is > a Western Digital WD2500BB in an external USB case. > I've not been following this whole thread, so apologies if you've already answere

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread kriss
kriss a écrit : leonhard your root point to the partition #3 of the second disk what is the number of the lfs partition ? /dev/sdb3 ??? i miss myself forget my stupid question please another : why chainloader +1 ? chainloader is for boot via an other bootloader no ? -- http://linuxfromscratch.

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
0,0) > >Please append a correct "root" boot option > >Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block > >(0,0) > > > > > >My LFS system: > >== > > > >(part of) linux kernel configuration: > >-

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
Am Sonntag, 20. August 2006 13:58 schrieb kriss: > leonhard > your root point to the partition #3 of the second disk > what is the number of the lfs partition ? > /dev/sdb3 ??? Exactly. My LFS partition is "/dev/sdb3". -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.li

Re: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread kriss
leonhard your root point to the partition #3 of the second disk what is the number of the lfs partition ? /dev/sdb3 ??? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Brandon Peirce
t root fs on unknown-block (0,0) My LFS system: == (part of) linux kernel configuration: -- Device Drivers ---> USB support ---> [*] USB Mass Storage support [*] USB Mass Storage verbose debug I'm not sure the releva

LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
Linux from Scratch root(hd1,2) savedefault makeactive chainloader +1 My LFS system: == (part of) linux kernel configuration: -- Device Drivers ---> USB support ---> [*] USB Mass Storage support [*] USB Mass Stor

Re: LFS System not booting

2006-01-07 Thread James Henry
Chris Staub wrote: James Henry wrote: I am running LFS SVN-20060506 my sytem configuration listed bellow, when booting /dev/hda2 kernel panicks stating that cannot mount rootfs, set root= value, which i have. am i correct about system still having a problem booting after a certain block on

Re: LFS System not booting

2006-01-07 Thread Chris Staub
James Henry wrote: I am running LFS SVN-20060506 my sytem configuration listed bellow, when booting /dev/hda2 kernel panicks stating that cannot mount rootfs, set root= value, which i have. am i correct about system still having a problem booting after a certain block on the hd. should i re

LFS System not booting

2006-01-07 Thread James Henry
I am running LFS SVN-20060506 my sytem configuration listed bellow, when booting /dev/hda2 kernel panicks stating that cannot mount rootfs, set root= value, which i have. am i correct about system still having a problem booting after a certain block on the hd. Disk /dev/hda: 80.0 GB, 8002636

Re: hint on using the livecd 6.1 to make a lfs system (troubles)

2005-10-18 Thread Chris Staub
Ian Armstrong wrote: I had a look at the 'install-lfs-from-livecd.txt', and it looks quite useful. I haven't tried it yet, but I am in the middle of building version 6.1, and I will try it tomorrow. I would suggest that it be kept. Ian. Check out my first reply to this topic - it can be

  1   2   >