HP DL785 Sun Solaris 10 Deployment Guide for HP ProLiant Servers - Page 32

Examples: booting Solaris from GRUB

Page 32 highlights

Examples: booting Solaris from GRUB NOTE: In the following examples, the kernel line is shown broken into multiple lines. In practice, the parameters must all be on the same line, and there must not be any spaces in the comma-separated -B parameter list. • For a JumpStart installation when PXE booting: title Solaris 10 JumpStart Install (PXE boot) kernel multiboot kernel/unix - install -B install_media=10.10.10.10:/export/home/install, install_config=10.10.10.10:/jumpstart, sysid_config=10.10.10.10:/jumpstart, install_boot=10.10.10.10:/export/home/install/boot module x86.miniroot • For a JumpStart installation with ISO boot or Rapid Deployment Pack, using the first network interface to receive a DHCP response: title Solaris 10 JumpStart Install (ISO boot/RDP) kernel /multiboot kernel/unix - install -B install_media=10.10.10.10:/export/home/install, install_config=10.10.10.10:/jumpstart, sysid_config=10.10.10.10:/jumpstart, install_boot=10.10.10.10:/export/home/install/boot, netstrategy=any:dhcp module /x86.miniroot • For an interactive network installation, booting from ISO, using a specific network interface (bnx0 in this example) with DHCP: title Solaris 10 Interactive Install (ISO boot) kernel /multiboot kernel/unix -B install_media=10.10.10.10:/export/home/install, netstrategy=bnx0:dhcp module /x86.miniroot Deployment tasks 32

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54

Deployment tasks 32
Examples: booting Solaris from GRUB
NOTE:
In the following examples, the kernel line is shown broken into multiple lines. In practice, the
parameters must all be on the same line, and there must not be any spaces in the comma-separated
-B
parameter list.
For a JumpStart installation when PXE booting:
title Solaris 10 JumpStart Install (PXE boot)
kernel multiboot kernel/unix - install
-B install_media=10.10.10.10:/export/home/install,
install_config=10.10.10.10:/jumpstart,
sysid_config=10.10.10.10:/jumpstart,
install_boot=10.10.10.10:/export/home/install/boot
module x86.miniroot
For a JumpStart installation with ISO boot or Rapid Deployment Pack, using the first network
interface to receive a DHCP response:
title Solaris 10 JumpStart Install (ISO boot/RDP)
kernel /multiboot kernel/unix - install
-B install_media=10.10.10.10:/export/home/install,
install_config=10.10.10.10:/jumpstart,
sysid_config=10.10.10.10:/jumpstart,
install_boot=10.10.10.10:/export/home/install/boot,
netstrategy=any:dhcp
module /x86.miniroot
For an interactive network installation, booting from ISO, using a specific network interface
(bnx0 in this example) with DHCP:
title Solaris 10 Interactive Install (ISO boot)
kernel /multiboot kernel/unix
-B install_media=10.10.10.10:/export/home/install,
netstrategy=bnx0:dhcp
module /x86.miniroot