[SPBLinux-user] Re: SPBLinux-user digest, Vol 1 #7 - 2 msgs
Brought to you by:
spblinux
From: <m.n...@ma...> - 2005-07-12 04:42:37
|
Hi, hChristian. Thank you for reply: -----Original Message----- From: spb...@li... To: spb...@li... Date: Mon, 11 Jul 2005 20:40:05 -0700 Subject: SPBLinux-user digest, Vol 1 #7 - 2 msgs > > Send SPBLinux-user mailing list submissions to > spb...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/spblinux-user > or, via email, send a message with subject or body 'help' to > spb...@li... > > You can reach the person managing the list at > spb...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of SPBLinux-user digest..." > > > Today's Topics: > > 1. rc_init (=?koi8-r?Q?=ED=C9=C8=C1=C9=CC=20=EE=C1=D3=C5=C4=CB=C9=CE?=) > 2. AW: [SPBLinux-user] rc_init (Christian Ostheimer) > > --__--__-- > > Message: 1 > From: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC=20=EE=C1=D3=C5=C4=CB=C9=CE?= <m.n...@ma...> > To: SPB...@li... > Date: Mon, 11 Jul 2005 13:46:08 +0400 > Reply-To: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC=20=EE=C1=D3=C5=C4=CB=C9=CE?= <m.n...@ma...> > Subject: [SPBLinux-user] rc_init > > Hi, > > I try to spb2.1 from PXE diskless workstation > > In my pxelinux.cfg: > DEFAULT /kernel > APPEND ip=dhcp initrd=/ramdisk spbconf=cfgdev=ram0,addons:subdir=basics:x spbrootsize=64 bootd=tftp > > I'm create /tftproot/PXEClient/spblinux and copy files from archives spb2.1-usbboot2_b12-r1.zip > spb2.1-usbboot1_b12-r1.zip > > Okay, booting workstation: > ... > Loading start files with tftp ... > ... > > error: executable file /etc/rc_init not found; > > I can't see in linuxrc line like: > tar xjf /mnt/init6.bz2 > > Why? > > > > > > > --__--__-- > > Message: 2 > Reply-To: <os...@fr...> > From: "Christian Ostheimer" <os...@fr...> > To: <SPB...@li...> > Subject: AW: [SPBLinux-user] rc_init > Date: Mon, 11 Jul 2005 14:17:39 +0200 > > Hi Michail, > > try http://www.spblinux.de/spb2/b13pre4/other/netboot.bz2 (=tar.bz2 file) > as example for > configuration: when this addon is loaded, spblinux acts as netboot server. > > These lines are from netboot.bz2: > kernel kernel > append initrd=ramdisk bootd=tftp vga=791 spbrootsize=8 spbaddonsize=32 > spbconf=cfgdev0=tftp,addons:subdir=basics:x,net:config=d reboot=warm no-hlt > panic=30 > > this is a line of dhcpd.conf: > filename "/tftpboot/pxelinux.0"; > > and spblinux expects its files in tftpserver_root/PXEClient/spblinux > spbcfg = spblinux configuration file > > init6.gz = system files of spblinux > > tftp_files = list with addon files which should be loaded by tftp > (usually automatically created by /etc/cfg_netboot; one file per line, > given as e.g. basics/libs.bz2) > > addon files: > basic/*.bz2 > x/*.bz2 > ... > More information can be extracted from netboot.bz2 > > > I try to spb2.1 from PXE diskless workstation > > > > In my pxelinux.cfg: > > DEFAULT /kernel > > APPEND ip=dhcp initrd=/ramdisk > > spbconf=cfgdev=ram0,addons:subdir=basics:x spbrootsize=64 bootd=tftp > > > > I'm create /tftproot/PXEClient/spblinux and copy files from > > archives spb2.1-usbboot2_b12-r1.zip > > spb2.1-usbboot1_b12-r1.zip > > > > Okay, booting workstation: > > ... > > Loading start files with tftp ... > > ... > ^^^ > this is the important part: does the network interface get up > (is the module for your network card inside ramdisk; use changeramdisk > command to > add other modules from modules_all zip file) > > > error: executable file /etc/rc_init not found; > so kernel and ramdisk have been loaded by the bootloader, but linux fails to > set up the > the network interface or does not find the files on the tftp server > > Regards, hChristian > > > > I can't see in linuxrc line like: > > tar xjf /mnt/init6.bz2 > > > > Why? > init6.bz2 is hidden inside init6.gz > > > > > --__--__-- > > _______________________________________________ > SPBLinux-user mailing list > SPB...@li... > https://lists.sourceforge.net/lists/listinfo/spblinux-user > > > End of SPBLinux-user Digest > |