How to make a usb boot disk for zen imaging.
You need:
A) HP Drive Key Boot Utility (cp006049.exe) from HP.
B) syslinux form http://syslinux.zytor.com/wiki/index.php/Download
C) ZenWorks Imaging files. I got mine from a boot CD we made at work.
How To:
1) Make sure the USB is formated Fat32, NOT Fat16
2) Run HP Key Boot Utility. This will make the USB bootable. It will also put a bunch of files on the USB. Delete them ALL
3) Copy the boot folder from the cd to the root of the USB
4) open a command prompt
change to the syslinux-x.xx/win32 folder (where x.xx is the syslinux version)
run syslinux For example syslinux g:
5) copy syslinux-x.xx/com32/menu/vesamenu.c32 to the root of the pen drive
6) make a file in the root of the USB called syslinux.cfg. Put this in it…
DEFAULT vesamenu.c32
MENU TITLE SMEGA BOOT USB – RAPTOR EDITION
PROMPT 0
MENU BACKGROUND back.jpg
menu color hotkey 0 #ff00ff00 #ee000000 std
menu color hotsel 0 #ffffffff #85000000 std
ALLOWOPTIONS 0
label nonet
menu label Sata hd – No network
kernel /boot/i386/loader/linux
append initrd=/boot/i386/loader/initrd ramdisk_size=65536 vga=0x0314 splash=silent mode=5 install=hd:/dev/sdb1 USBBOOT=YES showopts PROXYADDR=10.95.70.250 TFTPIP=10.95.70.250 mode=5 netsetup=-dhcp,all
label nonet1
menu label Ide hd – No network
kernel /boot/i386/loader/linux
append initrd=/boot/i386/loader/initrd ramdisk_size=65536 vga=0x0314 splash=silent mode=5 install=hd:/dev/sda1 USBBOOT=YES showopts PROXYADDR=10.95.70.250 TFTPIP=10.95.70.250 mode=5 netsetup=-dhcp,all
label net
menu label ^Sata hd – network
kernel /boot/i386/loader/linux
append initrd=/boot/i386/loader/initrd ramdisk_size=65536 vga=0x0314 splash=silent mode=5 install=hd:/dev/sdb1 USBBOOT=YES showopts PROXYADDR=10.95.70.250 TFTPIP=10.95.70.250 mode=5
label net1
menu label ^Ide hd – network
kernel /boot/i386/loader/linux
append initrd=/boot/i386/loader/initrd ramdisk_size=65536 vga=0x0314 splash=silent mode=5 install=hd:/dev/sda1 USBBOOT=YES showopts PROXYADDR=10.95.70.250 TFTPIP=10.95.70.250 mode=5