Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread Face
Well, I did the book and i try to be very careful and i did ask myself What does that paragraph mean?  Why is it there?. and now when i boot i have a different thing I can see the grub however when try to run it i get some kind of boot kernal Panic. I attached an image. On Fri, Jul 16, 2010

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread William Immendorf
On Sun, Jul 18, 2010 at 12:30 PM, Face falaz...@gmail.com wrote: Well, I did the book and i try to be very careful and i did ask myself What does that paragraph mean?  Why is it there?.  and now when i boot i have a different thing I can see the grub however when try to run it i get some kind

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread Face
i am running the book on kvm virtual machine, should i be using a real machine? On Sun, Jul 18, 2010 at 8:40 PM, William Immendorf will.immend...@gmail.com wrote: On Sun, Jul 18, 2010 at 12:30 PM, Face falaz...@gmail.com wrote: Well, I did the book and i try to be very careful and i did ask

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread Face
linux-2.6.34 gcc-4.5.0 On Sun, Jul 18, 2010 at 9:16 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Face wrote: Well, I did the book and i try to be very careful and i did ask myself What does that paragraph mean?  Why is it there?.  and now when i boot i have a different thing I can see the

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread Bruce Dubbs
Face wrote: linux-2.6.34 gcc-4.5.0 Apply the sed and rebuild the kernel. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread Face
what sed should I apply ? On Sun, Jul 18, 2010 at 9:38 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Face wrote: linux-2.6.34 gcc-4.5.0 Apply the sed and rebuild the kernel.   -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread Bruce Dubbs
Face wrote: what sed should I apply ? 1. Stop top posting. 2. Read svn-20100702. 3. Try looking up things for yourself instead of asking for us to hold your hand. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread Face
On Sun, Jul 18, 2010 at 9:55 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Face wrote: what sed should I apply ? 1.  Stop top posting. 2.  Read svn-20100702. 3.  Try looking up things for yourself instead of asking for us to     hold your hand.   -- Bruce --

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread William Immendorf
On Sun, Jul 18, 2010 at 2:18 PM, Face falaz...@gmail.com wrote: what a wast of time It's not a wast of time (remember to hit spellcheck next time you send emails.), Bruce has lots of points: 1. Never top post when sending to this list. 2. Read the book very carefully next time. 3. Before asking

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Face
Anyone I really try replace all instances of /dev/hda with /dev/sda but it did not help here the result of fdisk -l Disk /dev/hda: 21.4 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Andrew Benton
On 15/07/10 16:14, Face wrote: after finishing the book i try to boot to the new system but nothing happen i only get this Booting from Hard Disk ... and it freeze That suggests that there is something seriously wrong with your kernel config. If the kernel doesn't exist or grub can't find

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Face
it print nothing ! what are my options i already redo the book and every thing was ok . On Fri, Jul 16, 2010 at 2:57 PM, Andrew Benton b3n...@gmail.com wrote: On 15/07/10 16:14, Face wrote: after finishing the book i try to boot to the new system but nothing happen i only get this Booting

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Chris McIntosh
On Fri, Jul 16, 2010 at 4:57 AM, Andrew Benton b3n...@gmail.com wrote: On 15/07/10 16:14, Face wrote: after finishing the book i try to boot to the new system but nothing happen i only get this Booting from Hard Disk ... and it freeze That suggests that there is something

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Face
yes after bios message nothing will happen, no message or any thing On Fri, Jul 16, 2010 at 4:32 PM, Chris McIntosh rougechampion2...@gmail.com wrote: On Fri, Jul 16, 2010 at 4:57 AM, Andrew Benton b3n...@gmail.com wrote: On 15/07/10 16:14, Face wrote: after finishing the book i try to

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Bruce Dubbs
Face wrote: yes after bios message nothing will happen, no message or any thing It would appear that you don't have GRUB installed. grub-setup '(hd0)' Read through 8.4 carefully. List what you have in /boot and /boot/grub. Also post the contents of /boot/grub/grub.cfg and

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Face
i try to redo 8.4 and i get this chroot $LFS /usr/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login cd /tmp root:/tmp# grub-mkrescue --image-type=floppy floppy.img Unrecognized option `--image-type=floppy' Usage:

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Andrew Benton
On 16/07/10 18:52, Face wrote: i try to redo 8.4 and i get this chroot $LFS /usr/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login cd /tmp root:/tmp# grub-mkrescue --image-type=floppy floppy.img Unrecognized option

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Face
I dont think i did. at this point i am thinking of redoing the book again however, how i can mount /dev ? On Fri, Jul 16, 2010 at 9:02 PM, Andrew Benton b3n...@gmail.com wrote: On 16/07/10 18:52, Face wrote: i try to redo  8.4 and i get this chroot $LFS /usr/bin/env -i \     HOME=/root

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Bruce Dubbs
Face wrote: i try to redo 8.4 and i get this chroot $LFS /usr/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login You also need to do 6.2.3 before entering chroot if the Virtual Kernel File Systems are not mounted. cd /tmp

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Bruce Dubbs
Face wrote: I dont think i did. at this point i am thinking of redoing the book again however, how i can mount /dev ? You may not need to *redo* the book, but you may need to *reread* the book. Especially the parts that are not commands. Ask yourself: What does that paragraph mean? Why is

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-16 Thread Face
hehehe will do, i think i did more damage that i can handle appreciate the help On Fri, Jul 16, 2010 at 9:10 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Face wrote: I dont think i did. at  this point i am thinking of redoing the book again however, how i can mount /dev ? You may not need

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-15 Thread William Immendorf
On Thu, Jul 15, 2010 at 10:14 AM, Face falaz...@gmail.com wrote: after finishing the book i try to boot to the new system but nothing happen i only get this Booting from Hard Disk ... and it freeze Again?!?! Did you learn anything from the last thread? Did you replace all instances of

Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-15 Thread Face
I did you replace all instances of /dev/hda with /dev/sda last time i had the problem and i did replace them this time However i still get only Booting from Hard Disk ... and it freeze On Thu, Jul 15, 2010 at 7:29 PM, William Immendorf will.immend...@gmail.com wrote: On Thu, Jul 15, 2010 at

LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Face
hello all, after solving my last problem i went Through the rest of the book without any problems. However, when i try to boot to the new system nothing happen i only get this Booting from Hard Disk ... and it freeze i Attached the fstab and grub.cfg -- Sincerely, fstab Description: Binary

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread William Immendorf
On Tue, Jul 6, 2010 at 4:32 AM, Face falaz...@gmail.com wrote: hello all, after solving my last problem i went Through the rest of the book without any problems. However, when i try to boot to the new system nothing happen i only get this Booting from Hard Disk ... and it freeze From

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Neal Murphy
On Tuesday 06 July 2010 05:32:56 Face wrote: hello all, after solving my last problem i went Through the rest of the book without any problems. However, when i try to boot to the new system nothing happen i only get this Booting from Hard Disk ... and it freeze Your main problem is these

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Andrew Benton
On 06/07/10 16:41, Neal Murphy wrote: Your main problem is these two lines in menu.lst: set root='(hd0,1)' set root='(hd0,1)' This aspect of partition addressing is zero-based in grub. Change them to: set root='(hd0,0)' That was true for grub legacy but the grub we use

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Bruce Dubbs
Neal Murphy wrote: On Tuesday 06 July 2010 05:32:56 Face wrote: hello all, after solving my last problem i went Through the rest of the book without any problems. However, when i try to boot to the new system nothing happen i only get this Booting from Hard Disk ... and it freeze Your

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Andrew Benton
On 06/07/10 14:49, William Immendorf wrote: On Tue, Jul 6, 2010 at 4:32 AM, Facefalaz...@gmail.com wrote: hello all, after solving my last problem i went Through the rest of the book without any problems. However, when i try to boot to the new system nothing happen i only get this Booting

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Neal Murphy
On Tuesday 06 July 2010 11:49:27 Andrew Benton wrote: On 06/07/10 16:41, Neal Murphy wrote: Your main problem is these two lines in menu.lst: set root='(hd0,1)' set root='(hd0,1)' This aspect of partition addressing is zero-based in grub. Change them to: set root='(hd0,0)'

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Face
I did change /dev/hd* to /dev/sd* and nothing happen here is ls of /dev root [ ~ ]# ls /dev/* /dev/cdrom/dev/null /dev/tty20 /dev/tty44 /dev/ttyS1 /dev/console /dev/nvram /dev/tty21 /dev/tty45 /dev/ttyS2 /dev/core /dev/port /dev/tty22 /dev/tty46 /dev/ttyS3

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread Face
did not work On Tue, Jul 6, 2010 at 6:41 PM, Neal Murphy neal.p.mur...@alum.wpi.edu wrote: On Tuesday 06 July 2010 05:32:56 Face wrote: hello all, after solving my last problem i went Through the rest of the book without any problems. However, when i try to boot to the new system nothing

Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread William Immendorf
On Tue, Jul 6, 2010 at 5:06 PM, Face falaz...@gmail.com wrote: I did change /dev/hd*  to /dev/sd* and nothing happen SNIP /dev/mapper: control  lfs-cd I noticed your diddn't specify your host system, but judging by your ls of /dev, it looks like you are using the LFS livecd... Anyway, I think