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: 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
Am Sonntag, 20. August 2006 11:07 schrieb Mag. Leonhard Landrock: > Hi! > > I'm nearly finished with my fisrt LFS installation. :-) Nevertheless I > still have some problems booting the new system. :-( > > My problem: > > > When trying to boot my LFS kernel, it starts and finally gets stuc

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
Am Sonntag, 20. August 2006 12:51 schrieb Brandon Peirce: > Mag. Leonhard Landrock wrote: > >When trying to boot my LFS kernel, it starts and finally gets stuck with > >the > >following error: > > > >VFS: Cannot open root device "sdb3" or unknown-block (0,0) > >Please append a correct "root" boot o

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
Mag. Leonhard Landrock wrote: When trying to boot my LFS kernel, it starts and finally gets stuck with the following error: VFS: Cannot open root device "sdb3" or unknown-block (0,0) Please append a correct "root" boot option Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-

LFS Version 6.2 - 8.4. Making the LFS System Bootable

2006-08-20 Thread Mag. Leonhard Landrock
Hi! I'm nearly finished with my fisrt LFS installation. :-) Nevertheless I still have some problems booting the new system. :-( My problem: When trying to boot my LFS kernel, it starts and finally gets stuck with the following error: VFS: Cannot open root device "sdb3" or unknown-blo