Skip to content

Instantly share code, notes, and snippets.

@h0tw1r3
Last active March 2, 2024 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save h0tw1r3/e7874fb49b89dce3cd2d632a83953568 to your computer and use it in GitHub Desktop.
Save h0tw1r3/e7874fb49b89dce3cd2d632a83953568 to your computer and use it in GitHub Desktop.
Solaris 11.4 CDE Install Proxmox

Download ISO https://www.oracle.com/solaris/solaris11/downloads/solaris-downloads.html

Upload to Proxmox local ISO images

Create VM Choose downloaded ISO Guest OS: Linux 5.x

Grahics: Default
Chipset: i440fx
Bios: OVMF
SCSI: Virtio
Disk: 32G, Virtio Block
CPU Type: host
Memory: 5G minimum to install, 4G after install
Network model: VirtIO

Options

  • Enable Guest Agent, advanced type isa-serial

Remove EFI disk before startup.

After install, log in via console or SSH.

Change to serial console

bootadm set-menu console=serial serial_params=0,19200,8,n,1
bootadm change-entry -i 0 'kargs=-B console=ttya'

Configure public package updates if you don't have a support account

pkg set-publisher -G'*' -g http://pkg.oracle.com/solaris/release/ solaris

Permit root login

rolemod -K type=normal root
gsed -i'' 's/^\(CONSOLE.*\)/#\1/' /etc/default/login
gsed -i'' 's/^\(PermitRootLogin\).*/\1 yes/' /etc/ssh/sshd_confi
svcadm restart svc:/network/ssh:default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment