As a newcomer, in Linux this line has been learning for half a year, I have been on the VM virtual machine for a variety of experiments, and did not feel a lot of problems. Until one day the "guide" asked us: Will you install the Linux system on the real machine? Nani? Meng, in the evening to go home groped under, the following will be my summary and everyone to share under, a lot of advice!
Today I would like to say how to make a U disk boot disk, and the USB disk boot disk on the real machine installed Linux system.
1. Preparatory work:
1) U disk one, need to format (more than 4G, after all, the ISO file is already greater than 4 G)
2) CentOS7.1 ISO file One (go here to download: http://www.centoscn.com/)
3) UltraISO tool (make startup USB drive)
:https://cn.ultraiso.net/xiazai.html注册码:名:王涛码:7C81-1689-4046-626F或名:redcaps码:82C6-3DEF-AB07-0EC0
2. Make USB drive Boot Disk 1) Add Burn image file
After downloading, in the UltraISO tool menu bar, "File-open" option, select your ISO file
2) Write HDD image
Menu bar, select "Start-write hard disk image" option
3) confirm the write image
Click "Write" until the burn is complete, the USB drive boot disk is ready
3. Start the installation on the real machine
The production of a good USB stick into the need to install a Linux computer, the first startup mode of the computer set to the USB flash drive will enter the selection of the installation interface
# #接下来就是最重要的地方, it's a matter of whether you can install it I've been stuck here for a long time #
First move to the first install
Then press the TAB key to edit the path
Will
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet 改成 vmlinuz initrd=initrd.img linux dd quiet
Enter
Then you can see the list in the display of your hard disk information, it is clear to know which is your USB flash drive (the general display of several formats for NTFS is your computer's own drive letter, the other one is your USB stick, write down your USB drive letter name my is sda4)
Restart the computer using Ctrl+alt+del and repeat the steps above. This time will
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet 改成 vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sda4(你自己的U盘盘符) quiet
Enter
Wait for the installer to start and install the CentOS
4.Linux Boot Installation
Select Chinese Installation
Select the time zone, set the times, and be able to use the network time in the time setting after connecting WiFi in the network with the host
Select the Software installation source USB drive installation is generally the default choice is generally packages folder, no tube
1) More commonly used is minimized installation (fast installation, only command line operation)
2) with the desktop installation (some configuration and use can be graphical operation, good use)
3) Server Edition installation (specific components can dispense with their own installation of a lot of problems), here choose to minimize the installation, in addition, according to their own needs to choose from the right part of the component installation
Friends who are just beginning to contact Linux are advised to use the Ghome graphical operator interface to get started.
Network and host name Configuration network information
I am here to use the virtual machine installation, so the installation location can only select the virtual machine, but in the real machine installation needs to choose the specific installation location, if the computer used the Windows hard disk has been partitioned the need for disk release, and then choose the installation location
Once all the information has been confirmed, you can start the installation.
Here you can create a new user, set the root password, and so on, no longer demonstrate, wait for the installation progress below, reboot will be able to enter the Linux system
USB flash drive to install Linux Server (with UltraISO tool and registration code)