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