Carl,

Images can be specified as kernel append parameters.  Consider a pxe
menu.  See attached as a pxe menu example, and look for local.cfg in the
documentation directory for a reference on all the SystemImager
variables you can pass to the autoinstall client as kernel append
parameters.

Let us know how it goes!

Cheers, -Brian



Thus spake Carl Richell ([EMAIL PROTECTED]):
Hello and thank you in advance for your advice.
I am setting up a SystemImager 3.7.3 server for the imaging of our laptop and desktop line. We will have about 10 different images. My current plan is something like this: SystemImager Server
     |
PXE Boot Clients
     |
Prompt to Choose Installation Image
I'm stuck on prompting to choose installation image. How can I accomplish this or is there a better way altogether? Cheers, Carl Richell
-------------------------------------------------------------------------
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
_______________________________________________
systemimager-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/systemimager-commits

--
Brian Elliott Finley
Mobile:  630.631.6621
DISPLAY pxelinux.cfg/message.txt
PROMPT 1
TIMEOUT 5000
DEFAULT local
#TIMEOUT 10 
#DEFAULT 4

LABEL 1
  LOCALBOOT 0 

LABEL local
  LOCALBOOT 0 

LABEL 2 
  KERNEL kernel
  APPEND vga=extended load_ramdisk=1 prompt_ramdisk=0 initrd=initrd.img 
root=/dev/ram rw ramdisk_blocksize=4096

LABEL install 
  KERNEL kernel
  APPEND vga=extended load_ramdisk=1 prompt_ramdisk=0 initrd=initrd.img 
root=/dev/ram rw ramdisk_blocksize=4096

LABEL 3
 kernel memdisk
 append initrd=dos.img

LABEL installwin
 kernel memdisk
 append initrd=dos.img

LABEL install-amd64
  KERNEL kernel.amd64
  APPEND vga=extended load_ramdisk=1 prompt_ramdisk=0 initrd=initrd.img.amd64 
root=/dev/ram rw ramdisk_blocksize=4096
LABEL 4
  KERNEL kernel.amd64
  APPEND vga=extended load_ramdisk=1 prompt_ramdisk=0 initrd=initrd.img.amd64 
root=/dev/ram rw ramdisk_blocksize=4096


            And include a message.txt that looks something like:


welcome to 
 #####   ######   ####   ######    ##    #####    ####   #    #
 #    #  #       #       #        #  #   #    #  #    #  #    #
 #    #  #####    ####   #####   #    #  #    #  #       ######
 #####   #            #  #       ######  #####   #       #    #
 #   #   #       #    #  #       #    #  #   #   #    #  #    #
 #    #  ######   ####   ######  #    #  #    #   ####   #    #
your choices:

1.) local - This is the default action, it boots the local hard drive
                   it will happen in 5 seconds
                   or hit enter and it will happen now

- Talk to Admin before using any of the rest of these - 
2.) install - reinstall linux, resizes Hard drive
                     resize may break windows

3.) installwin - reinstalls the windows partition
                        will erase C: drive

4.) install-amd64 - reinstall linux on amd64 machines

-------------------------------------------------------------------------
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-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to