3.4.1 does not support creation of logical volumes.  If you look at the
autoinstall script for your client, you will see the LVs are never
created before the attempt to format the partitions.  That's why I
went to unstable 3.5.3  I got this working on my SuSE SLES9 setup, but 
it was seriously hard.  There were a lot of bugs (at least they are bugs 
under SuSE).  I am trying to patch these for my own site.  I was planning
to post them once I got a bit farther along.  

I can post my notes if you want to give it a try.  They are long and gory.




On Wed, Nov 09, 2005 at 07:19:40AM -0800, Jide Osatuyi wrote:
> Thanks that worked.I eidted the autoinstall script.
> now it says
> 
> "SGI XFS with no debug enabled
> mks2fs -j /dev/VolGroup00/LogVol00 || shellout
> could not stat /dev/VolGroup00/LogVol00 -No such file
> or directory
> 
> The device appraently does not exist; did you specify
> it correctly?"
> How do I specify it correctly please?
> Thanks
> 
> 
> 
> 
> --- John Jolet <[EMAIL PROTECTED]> wrote:
> 
> > control-c and get a shell.  fdisk -l, if you can. 
> > the hard drive has just 
> > moved.  when you find it, just edit the autoinstall
> > script and change hdc to 
> > hda, or whatever.
> > On Tuesday 08 November 2005 09:10, Jide Osatuyi
> > wrote:
> > > I copied kernel and initrd.img from the root and
> > > /systemimager/i386/boot.... respectively and it
> > works
> > > fine.
> > > I'm at the autoinstall stage now and I'm getting
> > > this;
> > > get_arch
> > > Partitioning /dev/hdc...
> > > Old partition table for /dev/hdc:
> > > Error: Could not stat device /dev/hdc - No such
> > file
> > > or directory.
> > > parted -s -- /dev/hdc mklabel msdos || shellout
> > >
> > > any ideas what's going on here and how i can fix
> > it?
> > > Thanks
> > >
> > > --- John Jolet <[EMAIL PROTECTED]> wrote:
> > > > On Monday 07 November 2005 15:24, Jide Osatuyi
> > > >
> > > > wrote:
> > > > > here's a copy of the output after I changed
> > some
> > > > > permissions:
> > > > > [EMAIL PROTECTED] ~]# ls -lR /tftpboot/
> > > > > /tftpboot/:
> > > > > total 36
> > > > > -r-xr-xr-x  2 root root     0 Nov  2 13:18
> > > >
> > > > initrd.img
> > > >
> > > > > -r-xr-xr-x  2 root root     0 Nov  4 08:31
> > kernel
> > > >
> > > > ummmm, kernel and initrd.img are zero length?
> > > > I think for the kernel to run, and initrd to
> > load
> > > > they need contents....
> > > >
> > > > > -rw-r--r--  1 root root 11822 Sep 28 16:39
> > > >
> > > > pxelinux.0
> > > >
> > > > > -rw-r--r--  2 root root 11822 Aug 16  2004
> > > > > pxelinux.bin
> > > > > dr-xr-xr-x  2 root root  4096 Nov  7 14:37
> > > > > pxelinux.cfg
> > > > > drwxrwxr-x  3 root root  4096 Oct 25 10:07
> > X86PC
> > > > >
> > > > > /tftpboot/pxelinux.cfg:
> > > > > total 16
> > > > > -rw-r--r--  1 root root 791 Nov  4 12:33
> > 7F000001
> > > > > -rw-r--r--  1 root root 790 Nov  4 12:24
> > 7F000001~
> > > > > -r-xr-xr-x  1 root root 116 Nov  7 14:37
> > default
> > > > > -rw-r--r--  1 root root 107 Nov  4 13:01
> > default~
> > > > >
> > > > > /tftpboot/X86PC:
> > > > > total 8
> > > > > drwxr-xr-x  4 root root 4096 Oct 25 10:07 UNDI
> > > > >
> > > > > /tftpboot/X86PC/UNDI:
> > > > > total 8
> > > > > drwxr-xr-x  2 root root 4096 Oct 25 10:07
> > BStrap
> > > > > drwxr-xr-x  3 root root 4096 Oct 25 10:11
> > > > > linux-install
> > > > >
> > > > > /tftpboot/X86PC/UNDI/BStrap:
> > > > > total 12
> > > > > -rw-r--r--  1 root root 9256 Jan 27  2003
> > bstrap.0
> > > > >
> > > > > /tftpboot/X86PC/UNDI/linux-install:
> > > > > total 20
> > > > > -r-xr-xr-x  2 root root     0 Nov  2 13:18
> > > >
> > > > initrd.img
> > > >
> > > > > -r-xr-xr-x  2 root root     0 Nov  4 08:31
> > kernel
> > > > > -rw-r--r--  2 root root 11822 Aug 16  2004
> > linux.0
> > > > > -rw-r--r--  1 root root   696 Oct 25 10:09
> > > >
> > > > message.txt
> > > >
> > > > > drwxr-xr-x  2 root root  4096 Oct 25 10:09
> > > > > pxelinux.cfg
> > > > >
> > > > >
> > /tftpboot/X86PC/UNDI/linux-install/pxelinux.cfg:
> > > > > total 4
> > > > > -r-xr-xr-x  1 root root 47 Oct 25 10:09
> > default
> > > > >
> > > > >  and I still get,
> > > > > Trying to load: pxelinux.cfg/default
> > > > > boot:
> > > > >
> > > > > --- Ashley Gould <[EMAIL PROTECTED]> wrote:
> > > > > > 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
> > 
> === 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
> Sisuite-users@lists.sourceforge.net
> 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
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to