For more information about how to create a boot disc in isolinux, see!

Source: Internet
Author: User
For more information about how to create a boot disc in isolinux, see! -- Linux general technology-Linux technology and application information. For details, refer to the following section. Objective: To create a Linux boot CD

Method: I refer to an article: http://article.pchome.net/content-138577.html this article should be reproduced everywhere on the Internet, the correctness is not sure.

I have not created the initrd file and vmlinuz file. I copied the corresponding initrd and vmlinuz files from A/boot with redhat as4.5 installed, and then used the isolinux configuration file, create an iso file using mkisofs.
The content of isolinux. cfg is as follows:

Prompt 1
Label myiso
Kernel/vmlinuz
Append initrd =/initrd. img load_ramdisk = 1 prompt_ramdisk = 1 ramdisk_size = 60000 ro root =/dev/ram

Problem: an error occurs when the created iso file is started using a virtual machine:
Mounting root filesystem:
Mount: error 6 mounting ext2
Mount: error 2 mount none
Then the kernel panic is created.
The linux File System that obtained the initrd and vmlinuz files is ext3. I suspect that the ext3 or ext2 driver is not put in initrd.
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.