CD-ROMまたはUSBメモリを使用してインストールする
SUSE Multi-Linux Managerにまだ登録されていないクライアントで、PXEを通じたネットワークブートを選択できない場合は、ブート可能なCD-ROMまたはUSBメモリを使用してシステムをインストールできます。
このようなリムーバブルメディアを作成する1つの方法は、Cobblerを使用することです。 Cobblerを使用してISOイメージを作成する方法については、CobblerでISOイメージを構築するを参照してください。
SUSEシステムでは、多くの場合、KIWIを使用してISOイメージを準備することが推奨されます。 詳細については、KIWIでSUSE ISOイメージを構築するを参照してください。
いずれの場合も、生成されたイメージをCD-ROMまたはUSBメモリに書き込みます。
1. CobblerでISOイメージを構築する
Cobblerは、一連のディストリビューション、カーネル、およびメニューが含まれているISOブートイメージを作成できます。これはPXEインストールと同じように動作します。
|
CobblerによるISOの構築はIBM Zではサポートされていません。 |
CobblerでISOイメージを作成するには、PXEを通じてネットワークブートを使用する場合と同様に、ディストリビューションとプロファイルを作成する必要があります。ディストリビューションの作成については、自動インストールのディストリビューションを参照してください。プロファイルの作成については、自動インストールのプロファイルを参照してください。
The Cobbler buildiso command takes parameters to define the name and output location of the boot ISO. Specifying the distribution with --distro is mandatory when running buildiso command. --iso is the output location:
mgrctl exec -- cobbler buildiso --iso=/path/to/boot.iso --distro=<your-distro-label>
Web UIに表示されているだけでなく、Cobblerで一覧表示されているディストリビューションラベルとプロファイルラベルを使用する必要があります。 Cobblerによって保存されたディストリビューションとプロファイルの名前を一覧表示するには、次のコマンドを実行します。
mgrctl exec -- cobbler distro list mgrctl exec -- cobbler profile list
The boot ISO includes all profiles and systems by default. You can limit which profiles and systems are used with the --profiles and --systems options:
mgrctl exec -- cobbler buildiso --systems="system1 system2 system3" \ --profiles="<your-profile1-label> <your-profile2-label> <your-profile3-label>" \ --distro=<your-distro-label>
With --esp you can enable the built boot ISOs with Secure Boot. You explicitly specify the EFI System Partition (ESP). By default, Cobbler generates the ESP partition, which disables Secure Boot.
mgrctl exec -- cobbler buildiso \ --esp="/usr/share/tftpboot-installation/SLE-15-SP6-x86_64/boot/x86_64/efi" \ --iso=/path/to/boot.iso --distro=<your-distro-label>
efi-
On the container host, execute the following command to get the
distroname:mgrctl exec -- cobbler distro list
This command outputs strings such as
sles15-sp6:1:SUSE. -
On the container host, execute the following command to get information about the
distrofiles location:mgrctl exec -- cobbler distro report --name sles15-sp6:1:SUSE
このコマンドは、次のようなレポートを出力します。
Name : sles15-sp6:1:SUSE Architecture : x86_64 ...output omitted... Initrd : /usr/share/tftpboot-installation/SLE-15-SP6-x86_64/boot/x86_64/loader/initrd Kernel : /usr/share/tftpboot-installation/SLE-15-SP6-x86_64/boot/x86_64/loader/linux ...output omitted...
-
See the contents of the boot directory. In the example above, the boot partition is the
/usr/share/tftpboot-installation/SLE-15-SP6-x86_64/boot/x86_64/efifile, but this can differ based on the ISO distributor.
|
If you cannot write an ISO image to a public |
2. KIWIでSUSE ISOイメージを構築する
KIWIはイメージ作成システムです。 KIWIを使用して、SUSEシステムのインストール用にターゲットシステムで使用するブート可能なISOイメージを作成することができます。 システムを再起動または電源オンするとき、このイメージからブートし、AutoYaST設定をSUSE Multi-Linux Managerから読み込み、AutoYaSTプロファイルに応じてSUSE Linux Enterprise Serverをインストールします。
To use the ISO image, boot the system and type autoyast at the prompt (assuming you left the label for the AutoYaST boot as autoyast). Press Enter to begin the AutoYaST installation.
KIWIの詳細については、http://doc.opensuse.org/projects/kiwi/doc/を参照してください。
3. CobblerでRed Hat ISOイメージを構築する
詳細については、CobblerでISOイメージを構築するを参照してください。