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
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