USB Stick install Linux installation error and solution
Guide |
From the Internet to see the "Linux should learn", deviating from the software industry for many years I decided to return! This article is my small white personal experience, hope can be adopted! |
Started to install virtual machines on your own machine as described in "Linux as it should be," and it was very good to run. Later saw a group of people in the exchange of their own strongholds installed Rhel7, and can run normally. Inspired by the decision to try to give your own Haier x208 installation rhel7. However, the installation process has been a problem, the communication group asked no answer (perhaps their own problem is too simple or insufficient information), the degree Niang also gave no delineated reply. After some Daoteng, we finally found a solution.
Download Image
Download RHEL7 image, I use the site to provide mirroring
: Http://www.linuxprobe.com/tools
Make USB drive
Write the image to the USB stick (8G), I use the old Peaches installed version of the production. (Specific production on the question of the Niang bar!) )
Installation System
USB Drive Boot
Go to the following interface:
You should select Install Red Hat Enterprise Linux 7.0 and press ENTER to enter the installation screen. (normally wait to get into the installation GUI)
But my installation is wrong!!! Tips are as follows:
This problem is not found on your USB flash drive, this configuration is required in the previous step needs to be completed, but in the previous step we do not know the file name of the U disk, so simply in this step to look at the device name of the USB stick, and then go back to the previous step to complete the configuration.
Execute Command
Execute the command below to see the name of your USB flash drive.
dracut:/# Cd/dev
You will then see the following interface:
SDA is the file name of the hard disk, SDB is the corresponding file name, you can see that it is SDB4 ("4" may also be other numbers, depending on the situation).
Modifying Paths
To restart, go back to the USB flash drive to start the first interface, and then press the TAB key to modify
Vmlinuz Initrd=initrd.imginst.stage2=hd:label=rhel-server-7.0-x86_64-linuxprobe.com.iso Quiet
For:
Vmlinuz initrd=initrd.img Inst.stage2=hd:/dev/sdb4 quite
Note that the last "quite" should not be deleted (this small white is affected by its harm)
Then press ENTER to enter the installation screen, you can start the installation smoothly.
Free to provide the latest Linux technology tutorials Books, for open-source technology enthusiasts to do more and better: http://www.linuxprobe.com/
USB Stick install Linux installation error and solution