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

Материал из Toshiba AC100 wiki
Перейти к навигации Перейти к поиску
м (add mount dvd)
 
Строка 2: Строка 2:


===Mount DVD iso===
===Mount DVD iso===
Download iso to some folder and mount it
Download iso to some folder and mount it, add something like this to fstab
<pre>
<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
/mnt/md0/suse/openSUSE-Leap-42.2-DVD-x86_64.iso /tftpboot/distr/opensuse/42.2_DVD iso9660 rw,loop=/dev/loop26 0 0

Текущая версия от 20:40, 17 января 2017

openSUSE PXE install

Mount DVD iso

Download iso to some folder and mount it, add something like this to fstab

/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