Re: Exists some script to create a LiveCd of the LFS?

2005-05-21 Thread Michell L. Garcia
On Sat, 21 May 2005 23:25:36 -0400, Jeremy Huntwork wrote > Jeremy Huntwork wrote: > > Michell L. Garcia wrote: > > > >> Exists some script to create a LiveCd of the LFS? > >> > > > > svn co svn://svn.linuxfromscratch.org/livecd/trunk lfs-livecd && > > cd lfs-livecd && > > make > > Actually, for

Re: Exists some script to create a LiveCd of the LFS?

2005-05-21 Thread Jeremy Huntwork
Jeremy Huntwork wrote: Michell L. Garcia wrote: Exists some script to create a LiveCd of the LFS? svn co svn://svn.linuxfromscratch.org/livecd/trunk lfs-livecd && cd lfs-livecd && make Actually, for the sake of completeness, I missed a couple of small steps in there... :) mkdir /mnt/lfs

Re: Exists some script to create a LiveCd of the LFS?

2005-05-21 Thread Jeremy Huntwork
Michell L. Garcia wrote: Exists some script to create a LiveCd of the LFS? svn co svn://svn.linuxfromscratch.org/livecd/trunk lfs-livecd && cd lfs-livecd && make :) -- Jeremy Huntwork -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.htm

Exists some script to create a LiveCd of the LFS?

2005-05-21 Thread Michell L. Garcia
Exists some script to create a LiveCd of the LFS? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Live Cd??

2005-05-21 Thread Chakkaradeep C C
hi, > Frankly, I would suggest that before you get too involved with trying to > build a livecd, you get more comfortable with building LFS in general i have learnt a lot while building LFS and thanks to the team..and it has increased my brain capacity a little.. :-) > and try doing it on

Re: Live Cd??

2005-05-21 Thread Jeremy Huntwork
i just read again the live cd tutorial in the hints section,the author has specifically mentioned that the tutorial will work only for Pentium 4 machines.am using AMD 2400+ Sempron machineso what changes or optimizations should i modify ?? You're misreading the hint. Mike's sayin

Re: Problems when finishing the LFS

2005-05-21 Thread Ken Moffat
On Sat, 21 May 2005, Andreas Fehr wrote: > > Still, backup is only, if hda5 is mounted as backup. (check `mount`). > But from lilos point of view, lfskernel-2.6.8.1 is on '/dev/hda5'/boot > and not on '/dev/hda5'/backup/boot. Try to think what happens if > /dev/hda5 is mounted as root ('/') > I

Re: Live Cd??

2005-05-21 Thread Chakkaradeep C C
hi, here is the link http://www.sg.linuxfromscratch.org/hints/downloads/files/2.6-udev-nptl-bootcd.txt with regards, C.C.Chakkaradeep On 5/21/05, Jeremy Huntwork <[EMAIL PROTECTED]> wrote: > Chakkaradeep C C wrote: > > i just read again the live cd tutorial in the hints section,the author > > h

Re: Live Cd??

2005-05-21 Thread Jeremy Huntwork
Chakkaradeep C C wrote: i just read again the live cd tutorial in the hints section,the author has specifically mentioned that the tutorial will work only for Pentium 4 machines.am using AMD 2400+ Sempron machineso what changes or optimizations should i modify ?? Which hint was

Re: Problem with kernel

2005-05-21 Thread David Jensen
Michell L. Garcia wrote: UDF-fs No partition found(1) Kernel panic: VFS: Unable to mount root fs on unknown-block (3,5) it appears the kernel is trying to mount a UDF cdrom filesystem for / check your /etc/fstab on the lfs partition. for you maybe: /dev/hda5 / reiserfs defaults 0 0 --- D

Re: Live Cd??

2005-05-21 Thread Chakkaradeep C C
hi, hey downloading and using Live CDs are easy job...but whats the point in building my own LFS..its like this,i have built and spent time in building linux from scratch,so i would love to put my built linux into CD using my ow efforts so that i can learn things i have learnt a lot w

Re: Live Cd??

2005-05-21 Thread Andreas Fehr
On Sat, 21 May 2005, 19:26, Chakkaradeep C C (as CCC) wrote: >CCC: so how to make my LFS to be put into a Live CD like Knoppix and >CCC: test...?? >CCC: >CCC: i would be happy if friends could help me out... Why not just use lfs-livecd from ftp://ftp.lfs-matrix.de/pub/lfs-livecd/ -- http://lin

Re: Problem with kernel

2005-05-21 Thread Chakkaradeep C C
hi, this seems to be a file system error.when compiling kernel did u select File Systems,have u enabled Virtual File System support,ext2 support,reiserfs support??.i didnt not enable these options first and i got an error similar to this.then i realised i hadnt selected the fil

Problem with kernel

2005-05-21 Thread Michell L. Garcia
Necessary of aid to compile kernel.. I compiled and this giving to this message of error when start mine linux? My partitions are of the type reiserfs, in make menuconfig in file system activated the support for reiserfs. Error in start linux UDF-fs No partition found(1) Kernel panic: VFS: Un

Re: Problems when finishing the LFS

2005-05-21 Thread Andreas Fehr
On Sat, 21 May 2005, 15:20, Michell L. Garcia (as MLG) wrote: >MLG: >MLG: view /etc/lilo.conf >MLG: >MLG: image="/boot/vmlinuz-generic-2.6.10" >MLG: >MLG: initrd="/boot/initrd.gz" >MLG: >MLG: root="/dev/hda1" >MLG: >MLG: label="Linux" >MLG: >MLG: read-only >MLG: >ML

Re: Problems when finishing the LFS

2005-05-21 Thread David Jensen
Michell L. Garcia wrote: other="/backup/boot/vmlinuz-generic" root="/dev/hda5" label="BrTn" read-only maybe should be: image="/backup/boot/vmlinuz-generic" I think 'other' is for chaining windows, bsd etc. loaders? --- David Jensen -- http://linuxfromscratch.org/mailm

Live Cd??

2005-05-21 Thread Chakkaradeep C C
hi all, i have LFS running in my system..now i want to test this system in various machinesi thought it would be nice if it was packed in a Live CD,i did go thru hints section where there was a hint describing how to make a LIVE CD but it was writen that this LIVE CD is only for rescue and

Re: Problems when finishing the LFS

2005-05-21 Thread Michell L. Garcia
Ken Moffat It diminishes the name of the archive and was: image="/boot/vmlinuz-generic-2.6.10" initrd="/boot/initrd.gz" root="/dev/hda1" label="Linux" read-only other="/backup/boot/vmlinuz-generic" root="/dev/hda5" label="BrTn" read-on

Re: Problems when finishing the LFS

2005-05-21 Thread Andreas Fehr
On Sat, 21 May 2005, 15:03, Michell L. Garcia (as MLG) wrote: >MLG: view /etc/lilo.conf >MLG: image="/boot/vmlinuz-generic-2.6.10" >MLG: initrd="/boot/initrd.gz" >MLG: root="/dev/hda1" >MLG: label="Linux" >MLG: read-only >MLG: >MLG: other="/backup/boot/lfskernel-2.

Re: Problems when finishing the LFS

2005-05-21 Thread Michell L. Garcia
On Sat, 21 May 2005 13:51:24 +0100 (BST), Ken Moffat wrote > On Sat, 21 May 2005, Michell L. Garcia wrote: > > > > >I am finishing my LFS 6.0. In it chapter 8.3. Linux-2.6.8.1 and 8.4. > > Making the LFS System Bootable my problems. > > > >As I use Slackware 10,1 with Lilo I would like t

Re: Problems when finishing the LFS

2005-05-21 Thread Ken Moffat
On Sat, 21 May 2005, Michell L. Garcia wrote: > >I am finishing my LFS 6.0. In it chapter 8.3. Linux-2.6.8.1 and 8.4. > Making the LFS System Bootable my problems. > >As I use Slackware 10,1 with Lilo I would like to add the LFS in my Lilo, > to prevent to install the Grub. > >Modify

Problems when finishing the LFS

2005-05-21 Thread Michell L. Garcia
I am finishing my LFS 6.0. In it chapter 8.3. Linux-2.6.8.1 and 8.4. Making the LFS System Bootable my problems. As I use Slackware 10,1 with Lilo I would like to add the LFS in my Lilo, to prevent to install the Grub. In it I chapter 6,2 Linux-2.6.8.1 I compiled mine thus kernel: