morph027 / pve-iso-2-pxe

Create PXE bootable Proxmox installation
MIT License
419 stars 91 forks source link

unable to detect initrd compression method, exiting #27

Closed kk678 closed 2 years ago

kk678 commented 2 years ago

centos 8.2, whti GUI desktop. Have installed cpio file zstd gzip genisoimage. I print mimetype, it is application/x-gzip

[ta@Serv ~]$ bash ./pve-iso-2-pxe.sh ./proxmox-ve_6.4-1.iso 
#########################################################################################################
# Create PXE bootable Proxmox image including ISO                                                       #
#                                                                                                       #
# Author: mrballcb @ Proxmox Forum (06-12-2012)                                                         #
# Thread: http://forum.proxmox.com/threads/8484-Proxmox-installation-via-PXE-solution?p=55985#post55985 #
# Modified: morph027 @ Proxmox Forum (23-02-2015) to work with 3.4                                      #
#########################################################################################################

Using proxmox-ve_6.4-1.iso...
extracting kernel...
extracting initrd...
mimetype:
application/x-gzip
unable to detect initrd compression method, exiting
morph027 commented 2 years ago

Latest commit should fix this.

Note: CentOS 8 has reached its end-of-life on December 31, 2021 ;)

kk678 commented 2 years ago

fixed