Re: [Unattended] Unattended and making a new bootdisk
I have not yet but am working on doing that now but keep getting an error of: checking for C compiler default output file name... configure: error: C compiler cannot create executables On Mon, Oct 27, 2008 at 11:02 AM, Juan Jose Pablos <[EMAIL PROTECTED]>wrote: > Travis Zadikem escribió: > >> this could be something with the server as the only two things on the pxe >> server for my unattended is the bzImage and the initrd-2.6.23.1-42.fc8.img >> the whole rest of the unattended stuff is on a server called >> co-labdeploy-01 and thus my original email that started this whole thread >> stating that I needed to have the pxe/tftp stuff on one server and the rest >> on another server. Any help is much appreciated. >> >> > did you compile it yourself? > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Travis Zadikem escribió: > this could > be something with the server as the only two things on the pxe server > for my unattended is the bzImage and the initrd-2.6.23.1-42.fc8.img the > whole rest of the unattended stuff is on a server called co-labdeploy-01 > and thus my original email that started this whole thread stating that I > needed to have the pxe/tftp stuff on one server and the rest on another > server. Any help is much appreciated. > > did you compile it yourself? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Hi! I'm a little confused, "pxelinux.cfg" is directory, contain one single file "default", for me it's seem like this: # isolinux/pxelinux configuration file default unattended label unattended kernel bzImage # Add options (z_user=..., z_path=..., etc.) to this line. append initrd=initrd, z_opt=ip=172.16.3.73 You have said it is start booting: Load initrd image ... and after goes back to pxe boot menu - what is a pxe boot menu? Yopu mean DOS boot - choose NIC driver? > Can you show me your working pxelinux.cfg file. Mine starts to boot the > image and then just goes back to my pxe boot menu. Thanks! > > On Tue, Oct 21, 2008 at 9:22 AM, tovis <[EMAIL PROTECTED]> wrote: > >> > Hey guys, >> >We have quite a large kickstart environment with over 300 images. >> I >> > was >> > at the Wiki site >> > for modifying the bootdisk >> > http://ubertechnique.com/unattended/ModifyingTheBootDisk >> > >> > but don't actually see anything that I can download to recreate the >> image. >> > The Samba server >> > that I have created just to test Unattend is named co-labdeploy-01 and >> I >> > need to modify >> > this in the script(s). We want to try and test this with Windows 2008 >> and >> > Windows 2003 initially. We are >> > trying at all cost to avoid using the new version of Microsoft(s) WDS >> > BDD2007 >> > >> > >> > Travis >> >> Hi Travis! >> >> Do you need the build environment to build new boot images? >> (about a month ego I downloadid it, and successfully build new boot >> image >> for PXE/TFTP and CD Linux boot image) >> CU >> tovis >> > - >> > This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge >> > Build the coolest Linux based applications with Moblin SDK & win great >> > prizes >> > Grand prize is a trip for two to an Open Source event anywhere in the >> > world >> > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/___ >> > unattended-info mailing list >> > unattended-info@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/unattended-info >> > >> >> >> > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Here's the relevant part from mine: DISPLAY boot-screens/boot.txt DEFAULT local label local localboot 0 label utendl4.8 kernel utendl4.8/bzImage append initrd=utendl4.8/initrd Steven Blackery From: Travis Zadikem [mailto:[EMAIL PROTECTED] Sent: 27 October 2008 14:12 To: tovis Cc: unattended-info@lists.sourceforge.net Subject: Re: [Unattended] Unattended and making a new bootdisk Can you show me your working pxelinux.cfg file. Mine starts to boot the image and then just goes back to my pxe boot menu. Thanks! On Tue, Oct 21, 2008 at 9:22 AM, tovis <[EMAIL PROTECTED]> wrote: > Hey guys, >We have quite a large kickstart environment with over 300 images. I > was > at the Wiki site > for modifying the bootdisk > http://ubertechnique.com/unattended/ModifyingTheBootDisk > > but don't actually see anything that I can download to recreate the image. > The Samba server > that I have created just to test Unattend is named co-labdeploy-01 and I > need to modify > this in the script(s). We want to try and test this with Windows 2008 and > Windows 2003 initially. We are > trying at all cost to avoid using the new version of Microsoft(s) WDS > BDD2007 > > > Travis Hi Travis! Do you need the build environment to build new boot images? (about a month ego I downloadid it, and successfully build new boot image for PXE/TFTP and CD Linux boot image) CU tovis > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/___ > unattended-info mailing list > unattended-info@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unattended-info > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Can you show me your working pxelinux.cfg file. Mine starts to boot the image and then just goes back to my pxe boot menu. Thanks! On Tue, Oct 21, 2008 at 9:22 AM, tovis <[EMAIL PROTECTED]> wrote: > > Hey guys, > >We have quite a large kickstart environment with over 300 images. I > > was > > at the Wiki site > > for modifying the bootdisk > > http://ubertechnique.com/unattended/ModifyingTheBootDisk > > > > but don't actually see anything that I can download to recreate the > image. > > The Samba server > > that I have created just to test Unattend is named co-labdeploy-01 and I > > need to modify > > this in the script(s). We want to try and test this with Windows 2008 > and > > Windows 2003 initially. We are > > trying at all cost to avoid using the new version of Microsoft(s) WDS > > BDD2007 > > > > > > Travis > > Hi Travis! > > Do you need the build environment to build new boot images? > (about a month ego I downloadid it, and successfully build new boot image > for PXE/TFTP and CD Linux boot image) > CU > tovis > > - > > This SF.Net email is sponsored by the Moblin Your Move Developer's > > challenge > > Build the coolest Linux based applications with Moblin SDK & win great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > > world > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/___ > > unattended-info mailing list > > unattended-info@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/unattended-info > > > > > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Steven Blackery escribió: > OK, here's my documention on editing the PXE image - note that where I state > "change the files as required", in your case you need to edit ./etc/master - > if you look through it, you can see where the path, username and password are > hard-coded into the script, and alter as necessary. > > Steven, I think that this content should be more valuable on the wiki. Can you setup an account so I can give you permissions to edit? I could add it myself but this way it gets recorder as yours :-) - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
OK, here's my documention on editing the PXE image - note that where I state "change the files as required", in your case you need to edit ./etc/master - if you look through it, you can see where the path, username and password are hard-coded into the script, and alter as necessary. unpack existing initrd file using: cat initrd | (cpio -i -d -m ; cpio -i -d -m) change the files as required repack the image using (with current working directory as the root of the unpacked image): find . | cpio -o -H newc -O ../initrd However this new image is missing /dev To add it to the image you need devices.txt and mknod-cpio.pl from the unattended CVS (you need to chmod mknod-cpio.pl to make it executable) Edit devices.txt to remove all blank lines and all comment lines ./mknod-cpio.pl < devices.txt > devices.cpio This will create a devices.cpio file, then: cat devices.cpio >> initrd to add the devices to the initrd image. Steven Blackery From: Travis Zadikem [mailto:[EMAIL PROTECTED] Sent: 21 October 2008 16:46 To: Steven Blackery Cc: unattended-info@lists.sourceforge.net Subject: Re: [Unattended] Unattended and making a new bootdisk Yes, Yes, Yes.. Please. I need both for the same reason. Some older crappy stuff but plan on only doing PXE for our development loads. Thanks! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
> Ahh, I gave you my 'how to edit the ISO' documentation because you > specifically mentioned that. We actually use PXE for 99% of our systems, > and only have the modified ISO for a small number of really old machines > with crappy NICs with no PXE support. > > If you want to use PXE and modify the default share path, username and > password then I have that documented too and will be happy to share, if > requested, it's a somewhat different process. > > Steven Blackery Hi! The options in pxelinux.cfg/default, such as z_user=, z_path does not work? (I have build new boot image because I need z_opt, to avoid using DNS. For this I have "corrected" the script /misc/master, after rebuild the boot images, work fine) CU tovis > > From: Travis Zadikem [mailto:[EMAIL PROTECTED] > Sent: 21 October 2008 16:33 > To: tovis > Cc: unattended-info@lists.sourceforge.net > Subject: Re: [Unattended] Unattended and making a new bootdisk > > yes, I would love to have the whole build environment. I really want to > test out the pxe stuff > by having it launch off our kickstart server and then redirecting to the > unattend box. Where do I > download that environment? > > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > unattended-info mailing list > unattended-info@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unattended-info > > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Hi Travis! Main package unattend-4.7.zip includes directory "linuxboot", there is a Makefile and a readme.txt If I only remember, "make download" will download all relevant source packages to apropriate directory, after a simple make will do tftpboot and CD images. For building I'm using a Debian/Linux Etch (stable) release box. I was need to restart making several times, because of lack of other packages, for compilation such as Bison or ncurses5-dev, but I have a usable result. One little surprize, the original linux boot disk (build by authors) includes drivers for many kernels, as a result their image at least twice larger - but my working. Be careful, full build environment need about 1.3 Gbyte harddisk space. Also some where I downloaded an unattended-4.8.zip package (I could not find it again - sorry) - but I think 4.7 package will does the job. Good luck! tovis > yes, I would love to have the whole build environment. I really want to > test out the pxe stuff > by having it launch off our kickstart server and then redirecting to the > unattend box. Where do I > download that environment? > > On Tue, Oct 21, 2008 at 9:22 AM, tovis <[EMAIL PROTECTED]> wrote: > >> > Hey guys, >> >We have quite a large kickstart environment with over 300 images. >> I >> > was >> > at the Wiki site >> > for modifying the bootdisk >> > http://ubertechnique.com/unattended/ModifyingTheBootDisk >> > >> > but don't actually see anything that I can download to recreate the >> image. >> > The Samba server >> > that I have created just to test Unattend is named co-labdeploy-01 and >> I >> > need to modify >> > this in the script(s). We want to try and test this with Windows 2008 >> and >> > Windows 2003 initially. We are >> > trying at all cost to avoid using the new version of Microsoft(s) WDS >> > BDD2007 >> > >> > >> > Travis >> >> Hi Travis! >> >> Do you need the build environment to build new boot images? >> (about a month ego I downloadid it, and successfully build new boot >> image >> for PXE/TFTP and CD Linux boot image) >> CU >> tovis >> > - >> > This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge >> > Build the coolest Linux based applications with Moblin SDK & win great >> > prizes >> > Grand prize is a trip for two to an Open Source event anywhere in the >> > world >> > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/___ >> > unattended-info mailing list >> > unattended-info@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/unattended-info >> > >> >> >> > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Yes, Yes, Yes.. Please. I need both for the same reason. Some older crappy stuff but plan on only doing PXE for our development loads. Thanks! On Tue, Oct 21, 2008 at 9:41 AM, Steven Blackery < [EMAIL PROTECTED]> wrote: > Ahh, I gave you my 'how to edit the ISO' documentation because you > specifically mentioned that. We actually use PXE for 99% of our systems, and > only have the modified ISO for a small number of really old machines with > crappy NICs with no PXE support. > > If you want to use PXE and modify the default share path, username and > password then I have that documented too and will be happy to share, if > requested, it's a somewhat different process. > > Steven Blackery > > From: Travis Zadikem [mailto:[EMAIL PROTECTED] > Sent: 21 October 2008 16:33 > To: tovis > Cc: unattended-info@lists.sourceforge.net > Subject: Re: [Unattended] Unattended and making a new bootdisk > > yes, I would love to have the whole build environment. I really want to > test out the pxe stuff > by having it launch off our kickstart server and then redirecting to the > unattend box. Where do I > download that environment? > > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > unattended-info mailing list > unattended-info@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unattended-info > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
Ahh, I gave you my 'how to edit the ISO' documentation because you specifically mentioned that. We actually use PXE for 99% of our systems, and only have the modified ISO for a small number of really old machines with crappy NICs with no PXE support. If you want to use PXE and modify the default share path, username and password then I have that documented too and will be happy to share, if requested, it's a somewhat different process. Steven Blackery From: Travis Zadikem [mailto:[EMAIL PROTECTED] Sent: 21 October 2008 16:33 To: tovis Cc: unattended-info@lists.sourceforge.net Subject: Re: [Unattended] Unattended and making a new bootdisk yes, I would love to have the whole build environment. I really want to test out the pxe stuff by having it launch off our kickstart server and then redirecting to the unattend box. Where do I download that environment? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
yes, I would love to have the whole build environment. I really want to test out the pxe stuff by having it launch off our kickstart server and then redirecting to the unattend box. Where do I download that environment? On Tue, Oct 21, 2008 at 9:22 AM, tovis <[EMAIL PROTECTED]> wrote: > > Hey guys, > >We have quite a large kickstart environment with over 300 images. I > > was > > at the Wiki site > > for modifying the bootdisk > > http://ubertechnique.com/unattended/ModifyingTheBootDisk > > > > but don't actually see anything that I can download to recreate the > image. > > The Samba server > > that I have created just to test Unattend is named co-labdeploy-01 and I > > need to modify > > this in the script(s). We want to try and test this with Windows 2008 > and > > Windows 2003 initially. We are > > trying at all cost to avoid using the new version of Microsoft(s) WDS > > BDD2007 > > > > > > Travis > > Hi Travis! > > Do you need the build environment to build new boot images? > (about a month ego I downloadid it, and successfully build new boot image > for PXE/TFTP and CD Linux boot image) > CU > tovis > > - > > This SF.Net email is sponsored by the Moblin Your Move Developer's > > challenge > > Build the coolest Linux based applications with Moblin SDK & win great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > > world > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/___ > > unattended-info mailing list > > unattended-info@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/unattended-info > > > > > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
> Hey guys, >We have quite a large kickstart environment with over 300 images. I > was > at the Wiki site > for modifying the bootdisk > http://ubertechnique.com/unattended/ModifyingTheBootDisk > > but don't actually see anything that I can download to recreate the image. > The Samba server > that I have created just to test Unattend is named co-labdeploy-01 and I > need to modify > this in the script(s). We want to try and test this with Windows 2008 and > Windows 2003 initially. We are > trying at all cost to avoid using the new version of Microsoft(s) WDS > BDD2007 > > > Travis Hi Travis! Do you need the build environment to build new boot images? (about a month ego I downloadid it, and successfully build new boot image for PXE/TFTP and CD Linux boot image) CU tovis > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/___ > unattended-info mailing list > unattended-info@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unattended-info > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
I am going to try and give this a try today as I need to see if this whole unattended thing is going to work out or not. I really just wish Windows could be as easy as our linux Kickstart stuff.Thanks. On 10/21/08, Steven Blackery <[EMAIL PROTECTED]> wrote: > > I worked out how to do this a while ago and documented the process, here > are my notes, hope they help: > > > > Note that normal methods for editing the iso DO NOT WORK as the disk fails > to boot with a checksum error - the iso has to be re-created with the > checksum recalculated. > > extract linuxboot.iso from the unattended install > > copy to a linux machine > > mount the iso using: > mount -o loop linuxboot.iso /mnt/linuxboot > > (note that you will have to create /mnt/linuxboot first, and may need su > for both operations, depending on the flavour of linux used) > > copy the contents of the mounted iso to somewhere else, so you can work on > it, change to that directory, and then into the isolinux directory. > > all the files will be read-only (because copied off an ISO) so: > chmod -R +w ./ > > then you need to edit isolinux.cfg to add in custom parameters. for > example: > > > # isolinux/pxelinux configuration file > > default unattended > > label unattended > > kernel bzImage > > # Add options (z_user=..., z_path=..., etc.) to this line. > append initrd=initrd z_path=//your/share/path z_user=username > z_pass=password > > > (note the added z_path, z_user and z_pass parameters) > > change up one directory > cd .. > > then rebuild the iso: > mkisofs -V "linuxboot" -o linuxboot.iso -b isolinux/isolinux.bin -c > isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table . > > > Steven Blackery > > ____________________ > From: Travis Zadikem [mailto:[EMAIL PROTECTED] > Sent: 21 October 2008 15:38 > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] Unattended and making a new bootdisk > > Hey guys, > We have quite a large kickstart environment with over 300 images. I was > at the Wiki site > for modifying the bootdisk >http://ubertechnique.com/unattended/ModifyingTheBootDisk > > but don't actually see anything that I can download to recreate the > image. The Samba server > that I have created just to test Unattend is named co-labdeploy-01 and I > need to modify > this in the script(s). We want to try and test this with Windows 2008 and > Windows 2003 initially. We are > trying at all cost to avoid using the new version of Microsoft(s) WDS > BDD2007 > > > Travis > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > unattended-info mailing list > unattended-info@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/unattended-info > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
Re: [Unattended] Unattended and making a new bootdisk
I worked out how to do this a while ago and documented the process, here are my notes, hope they help: Note that normal methods for editing the iso DO NOT WORK as the disk fails to boot with a checksum error - the iso has to be re-created with the checksum recalculated. extract linuxboot.iso from the unattended install copy to a linux machine mount the iso using: mount -o loop linuxboot.iso /mnt/linuxboot (note that you will have to create /mnt/linuxboot first, and may need su for both operations, depending on the flavour of linux used) copy the contents of the mounted iso to somewhere else, so you can work on it, change to that directory, and then into the isolinux directory. all the files will be read-only (because copied off an ISO) so: chmod -R +w ./ then you need to edit isolinux.cfg to add in custom parameters. for example: # isolinux/pxelinux configuration file default unattended label unattended kernel bzImage # Add options (z_user=..., z_path=..., etc.) to this line. append initrd=initrd z_path=//your/share/path z_user=username z_pass=password (note the added z_path, z_user and z_pass parameters) change up one directory cd .. then rebuild the iso: mkisofs -V "linuxboot" -o linuxboot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table . Steven Blackery From: Travis Zadikem [mailto:[EMAIL PROTECTED] Sent: 21 October 2008 15:38 To: unattended-info@lists.sourceforge.net Subject: [Unattended] Unattended and making a new bootdisk Hey guys, We have quite a large kickstart environment with over 300 images. I was at the Wiki site for modifying the bootdisk http://ubertechnique.com/unattended/ModifyingTheBootDisk but don't actually see anything that I can download to recreate the image. The Samba server that I have created just to test Unattend is named co-labdeploy-01 and I need to modify this in the script(s). We want to try and test this with Windows 2008 and Windows 2003 initially. We are trying at all cost to avoid using the new version of Microsoft(s) WDS BDD2007 Travis - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info
[Unattended] Unattended and making a new bootdisk
Hey guys, We have quite a large kickstart environment with over 300 images. I was at the Wiki site for modifying the bootdisk http://ubertechnique.com/unattended/ModifyingTheBootDisk but don't actually see anything that I can download to recreate the image. The Samba server that I have created just to test Unattend is named co-labdeploy-01 and I need to modify this in the script(s). We want to try and test this with Windows 2008 and Windows 2003 initially. We are trying at all cost to avoid using the new version of Microsoft(s) WDS BDD2007 Travis - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info