Use the mkisofs command to create a redhatenterpriselinux (RHEL6.4) ISO Boot Image

Source: Internet
Author: User
According to the RedHat official document Installation_Guide command (I put it in a shell script file mkcustiso. sh) mkisofs-quiet-V "makerhelisofiles" \-J-R-T-v-boot-info-table-no-emul-boot \ & nbsp

According to Red Hat's official document, run the Installation_Guide command as follows (I put it in a shell script file mkcustiso. sh)

Mkisofs-quiet-V "make rhel iso files "\
-J-R-T-v-boot-info-table-no-emul-boot \
-Boot-load-size 4 \
-B isolinux/isolinux. bin \
-C boot. cat \
-O./rhelcustom. iso./rheliso

The process is as follows:

1. Unzip RedHat's official image rhel-server-6.4-x86_64-dvd.iso to./rheliso

Bsdtar-C./rheliso-xf rhel-server-6.4-x86_64-dvd.iso

2. Modify the isolinux. cfg file according to your needs, and put ks. cfg in The./rheliso directory.

3. modify the permissions of the./rheliso/isolinux. binfile. Otherwise, an error indicating no permission is reported.

Chmod u + wx./rheliso/isolinux. bin

4. Run the script mkcustiso. sh to get your rhelcustom. iso file. You can use it to install the system.

Special note: The isolinux. binfile is a relative path (relative to rheliso). Otherwise, an error cannot be found.

Mkisofs: uh ah, I can't find the boot image 'iso Linux. bin"

For more information about RedHat, see RedHat topic page http://www.linuxidc.com/topicnews.aspx? Tid = 10

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.