Re: [Unattended] pxe boot/install control

2004-08-03 Thread devnull
i was under the impression that most BIOS'es required an input via kb to boot from network. not sure about IBM though... see if you can make them boot from hd first, but get to boot from network when doing install only(ie once) On Mon, 2 Aug 2004, Steven Piercy wrote: Date: Mon, 02 Aug 2004

RE: [Unattended] pxe boot/install control

2004-08-03 Thread kevin
Steven, I am happily using PXELINUX, there is an option to drop straight out of the menu if either caps lock or shift lock are not engaged, coupled with that I have a local disk boot set as the default. This does mean that you have to type a 'magic word' to launch the install, but that has the

[Unattended] Re: Minor bug in CVS variant of perl.bat

2004-08-03 Thread Patrick J. LoPresti
Steffen Kaiser [EMAIL PROTECTED] writes: Hello, the halt loop is using a wrong label (the colon must preceed halt). The patch below uses pause instead of echo in order to not consume CPU (well, why not?) and when you press any key, the situation is re-checked, mayhap the share was

[Unattended] Re: Minor bug in CVS variant of perl.bat

2004-08-03 Thread Steffen Kaiser
On Tue, 3 Aug 2004, Patrick J. LoPresti wrote: +start /wait msiexec /qb /l* %SystemDrive%\netinst\logs\perl.txt %perl_msi% /i TARGETDIR=C:\Perl ADDLOCAL=PERL_FEATURE,PPM,PERLSE,EXAMPLES PERL_PATH=Yes PERL_EXT=Yes Isn't C:\Perl the default installation directory? Yup, it's just curious; I just

RE: [Unattended] VNC4??? - howto do unattended

2004-08-03 Thread Jan Brauer
I do it like this: First do a attended install. Get the proper registry key. Then: vnc-4.0-x86_win32.exe /SILENT /SP- Apply registry key. There's lots of information on http://darkage.co.uk/ --- This SF.Net email is sponsored by OSTG.

Re: [Unattended] pxe boot/install control

2004-08-03 Thread Jordan Share
Michael Styne wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steven. On Aug 2, 2004, at 7:03 PM, Steven Piercy wrote: What are the rest of ya's using for bootup control on systems. Serial console is where it's at, for our purposes, anyway. Mike Us too. We default to pxe boot (which itself

Re: [Unattended] Compaq/HP DL360/380 Gig interfaces

2004-08-03 Thread Patrick J. LoPresti
Bunting, Glen, IG [EMAIL PROTECTED] writes: I tried using the 4.4-test5 cd and was able to make the initial connection using the ip instead if the server name. However when it is scanning for the os directory it errors out with the following: Unable to open /z/os/win2ksp4/i386/txtsetup.sif

Re: [Unattended] Compaq/HP DL360/380 Gig interfaces

2004-08-03 Thread Patrick J. LoPresti
Bunting, Glen, IG [EMAIL PROTECTED] writes: I think I figured out part of the problem. I am running a Samba Server. The problem appears to be that when the script was looking for txtsetup.sif, it is case sensitive. I did have a TXTSETUP.SIF. This is very similar to a problem reported

Re: [Unattended] Compaq/HP DL360/380 Gig interfaces

2004-08-03 Thread Niels S. Richthof
Hi! Case sensitivity is more a property of the server than the client. I suspect if you set unix extensions = off in your smb.conf file it will fix the problem. This is my guess, anyway; it would be nice to know for certain. man smb.conf look for name mangling the install-share should

Re: [Unattended] pxe boot/install control

2004-08-03 Thread Steven Piercy
I dont know why I would want to have serial console boots to all of our 300 client machines on site? But I do think moding the defaults pxelinux file may be the trick im lookin for. will need a few layers of scripts though to get the control im lookin for. this is what i want: - if client box

RE: [Unattended] Compaq/HP DL360/380 Gig interfaces

2004-08-03 Thread Bunting, Glen, IG
That makes sense. Any idea as to why it was unable to run: winnt /rx:lang /s:Z:\os\win2ksp4\i386 /u:C:\netinst\unattend.txt ? Thanks Glen -Original Message- From: Patrick J. LoPresti [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 11:59 AM To: Bunting, Glen, IG Cc: [EMAIL

Re: [Unattended] Compaq/HP DL360/380 Gig interfaces

2004-08-03 Thread Patrick J. LoPresti
Niels S. Richthof [EMAIL PROTECTED] writes: man smb.conf look for name mangling the install-share should have: case sensitive = no I am skeptical that this is the problem, for two reasons. First, case sensitive = no is the default. You would have to explicitly set it to yes to break

Re: [Unattended] pxe boot/install control

2004-08-03 Thread Patrick J. LoPresti
Steven Piercy [EMAIL PROTECTED] writes: can it be done? scripted? db needed? how do I get pxelinux to look for an install flag for each systems mac addy? or some other type of do install flag? PXELINUX supports a programming environment called comboot, although it is extremely primitive.

Re: [Unattended] pxe boot/install control

2004-08-03 Thread Michael Styne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steven, On Aug 3, 2004, at 3:29 PM, Steven Piercy wrote: I dont know why I would want to have serial console boots to all of our 300 client machines on site? We're primarily a Linux shop, but do Windows installs on occasion. Granted these are all

Re: [Unattended] pxe boot/install control

2004-08-03 Thread Brian Mathis
Michael Styne wrote: Steven, On Aug 3, 2004, at 3:29 PM, Steven Piercy wrote: I dont know why I would want to have serial console boots to all of our 300 client machines on site? We're primarily a Linux shop, but do Windows installs on occasion. Granted these are all rack mounted servers; sounds