Installation Guide [install fedora in win10], win10fedora
- System Installation
- Installation preparation
- System: fedora, Win 10
- Hardware: One USB flash drive and one PC
- Software: UltraISO
- Installation Steps
- Use UltraISO to write an image to a USB flash drive
- Window10 uses disk management and leaves an unallocated area to the fedora installation system. Generally, it is more than 20 GB.
- Restart the computer, and modify the boot item in bios to usb boot.
- Three options are displayed. Use the up arrow to select the first install
If the installation fails, a message similar to the following is displayed:
Dracut-initqueue [197]: Warning: cocould not boot
Dracut-initqueue [197]: Warning:/dev/root does not exist
Entering emergency mode exit the shell to continue. Type "journalctl" to view
System logs.
Enter the following two lines at the prompt:
Cd dev
Ls
Find sdb and sdb # In the columns that appear, where # represents a number, and sdb # represents the USB flash drive that the system is using.
The allocated drive letter. It is generally sdb4. If not, it is based on the actual situation.
Enter reboot to restart the system, and then select USB boot. Press E in the installation menu (most of which are the first one), and a column of characters will appear below.
Modify the character
**************************
"Hd :...... "(Until space) content (excluding space)
[Sometimes
LIVE: abc123456 ....]
**************************
Replace
**************************
Hd:/dev/sdb #
Or
LIVE:/dev/sdb #]
**************************
Press enter. Done.
Upgrade the kernel version to 4.2 or later, so that the system is automatically compatible with the WIFI driver.
Su root
-- Enter the password
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm
yum --enablerepo=elrepo-kernel install kernel-ml
Reboot
Of course, you must enter from the system above 4.2
- Install the cairo-dock bar
Nux-dextop Source: Download, install nux-dextop-release-0-1.el7.nux.noarch. rpm later
Yum update
yum install cairo-dock
For the configuration of cairo-dock, because the taskbar blocks the dock bar, it mainly configures the distance between the dock bar and the edge of the window:
Right-click cairo-dock, click Configuration, click Advanced mode, and select the position in the category action column. Set the offset to the edge of the screen and the distance to the edge of the screen.
Start and Install the PC from the USB flash drive, and select "Install fedora ",Note:If you do not use the official USB flash drive to write data (such as UltraISO), the following error occurs:
Because the installer identifies the installation source based on the label, and our USB flash drive label does not match the preset, we cannot continue. You can check the device name of the USB flash drive first, enter "cd/dev" after "#" and then "ls". Then, the following page is displayed:
Sda is the name of the file corresponding to my hard disk (my host has only one hard disk), so sdb is the file name corresponding to the U disk. We can see that it is sdb4.
So far, let's restart, go back to the place where "Install fedora 7" is selected, and press the e keyvmlinuz initrd=initrd.imginst.stage2=hd:LABEL=fedora\x207\x20x86_64 rd.live.check quietChanged:vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdb4 quitePress ctrl + x to go to the installation page.
- Install various software under fedora7
After the system is installed, you must install various tools.
For example, chrome: For more information, see 【How to install chrome on fedora]