GNU/Linux >> LINUX-Kenntnisse >  >> Cent OS

So generieren Sie ein bootfähiges ISO-Image für CentOS/RHEL 6 UEFI

1. Mounten Sie CentOS/RHEL 6.9 Installations-ISO in /media/RHEL6.9;

# mkdir /media/RHEL6.9
# mount -o ro /dev/cdrom /media/RHEL6.9

2. Erstellen Sie einen neuen Ordner /opt/make_iso;

# mkdir /opt/make_iso

3. Kopieren Sie alle Dateien der Installations-ISO von CentOS/RHEL 6.9 nach /opt/make_iso;

# tar cf - /media/RHEL6.9 | ( cd /opt/make_iso/; tar xpvf - )

4. Kopieren Sie die uefi-Kickstart-Konfigurationsdatei in das Stammverzeichnis des ISO-Images:

# cp uefi_ks.cfg /opt/make_iso/ks.cfg

5. Kopieren Sie efiboot.img in das Stammverzeichnis des ISO-Images:

# cp /opt/make_iso/images/efiboot.img /opt/make_iso

6. Führen Sie den folgenden Befehl aus, um ein bootfähiges UEFI-ISO-Image zu generieren:

# mkisofs -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e efiboot.img -no-emul-boot -no-iso-translate -r -l -T -J -o /tmp/uefi_boot.iso /opt/make_iso

Datei /tmp/uefi_boot.iso ist das UEFI-bootfähige ISO-Image.


Cent OS
  1. So installieren Sie phpMyAdmin auf RHEL 8 / CentOS 8

  2. So installieren Sie P7Zip auf RHEL 8 / CentOS 8

  3. Wie erstelle ich ein bootfähiges Windows 10-Image in Debian?

  4. CentOS / RHEL 7 :So entfernen Sie das Rescue-Image mit Grubby

  5. CentOS / RHEL 5 :So erstellen Sie das ursprüngliche Ramdisk-Image neu

So installieren Sie mongodb auf RHEL 8 / CentOS 8

So installieren Sie Maven auf RHEL 8 / CentOS 8

So installieren Sie cpan auf RHEL 8 / CentOS 8

So installieren Sie Ruby auf RHEL 8 / CentOS 8

So installieren Sie Docker CE auf RHEL 8 / CentOS 8

So installieren Sie VirtualBox 6.0 unter CentOS 8 / RHEL 8