Could you check if isolinux/syslinux.cfg into 210-image-boot.iso
contains the IMAGESERVER string?

-Andrea

Simon Ruiz wrote:
> Ok, so, si_mkautoinstallcd is now running well enough that it made me an iso 
> that I could burn to CD. 
> 
> I'm now using SystemImager 3.7.5, and this is the command I issued to make 
> the CD=
> 
> sudo si_mkautoinstallcd --out-file 210-image-boot.iso --append 
> "IMAGESERVER=10.100.5.11"
> 
> However, booting from this CD gives the same error as before: it assumes the 
> DHCP server is the SystemImager server.
> 
> Any more ideas?
> 
> Simón
> 
> 
> 
> -----Original Message-----
> From: David Ernst [mailto:[EMAIL PROTECTED]
> Sent: Thu 11/30/2006 10:35 AM
> To: Simon Ruiz
> Cc: sisuite-users
> Subject: Re: Ok...this might be something!
>  
> This is promising!!  
> 
> The "Use of uninitialized value" error is pretty well harmless.  I'm
> not the only one who wishes that there was a mode in perl called
> something like "show me all warning except that one".  And, if you
> give appropriate options, make or all of them might go away.
> 
> So, I think this is definitely progress!  Go for it!  And good luck!
> 
> David
> 
> 
> On Thu, Nov 30, 2006 at 10:08:56AM -0500, Simon Ruiz wrote:
>> Well, so this is how the "make install all" ended this time:
>>
>> # Clear out SVN cruft.
>> find /home/admin/systemimager.trunk/initrd_source/build_dir -depth -type d 
>> -name .svn | xargs rm -rf
>> mkdir -p /home/admin/systemimager.trunk/initrd_source/build_dir/new_root
>> touch /home/admin/systemimager.trunk/initrd_source/build_dir.build
>> /sbin/mkfs.cramfs /home/admin/systemimager.trunk/initrd_source/build_dir 
>> /home/admin/systemimager.trunk/initrd_source/initrd
>> warning: gids truncated to 8 bits.  (This may be a security concern.)
>> gzip -9 < /home/admin/systemimager.trunk/initrd_source/initrd > 
>> /home/admin/systemimager.trunk/initrd_source/initrd.img
>>
>>
>> So, I tried running si_mkautoinstallcd and...
>>
>>
>> [EMAIL PROTECTED]:~/systemimager.trunk$ sudo si_mkautoinstallcd
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Util/Log.pm 
>> line 44.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Util/Log.pm 
>> line 44.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Util/Cmd.pm 
>> line 40.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Util/Cmd.pm 
>> line 40.
>> Use of uninitialized value in sprintf at 
>> /usr/lib/systemconfig/Boot/YaBoot.pm line 50.
>> Use of uninitialized value in sprintf at 
>> /usr/lib/systemconfig/Boot/YaBoot.pm line 50.
>> Use of uninitialized value in sprintf at 
>> /usr/lib/systemconfig/Boot/Iseries.pm line 52.
>> Use of uninitialized value in sprintf at 
>> /usr/lib/systemconfig/Boot/Iseries.pm line 52.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/EFI.pm 
>> line 59.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/EFI.pm 
>> line 59.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Elilo.pm 
>> line 59.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Elilo.pm 
>> line 59.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Lilo.pm 
>> line 51.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Lilo.pm 
>> line 51.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Grub.pm 
>> line 57.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Grub.pm 
>> line 57.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Palo.pm 
>> line 45.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Palo.pm 
>> line 45.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Aboot.pm 
>> line 46.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot/Aboot.pm 
>> line 46.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot.pm line 
>> 41.
>> Use of uninitialized value in sprintf at /usr/lib/systemconfig/Boot.pm line 
>> 41.
>> Output file not specified!
>> si_mkautoinstallcd (part of SystemImager) v3.7.5
>>
>> Copyright (C) 1999-2006 Brian Elliott Finley <[EMAIL PROTECTED]>
>> This is free software; see the source for copying conditions.  There is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>>
>> Usage: si_mkautoinstallcd [OPTION]... --out-file FILE
>>
>> Options: (options can be presented in any order and may be abbreviated)
>>
>> --help
>>    Display this output.
>>
>> --version
>>    Display version and copyright information.
>>
>> --out-file FILE
>>    Name of the the ISO image file that will be produced.
>>
>> --kernel FILE
>>    Optionally specify an alternate autoinstall kernel.
>>
>> --initrd FILE
>>    Optionally specify an alternate autoinstall ramdisk.
>>
>> --append "STRING"
>>    A string of options that will be passed to the autoinstall kernel.
>>
>> --flavor FLAVOR
>>    The flavor of the boot package to use.  If this option is not
>>    specified,  you will be asked to choose a flavor from the available
>>    list interactively.
>>
>> --arch ARCH
>>    Create an auto-install CD image for an architecture other than that
>>    of this host.
>>
>> --quiet
>>    Don't print any output, just provide an appropriate exit code.
>>
>> Download, report bugs, and make suggestions at:
>> http://systemimager.org/
>>
>> [EMAIL PROTECTED]:~/systemimager.trunk$
>>
>> So, there are a lot of weird error messages related to systemconfigurator 
>> (it seems), and then normal expected behavior...weird...
>>
>> I'm going to go ahead and give it a shot.
>>
>> Wish me luck!
>>
>> Simón
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to