Andrew Watkins wrote: > I am looking at the Automated Installer and I am trying to use it in the same > way I did with jumpstart. That is booting it off a USB stick and not over a > network. >
Not a supported scenario at this point. Dave > So I get: http://193.xx.xx.xx:5555/export/images/solaris.zlib > Connecting to 193.xx.xx.xx failed: network is unreachable. > > And when I log into the system there is no network. So, is there away to > create a network on the local machine. > I did see some one did edit the live-fs-root and hard coded some ifconfig > commands, but is there another way? If not then where is the live-fs-root, > on the server? > > Here is my menu.lst > ==== > title OpenSolaris Jumpstart > rarp > ifconfig --gateway=193.xx.xx.245 --mask=255.255.255.0 --server=193.xx.xx.xx > root (nd) > kernel$ /I86PC.OpenSolaris-1/platform/i86pc/kernel/$ISADIR/unix -B > install_media=http://193.xx.xx.xx:5555/export/images,install_boot=http://193.xx.xx.xx:5555/export/images/boot,install_service=install_service,livemode=text > module /I86PC.OpenSolaris-1/x86.microroot > ==== > > Thanks > > Andrew
