![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Jumpstart Solaris 10 x86 | alias.256 | SUN Solaris | 2 | 02-14-2008 10:38 AM |
| Jumpstart solaris | ppass | SUN Solaris | 14 | 02-10-2008 09:59 PM |
| solaris 9 using jumpstart to restore | afadaghi | UNIX for Advanced & Expert Users | 1 | 11-10-2006 07:14 PM |
| Solaris 10 Jumpstart Problem | cityshrimp | SUN Solaris | 5 | 11-11-2005 04:00 PM |
| Create a Solaris Jumpstart from iso | reborg | Tips and Tutorials | 0 | 04-09-2005 02:16 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Does anyone know how to Jumpstart a Solaris 10 x86 system without the GUI?
I would like to keep the Jumpstart and/or Flash Archive install in a console text mode if possible but I've not had much luck finding instructions. I'm guessing this is going to be accomplished from the grub menu with a tty setting. Has anyone had experience with this? Thanks |
|
||||
|
At the moment, I'm working in a lab with an isolated network and have a working Jumpstart environment. I'm using PXE boot to boot my x86 servers to the network for an unattended Jumpstart installation over the wire.
I've also developed a bootable DVD with a self contained custom Jumpstart installation that I plan to deploy to remote servers across the WAN. The DVD will be mounted as virtual media, using a lights-out solution such as HP's iLO2, allowing a server to boot from the DVD as if it were local, for a remote installation. The unattended installation is working fine but I want to eliminate the GUI and keep the entire process to a text session. The reason for eliminating the GUI from the process is simply to keep the bandwidth down to a minimum for the WAN install. The self contained DVD is being used because DHCP over the WAN is not an option. I'm certain there is a way to remove the GUI from the Jumpstart process, I've just not stumbled across it yet. Any help you can provide will be appreciated. Thanks |
|
|||||
|
download jet:
BigAdmin: JumpStart Enterprise Toolkit or https://cds.sun.com/is-bin/INTERSHOP...-F@CDS-CDS_SMI there is an option inside the config templates to disable the gui during installation... hth, DN2 |
|
||||
|
Fine the menu.lst file used (probably /tftpboot/boot/grub/menu.lst) and change:
boot - install to: boot - install w this is also useful in the finish script for x86 builds: Code:
if [ -f /a/usr/openwin/bin/kdmconfig ]; then
echo "Disable kdmconfig from running after the first reboot"
sysidconfig -b /a -r /usr/openwin/bin/kdmconfig
fi
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|