Setting up a jumpstart server without a CD/DVD Burner..
807557Apr 8 2008 — edited Apr 8 2008I've downloaded the ISO images for the CDs and copied them over to my jumpstart server. I've mounted the first ISO using lofiadm and mount -F hsfs - see below, but when I try and run the ./setup_install_server command it complains about Boot - this is a link to a non-existent file - anyone any ideas how to get round it?
# lofiadm -a `pwd`/sol-10-u4-ga-sparc-v1.iso
/dev/lofi/1
# mount -F hsfs -o ro /dev/lofi/1 /mnt
# cd /mnt
# ls
Copyright License
JDS-THIRDPARTYLICENSEREADME Solaris_10
# cd Solaris_10
# ls
Docs Misc Patches Product Tools
# cd Tools
# ls
Boot dial rm_install_client
add_install_client miniroot_extra setup_install_server
# ./setup_install_server /export/install
ERROR: Install boot image /mnt/Solaris_10/Tools/Boot does not exist
Check that boot image exists, or use [-t] to
specify a valid boot image elsewhere.
# ls -ail /mnt/Solaris_10/Tools/Boot
469007 lrwxrwxrwx 1 root root 11 Aug 16 2007 /mnt/Solaris_10/Tools/Boot -> ../../../s1
# cd ../../../s1
bash: cd: ../../../s1: No such file or directory