How to synthesize a DVD from SuSeLinux9.3 pro 5CD

Source: Internet
Author: User
Article Title: SuSeLinux9.3 professional 5CD DVD synthesis method. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
SuSe Linux 9.3 Professional Edition 5CD DVD Synthesis Method
  
Search on www.google.com for a long time to find the method to synthesize the 5CD SuSe 9.3 Professional Edition into a DVD. The system has been successfully installed with the created ISO file.
  
The procedure is as follows (a long process ):
  
   1. If you have a CD and no ISO file, you can create it in Linux as follows:
  
#------------------------------------------------------------------------------
# Echo Please insert disk 1 of 5 and hit any key to continue.
# Read key
# Dd if =/dev/cdrom of = SUSE-9.3-Prof-i386-CD1.iso
# Echo Please insert disk 2 of 5 and hit any key to continue.
# Read key
# Dd if =/dev/cdrom of = SUSE-9.3-Prof-i386-CD2.iso
# Echo Please insert disk 3 of 5 and hit any key to continue.
# Read key
# Dd if =/dev/cdrom of = SUSE-9.3-Prof-i386-CD3.iso
# Echo Please insert disk 4 of 5 and hit any key to continue.
# Read key
# Dd if =/dev/cdrom of = SUSE-9.3-Prof-i386-CD4.iso
# Echo Please insert disk 5 of 5 and hit any key to continue.
# Read key
# Dd if =/dev/cdrom of = SUSE-9.3-Prof-i386-CD5.iso
#------------------------------------------------------------------------------
  
   2. Create the following directories to mount the CD image
  
Mkdir CD1 fig CD5
  
   3. Mount the ISO file to the Created directory in loopback mode:
  
Mount SUSE-9.3-Prof-i386-CD1.iso CD1-o loop
Mount SUSE-9.3-Prof-i386-CD2.iso CD2-o loop
Mount SUSE-9.3-Prof-i386-CD3.iso CD3-o loop
Mount SUSE-9.3-Prof-i386-CD4.iso CD4-o loop
Mount SUSE-9.3-Prof-i386-CD5.iso CD5-o loop
  
   4. Run the following command:
  
Cp-a CD1/boot.
Mkdir i586 i686 noarch
  
# Create the NEW MD5SUMS as one file in order to allow SuSE to validate (thus install) all of the files from every CD and not just CD #1
# For the i586 directory:
Cat CD1/suse/i586/FIG/suse/i586/MD5SUMS CD3/suse/i586/MD5SUMS CD4/suse/i586/MD5SUMS CD5/suse/i586/Summary> i586/Summary
# For the i686 directory:
Cat CD1/suse/i686/MD5SUMS CD2/suse/i686/MD5SUMS> i686/MD5SUMS
# For the noarch directory:
Cat CD1/suse/noarch/MD5SUMS CD2/suse/noarch/MD5SUMS CD3/suse/noarch/MD5SUMS CD4/suse/noarch/MD5SUMS CD5/suse/noarch/MD5SUMS> noarch/Summary
  
   5. Create an ISO file (the process is long ):
  
Mkisofs-o SuSE_93_dvd.iso-B boot/loader/isolinux. bin-c boot/loader/boot. cat-no-emul-boot-load-size 4-boot-info-table-l-P SuSE-r-T-V SuSE_9.3-x CD1/boot-x CD1 /suse/i586/MD5SUMS-x CD1/suse/noarch/MD5SUMS-x CD1/suse/i686/MD5SUMS-x CD2/suse/i686/MD5SUMS-x CD2/suse/i586 /MD5SUMS-x CD2/suse/noarch/MD5SUMS-x CD3/suse/i586/MD5SUMS-x CD3/suse/noarch/MD5SUMS-x CD4/suse/i586/MD5SUMS-x CD4/suse/noarch/MD5SUMS-x CD5/suse/i586/MD5SUMS-x CD5/suse/noarch/MD5SUMS-graft-points CD1 boot/= boot suse/i586/MD5SUMS = i586/ipvsuse/noarch/MD5SUMS = noarch/MD5SUMS suse/i686/MD5SUMS = i686/MD5SUMS suse/= CD2/suse/= CD3/suse/= CD4/suse /= CD5/suse media.2/= CD2/media.2 media.3/= CD3/media.3 media.4/= CD4/media.4 media.5/= CD5/media.5
  
   6. mount the ISO file to a temporary directory.
  
Mkdir dvd
Mount SuSE_93_dvd.iso dvd-o loop
  
   7. Now you can dial the disk.
  
8. Note: the hard disk space occupied by the above operations is very large (about 7 GB). Check whether the space is sufficient before the operation.

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.