Solaris 10 x86 Jumpstart w/o GUI


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 x86 Jumpstart w/o GUI
# 1  
Old 05-06-2008
Question Solaris 10 x86 Jumpstart w/o GUI

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
# 2  
Old 05-06-2008
do you work with pxe boot? just give us some more infos....
# 3  
Old 05-06-2008
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
# 4  
Old 09-04-2008
disable gui during jumpstart

Did you ever find a solution? I am considering the same scenario, but it seems as if the jumpstart automatically assumes GUI as long as there is more then 384M RAM. Thanks.
# 5  
Old 09-04-2008
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
# 6  
Old 09-05-2008
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

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Installing Solaris x86 using jumpstart does not set the hostname for the target

Installing Solaris x86 using jumpstart does not set the hostname for the target. Any idea where do we need to specify hostname to be set for jumpstart installation. (1 Reply)
Discussion started by: hemalsid
1 Replies

2. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

3. Solaris

custom jumpstart on x86 with DHCP/PXE goes into interactive mode

client boots fine, it gets the ip 192.168.0.10 and the bootfile. Then there is : SunOS 5.10 Version Generic_141445-09 32-bit" ... Configuring devices. Custom JumpStart Reading ZFS config: done Setting up Java. Please wait ... NOTE: Not enough memory for graphical installation. Graphical... (4 Replies)
Discussion started by: TomSu
4 Replies

4. Solaris

Jumpstart Installation from X86 machine

Hi friends , i have on ultra 10 Sparc machine . Due to some problem my OS is fully corrupted , so i am planning to install again but my problem is the cd drive in Ultra 10 machine is not working. Now i am planning to use Jumpstart installation method to install my server. But i... (4 Replies)
Discussion started by: vr_mari
4 Replies

5. Solaris

Automate Solaris x86 Jumpstart

Hi All, Is there a possible way to fully automate Solaris x86 jumpstart or make the x86 jumpstart unattended? I'm currently checking the possible options on how can I do the x86 jumpstart to be kicked off during midnight. We have an automated jumpstart (start to run from midnight) for... (2 Replies)
Discussion started by: racbern
2 Replies

6. Solaris

Jumpstart sparc client using x86 server.

Can I use a Jumpstart enviroment on x86 to install a sparc64 client? The idea is to install Solaris in an virtual environment (Sun Virtual Box) running on a pc (AMD), configure a Jumpstart server, and have a SUN Ultra 60 (sparc64) installed via the Jumpstart server. The SUN has no cdrom... (4 Replies)
Discussion started by: eldiablo
4 Replies

7. Solaris

One time network boot of Jumpstart x86 client

I am trying to find an approach that has been effective for automating the installation of Solaris 10 x86 using Jumpstart technology. I have configured an Jumpstart server and a Solaris dhcp server with appropriate macros for passing the client information about its boot environment. The problem is... (7 Replies)
Discussion started by: chajo19
7 Replies

8. Solaris

Jumpstart Solaris 10 x86

I need a little help figuring out why my custom jumpstart network installation is dumping me to a manual install. I am trying to install Solaris 10 (unattended) over the wire from my jumpstart server to an HP Proliant DL380 server but I'm having difficulties with the unattended part. So, what... (2 Replies)
Discussion started by: alias.256
2 Replies

9. Solaris

Jumpstart on x86 client- prompt for CD2

Hi I just configured a jumpstart server for x86 and sparc clients. I don't use a dhcp server, so I configured /etc/ethers and did add_install_client to update /etc/bootparams. The sparc installation ist working, but the x86 installation stops after CD1 was successfully installed. What I did: I... (2 Replies)
Discussion started by: Jay_Fisi
2 Replies
Login or Register to Ask a Question