what is the output of 
ls -lR /tftpboot

On Fri, Nov 04, 2005 at 10:26:32AM -0800, Jide Osatuyi wrote:
> I got to this point during he network boot of my
> client
> 
> Trying to load:pxelinux.cfg/01-88-99-aa-bb-cc-dd
> Trying to load:pxelinux.cfg/C000025B
> Trying to load:pxelinux.cfg/C000025
> Trying to load:pxelinux.cfg/C00002
> Trying to load:pxelinux.cfg/C0000
> Trying to load:pxelinux.cfg/C000
> Trying to load:pxelinux.cfg/C00
> Trying to load:pxelinux.cfg/C0
> Trying to load:pxelinux.cfg/C
> Trying to load:pxelinux.cfg/default
> Could not find kernel image:linux
>  
> and my /tftpboot/pxelinux.cfg/default file looks like
> 
> default linux
> 
> label linux
> kernel kernel
> append initrd=initrd.img
> 
> I would appreciate ideas on what to do next so i can
> boot the client.
> Thanks...
> --- Ashley Gould <[EMAIL PROTECTED]> wrote:
> 
> > chmod 644 <file>    # for files 
> > chmod 755 <dir>             # for directories 
> > 
> > I've been using:
> > find /tftpboot -type d |xagrs chmod 775
> > find /tftpboot -type f |xagrs chmod 644
> > 
> > you may want to study unix permissions a bit more on
> > your own.  They
> > are basic to anything you do, so a good
> > understanding can help a lot.
> > I found one pretty good article on the web:
> >
> http://www.comptechdoc.org/os/linux/usersguide/linux_ugfilesp.html
> > 
> > 
> > 
> > 
> > On Tue, Nov 01, 2005 at 06:36:21AM -0800, Jide
> > Osatuyi wrote:
> > > Ashley,
> > > How do I make the permissions of the files/dir in
> > > /tftpboot "world readable", i use fedora core 3
> > i386.
> > > 
> > > Thanks
> > > 
> > > --- Ashley Gould <[EMAIL PROTECTED]> wrote:
> > > 
> > > > Did you check the permissions of files/dirs in
> > > > /tftpboot?  Must be world
> > > > readable.  This is one that stung me, anyway.
> > > > 
> > > > 
> > > > On Mon, Oct 31, 2005 at 01:25:57PM -0800, Jide
> > > > Osatuyi wrote:
> > > > > the only error i get now is 
> > > > > PXE-E32: TFTP open timeout
> > > > > 
> > > > > my /etc/xinetd.d/tftp file looks like this:
> > > > > 
> > > > > default: on
> > > > > service tftp
> > > > > {
> > > > >    disable  = no
> > > > >    socket_type = dgram
> > > > >    protocol    = udp
> > > > >    wait        = yes
> > > > >    user        = root
> > > > >    server      = /usr/sbin/in.tftpd
> > > > >    server_args = -s /tftpboot -r blksize
> > > > > }
> > > > > 
> > > > > --- John Jolet <[EMAIL PROTECTED]> wrote:
> > > > > 
> > > > > > On Friday 28 October 2005 09:15, Jide
> > Osatuyi
> > > > wrote:
> > > > > > > I added the host to the /etc/hosts and it
> > > > > > successfully
> > > > > > > created the configuration file on the
> > image
> > > > > > server.
> > > > > > > On the clint machine however, it shows
> > that it
> > > > got
> > > > > > an
> > > > > > > ip from dhcp and then
> > > > > > > TFTP.
> > > > > > > PXE-01: File not found
> > > > > > > PXE-E3B:TFTP Error-File not found
> > > > > > > PXE-MOF:Exiting Intel Boot Agent
> > > > > > and in /tftpboot you have a kernel, an
> > initrd
> > > > and a
> > > > > > pxelinux.cfg directory?  
> > > > > > you have to have syslinux installed on the
> > > > > > systemimager server.
> > > > > > >
> > > > > > > I'm gueesing it has something to do with
> > my
> > > > tftp
> > > > > > but
> > > > > > > I'm not sure what about it?
> > > > > > >
> > > > > > > --- John Jolet <[EMAIL PROTECTED]> wrote:
> > > > > > > > On Friday 28 October 2005 08:39, Jide
> > > > Osatuyi
> > > > > > wrote:
> > > > > > > > > Hi All,
> > > > > > > > > I have successfully configured my dhcp
> > > > server
> > > > > > but
> > > > > > > >
> > > > > > > > each
> > > > > > > >
> > > > > > > > > time I issue the "si_mkclientboot
> > > > --verbose
> > > > > > > >
> > > > > > > > --netboot
> > > > > > > >
> > > > > > > > > --clients "www1"" command I get
> > > > > > > >
> > > > > > > > did you add it to /etc/hosts, and to
> > > > > > > > /var/lib/systemimager/scripts/hosts?
> > > > > > > >
> > > > > > > > > "can't find an ip address for www1!"
> > > > > > > > >
> > > > > > > > > below are some of my files
> > > > > > > > > /tftpboot/pxelinux.cfg/default
> > > > > > > > > -----------------------------
> > > > > > > > > DEFAULT localhost
> > > > > > > > >
> > > > > > > > > LABEL localhost
> > > > > > > > > LOCALBOOT 0
> > > > > > > > >
> > > > > > > > > /etc/pxe.conf
> > > > > > > > > ----------------
> > > > > > > > > .
> > > > > > > > > .
> > > > > > > > > #Image file name for Linux install
> > boot
> > > > server
> > > > > > > >
> > > > > > > > type
> > > > > > > >
> > > > > > > > > #format:<min layer #> <max layer #>
> > <base
> > > > file
> > > > > > > >
> > > > > > > > name>
> > > > > > > >
> > > > > > > > >
> > [X86PC/UNDI/linux-install/ImageFile_Name]
> > > > > > > > > 0
> > > > > > > > > 2
> > > > > > > > > linux
> > > > > > > > >
> > > > > > > > > #Image file name for Linux boot server
> > > > type
> > > > > > > > > #format:<min layer #> <max layer #>
> > <base
> > > > file
> > > > > > > >
> > > > > > > > name>
> > > > > > > >
> > > > > > > > > [X86PC/UNDI/linux-boot/ImageFile_Name]
> > > > > > > > > 0
> > > > > > > > > 0
> > > > > > > > > pxelinux
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > __________________________________
> > > > > > > > > Yahoo! Mail - PC Magazine Editors'
> > Choice
> > > > 2005
> > > > > > > > > http://mail.yahoo.com
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -------------------------------------------------------
> > > > > > >
> > > > > > > > > This SF.Net email is sponsored by the
> > > > JBoss
> > > > > > Inc.
> > > > > > > > > Get Certified Today * Register for a
> > JBoss
> > > > > > > >
> > > > > > > > Training Course
> > > > > > > >
> > > > > > > > > Free Certification Exam for All
> > Training
> > > > > > Attendees
> > > > > > > >
> > > > > > > > Through End of 2005
> > > > > > > >
> > > > > > > > > Visit
> > > > > > http://www.jboss.com/services/certification
> > > > > > > >
> > > > > > > > for more information
> > > > > > > >
> > > > > > > > >
> > > > > >
> > _______________________________________________
> > > > > > > > > Sisuite-users mailing list
> > > > > > > > > [email protected]
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/sisuite-users
> > > > > > >
> > > > > > > > --
> > 
> === message truncated ===
> 
> 
> ----------------------
> ##Jide Osatuyi
> ##ITSN,SUNY Brockport
> ##Brockport,NY.
> 
> 
>       
>               
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> Sisuite-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sisuite-users

-- 

-ashley

Did you try poking at it with a stick?



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to