similar to: Help for setting up windows unattended installation

Displaying 20 results from an estimated 3000 matches similar to: "Help for setting up windows unattended installation"

2017 Dec 05
0
FW: Help for setting up windows unattended installation
On Tue, Dec 5, 2017 at 1:11 PM, Kenneth Vandb?k <valnurat at gmail.com> wrote: > I found out that "wimboot" has to be lowercase. Merely match what the tftpd will work with. > Now wimboot, but I get this problem as the attachmen shows. > > My configfile is like this: > > # setup.menu begin > MENU TITLE Setup Menu > LABEL MainMenu > MENU LABEL ^Return
2017 Nov 26
0
FW: Help for setting up windows unattended installation
On Sun, Nov 26, 2017 at 8:38 AM, Kenneth Vandb?k <valnurat at gmail.com> wrote: > I looked at the link and it seems to this is what I need to do. > I have copied wimboot file to my \tftpboot directory, but it seems it can't > find the file in the progress. > > I have a QNAP nas for this. > > This is my setup.menu file: > > MENU TITLE Setup Menu > >
2017 Dec 06
0
FW: Help for setting up windows unattended installation
On Wed, Dec 6, 2017 at 2:58 PM, Kenneth Vandb?k <valnurat at gmail.com> wrote: > I have changed my setup.menu file as mentioned, but I get this error now: > > command line: "BOOT_IMAGE= wimboot > initrd=Windows7SP2/boot/bcd,Windows7SP2/boot/boot.sdi,Windows7SP2/sources/boot.wim" > Unrecognised argument >
2017 Dec 06
2
No DEFAULT or UI configuration directive found!
Hi. I have setup virtualbox with a windows 10 that is acting as a DHCP and TFTP server. I have created folder like this: c:\tftpboot in that folder "pxelinux.0" and "ldlinux.c32" is located. another folder is created: c:\tftpboot\pxelinux.cfg In that folder "default" is located. I have another testpc that I want to startup with pxe, but I get this error:
2017 Dec 07
2
Help for setting up windows unattended installation
What about using linux.c32?? It has some special initrd features, which someone has very kindly documented: ? http://www.syslinux.org/wiki/index.php?title=Linux.c32 Shao Miller Synthetel Corporation W: https://www.synthetel.com
2006 Mar 11
2
Can this be done with PXELinux?
Hi This is what I like to be able to do. 1. Computer boot on LAN, using PXELinux. 2. If the computer is booting for the first time it sends MAC adr, RAM, size of harddrive and name of videocard to a shared folder on a computer, maybe a server, that is attached to the network. 3. If this is not the first time it scan for a new task, could be a new ghostimage or an unattended installation of a
2013 Dec 09
4
PXELINUX [BIOS] 6.02 - Upgrade to 6.02 from 4.07 introduces local boot regression
Hello All, this is my first post so I'll try to be as verbose as possible. We have a PXE deployment server serving mostly fujitsu RX300 rack mount servers with Intel 82575EB Gigabit Ethernet Controllers onboard. I recently upgraded from version 4.07 to version 6.02 and, without making any edits to my default menu, immediately noticed a regression. I use vesamenu.c32 to present a menu to the
2017 Nov 25
0
FW: Help for setting up windows unattended installation
Hi, I'm not sure what you call it, but I do not use EFI, so I guess it is BIOS/legacy system. My idea was to have the option to install windows 7 on my computer and it should install drivers that's not recognized in the install progress. My default file is this: DEFAULT menu.c32 PROMPT 0 MENU TITLE PXE Special Boot Menu MENU INCLUDE pxelinux.cfg/graphics.conf MENU AUTOBOOT
2013 Dec 10
3
PXELINUX [BIOS] 6.02 - Upgrade to 6.02 from 4.07 introduces local boot regression
Gene, Ady thanks for your suggestions. >> What if you dropped the timeout to 0.8-2.0 seconds or even 0.2 seconds? I tried setting the delay to 2 seconds and 0.2 with no change in behavior. >> First, please be sure you are using all C32 modules from the exact same Syslinux version, including ldlinux.c32 and all lib*.c32 library modules, all located somewhere under the
2017 Nov 24
1
Help for setting up windows unattended installation
On Fri, Nov 24, 2017 at 09:07:22AM -0500, Gene Cumm wrote: > On Fri, Nov 24, 2017 at 8:24 AM, Kenneth Vandb?k wrote: > > Hi. > > > > I have looked at > > PXElinux<http://www.syslinux.org/wiki/index.php?title=PXELINUX> > > to understand all this, but I'm very sorry I don't. > > > > I have managed to setup to boot from PXELinux, but I'm
2015 Sep 23
3
Chaining to pxelinux.0 6.0.3 from iPXE - ldlinux.c32
On 9/23/2015 12:14 AM, Ady via Syslinux wrote: > About your customers' setup... > Are they using official binaries downloaded from kernel.org? Yes. Stock versions, no local modifications. > Which exact version of Syslinux are they using? I've tried versions 3.86, 4.07, 6.01, 6.03. We can only generally use 4.07 or less because of the described ipxe compatibility issues, 6.0x
2015 Sep 22
7
Chaining to pxelinux.0 6.0.3 from iPXE - ldlinux.c32
On 9/22/2015 4:33 AM, Gene Cumm wrote: > > https://sites.google.com/site/genecsyslinux/sl604p0g15-bios.tgz?attredirects=0&d=1 > https://sites.google.com/site/genecsyslinux/sl604p0g15-x64.tgz?attredirects=0&d=1 > Tried these new binaries this morning. No change, still will not attempt to load ldlinux.c32. As a context, what I'm really trying to do is get a newer
2017 Dec 07
0
Help for setting up windows unattended installation
I looked into Linux.c32 and added that to my setup.menu file. LABEL Install Windows MENU LABEL ^Install Windows COM32 linux.c32 APPEND wimboot initrdfile=Windows7SP2/bootmgr,Windows7SP2/boot/bcd, Windows7SP2/boot/boot.sdi,Windows7SP2/sources/boot.wim Now it boots so I have the installation startup page, but when I start the installation I get where I should "select the driver to
2014 Jan 11
2
Linux reinstallation without rebooting? Alternative to kickstart and other such tools?
Hi All. I am curious if it is possible to reinstall linux distribution to centos (or another distro) if I have a remote linux server with no kvm access (i do not want to use virtualization). I know that for installation pxe, tftpboot and kickstart or a proper iso/cd and kickstart are standard options. But for such operations I would need kvm access. Are there any alternatives which do not need
2017 Dec 06
0
No DEFAULT or UI configuration directive found!
On Wed, Dec 6, 2017 at 7:33 AM, Kenneth Vandb?k <valnurat at gmail.com> wrote: > Thank you. > > I looked into my config file and it was not completed. I'm glad to hear it's a simple fix. -- -Gene > 2017-12-06 12:42 GMT+01:00 Gene Cumm <gene.cumm at gmail.com>: >> >> On Wed, Dec 6, 2017 at 6:19 AM, Kenneth Vandb?k via Syslinux >> <syslinux at
2008 Aug 19
6
Recursive pxelinux.0 and pxelinux.cfg directories.
I am trying to set a uniform PXE environment to load multiple distros. RHEL 5.1 and 4.7 SUSE 10.2 and 11 Solaris 10 X86 Window Multiple server versions.... - Why? Because I am in hell. What I want is to have an upper level pxelinux.0 call the default menu directories that come with the releases. Is there a way to call pxelinux.0 and point it at a different pxelinux.cfg directory?
2014 Aug 30
2
PXE booting WinPE with UEFI architecture
> Date: Fri, 29 Aug 2014 13:02:10 +0100 > From: Michael Brown <mcb30 at ipxe.org> > To: Jason Jones <jason.s.jones at convergys.com>, "syslinux at zytor.com" > <syslinux at zytor.com> > Subject: Re: [syslinux] PXE booting WinPE with UEFI architecture > Message-ID: <54006BC2.3090703 at ipxe.org> > Content-Type: text/plain;
2014 Aug 30
0
PXE booting WinPE with UEFI architecture
On Fri, Aug 29, 2014 at 8:01 PM, Spike White <spikewhitetx at gmail.com> wrote: > But chain-loading into WinPE would be useful too. > In order to use "wimboot", I have to use ./efi64/com32/modules/pxechn.c32 > to chain-load into ipxe? As so: pxechn.c32 contains BIOS-only code and is not going to work in any EFI environment. > LABEL WinPE > MENU LABEL
2014 Nov 24
2
Windows PE booting without chainloading ipxe
Adding an option for initrdfile= boot argument to be ignored by wimboot worked just fine. They can add this patch, which is probably most sane, or syslinux could add the INITRDFILE configuration option instead of having to append the option for linux.c32 wimboot-2.4.0/src/cmdline.c @ Line ~107 } else if ( key == cmdline ) { /* Ignore unknown initial
2006 Mar 01
3
Samples files for comboot and default
Hi Does subject exist? Is it possible to get MAC address, video card, RAM and the storage of a harddrive by using comboot? And can some one help me? /Kenneth