Zombah openSUSE sandbox: различия между версиями

Материал из Toshiba AC100 wiki
Перейти к навигации Перейти к поиску
(add pxelinux config)
 
м (add mount dvd)
Строка 1: Строка 1:
==openSUSE PXE install==
==openSUSE PXE install==


===Mount DVD iso===
Download iso to some folder and mount it
<pre>
/mnt/md0/suse/openSUSE-Leap-42.2-DVD-x86_64.iso /tftpboot/distr/opensuse/42.2_DVD iso9660 rw,loop=/dev/loop26 0 0
</pre>


===Add syslinux config section to pxelinux.cfg===  
===Add syslinux config section to pxelinux.cfg===  
<pre>
<pre>
LABEL openSUSE-Leap-42.1-x86_64
LABEL openSUSE-Leap-42.2-x86_64
         MENU LABEL openSUSE-Leap-42.1 x86_64 DVD
         MENU LABEL openSUSE-Leap-42.2 x86_64 DVD
         kernel distr/opensuse/42.1_DVD/boot/x86_64/loader/linux
         kernel distr/opensuse/42.2_DVD/boot/x86_64/loader/linux
         append initrd=distr/opensuse/42.1_DVD/boot/x86_64/loader/initrd root=/dev/ram0 load_ramdisk=1 ramdisk_size=65536 splash=verbose showopts install=ftp://172.16.1.254/opensuse/42.1_DVD
         append initrd=distr/opensuse/42.2_DVD/boot/x86_64/loader/initrd root=/dev/ram0 load_ramdisk=1 ramdisk_size=65536 splash=verbose showopts install=ftp://172.16.1.254/opensuse/42.2_DVD
</pre>
</pre>

Версия от 20:40, 17 января 2017

openSUSE PXE install

Mount DVD iso

Download iso to some folder and mount it

/mnt/md0/suse/openSUSE-Leap-42.2-DVD-x86_64.iso /tftpboot/distr/opensuse/42.2_DVD iso9660 rw,loop=/dev/loop26 0 0

Add syslinux config section to pxelinux.cfg

LABEL openSUSE-Leap-42.2-x86_64
        MENU LABEL openSUSE-Leap-42.2 x86_64 DVD
        kernel distr/opensuse/42.2_DVD/boot/x86_64/loader/linux
        append initrd=distr/opensuse/42.2_DVD/boot/x86_64/loader/initrd root=/dev/ram0 load_ramdisk=1 ramdisk_size=65536 splash=verbose showopts install=ftp://172.16.1.254/opensuse/42.2_DVD