Remember this is the original play Cdlinux when, originally should be because of windows under the UltraISO to Cdlinux mirror changes cause the image can not boot, so use the command under Linux to operateThis should be the command to mount the ISO file:Mount-o loop/home/cdl/cdl.iso/mnt#mkdir/home/cdl/cdlinuxCp-r/mnt/*/home/cdl/cdlinuxUmount-r/mntChmod-r 777/home/cdl/cdlinuxThis should be the command to reg
Introduction:
How does one boot the Linux installation disc after it is inserted? What processes are involved in the process? How does the installation interface come out? How to modify it ?...
ISO structure:
The structure of the Fedora13 installation disc is as follows:
View plain
Fedora13-DVD
| --. Discinfo
| -- EFI
| -- BOOT
| -- BOOT. conf
| -- BOOTIA32.conf
| -- Splash.xpm.gz
| '-- TRANS. TBL
| '-- T
=============================================================================================================== =================Install1Package (+4Dependent Packages) Total Download size:1.5minstalled Size:4.3MIs ThisOK [y/d/n]:......But the disadvantage of the local Yum source configured in this way is that you have to mount the ISO system image to the system, and if you delete the image file locally, the Yum command is unavailable. Another problem
/rhel5u3/Server
If CentOS is installed, change cp-aR/media/Server/repodata/home/rhel5u3/Server to cp-aR/media/repodata/home/rhel5u3
3. prepare the automatic installation file, there is a anaconda-ks.cfg under the root directory to copy it over
Cp ~ /Anaconda-ks.cfg/home/rhel5u3/isolinux
Cd/home/rhel5u3/isolinux
Music anaconda-ks.cfg ks. cfg
Then modify isolinux. cfg in isolinux to change default linux to default
Label
Mount a partition with the specified volume label label
-W
Install file system as read/write, same as (-O rw)
-V
Show detailed Mount Progress
-L
List all mounted file system lists
Other parameters:
--bind
Re-attach a portion of the file hierarchy to another location. Only a single file system is attached, and if the directory has other file systems, it cannot be mounted. If y
ISO image installation (RPM) Extension toolkit via LinuxWhen installing software on Linux, it is becoming more and more popular to install by RPM instruction because it is easy to install with RPM, more and more software provides RPM installation package, and Linux iOS image file comes with a lot of system extension RPM installation package. And these software ve
Http://www.linuxidc.com/Linux/2013-04/82973.htmIn a Mac environment, the Linux ISO image is generated as a Linux installation disk, similar to Linux, but with some of its own tools under the Mac.The steps are as follows:1. Under terminal, convert
Mount the CD or ISO file to the file system first:# Mkdir/media/isoTo mount a disc:# Mount/dev/cdrom/media/isoor mount the ISO file:Mount-o Loop/root/rhel-server-6.4-x86_64-dvd.iso/media/isoThen modify the contents of the/etc/yum.repos.d/rhel-source.repo file as follows:[Rhel-source]name=red Hat Enterprise Linux $releasever-$basearch-sourceBaseurl=file:///media/
1. Creation of two directoriesCd/mntmkdir ISOmkdir CDROMDescription:/mnt/iso for storing ISO image,/mnt/cdrom for Mount point2. Copy the ISO image file to the/mnt/iso directory3. MountingMount-o Loop/mnt/iso/redhat_xxxxx.iso/mnt/cdrom4. Edit the configuration file of the loc
the files inside the ISO3. Configure the Yum sourceBack up the files in the/etc/yum.repos.d/, recreate a Iso.repo file,Vi/etc/yum.repos.d/iso.repoand write the following content[Public_ol6_latest] #可改变name =oracle linux-base #可改变baseurl =file:///mnt/cdrom/gpgkey=file:///mnt/cdrom/ Rpm-gpg-key-oraclegpgcheck=1enabled=1Save,Final executionYum RepolistTo see if it was successful. Then you can indulge in yum install!This article is from the "Lefteva" blo
Http://os.51cto.com/art/201510/494762.htmFirst open the terminal in the Linux system, confirm the USB drive path:sudo fdisk -lUsing the DD command, the format is as follows:sudo dd if=xxx.iso of=U盘路径Complete Example:if=~/images/ubuntu.iso of=/dev/sdbWrite the Ubuntu.iso image file in the ~/images directory to the SDB disk after the above DD command is finished, the system starts to make the boot disk, during which the Terminal Command window will not
/sr0 is mounted on the/mnt directory, and the type is iso9660. (RO) is readonly read only. The discs are read-only. It can only be written once, even if it is to be written.Execute/mount-t Iso9660-o,loop/dev/sr0/mnt/cdrom[Email protected] dev]# mount-t iso9660-o,loop/dev/sr0/mnt/cdrom[[email protected] dev]# Cd/mnt/cdrom[[email Protect Ed] cdrom]# lsaddons GPL LiveOS release-notes rpm-gpg-key-redhat-releaseefi Images Media.repo repodata TRANS. Tbleu
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.