USB flash Drive Install Ubuntu
Everything is ready, as usual reload system, plug the U disk, according to the machine to find the shortcut to boot (my is F1), the following step by step detailed.
- Locate the mirrored USB drive, adjust the priority order,save and Exit:
Boot Priority Order
Note: Next time restart remember to reset, otherwise infinite loop.
Cool Start Screen
- Select "Install Ubuntu Kylin":
Welcome page
- Complete the default settings:
Preparation matters
Note: If the network and space are at a constant speed, it is recommended that you select "Download updates in Installation" and "Install this third-party software".
- A very important step, select "Other Options":
Installation Type selection
- Partition for free disk:
In this step you will see the unused disk space we allocated earlier, we are about to partition this free disk, in order to make it easier to understand the next operation, here is a brief introduction to the installation process involves several major Linux partitions:
/
: Storage System files, 10GB ~ 15GB recommended;
swap
: Swap partition, which is the virtual memory of the Linux system, is recommended to be twice times the physical memory;
/home
: Home directory, storage space for music, pictures and downloads, and finally allocate all the remaining space;
/boot
: Contains the system kernel and system boot required files, realize the key to dual system, recommended 200M.
Select free Disk
Select the free disk, click +, first allocate 16G space to/partition, choose "Primary Partition", "Space start position", Ext4 and "mount point/":
Create/partitionNote: In fact, a hard disk can accommodate a maximum of 4 primary partitions, or 3 primary partitions plus an extended partition, when selecting the partition type, the "Idle partition when installing the system" condition may appear, in order to resolve the problem, the following will select "Logical Partition".
Repeat the creation step, allocate 16G space to the swap partition, select "Logical Partition" (primary partition Full), "Space Start location", for "Swap space":
Create swap partitionThen allocate 200M space to the/boot partition, select logical partition (primary partition Full), Space start location, EXT4, and mount point/boot:
Create/boot partitionFinally, allocate all remaining space to the/home partition, select logical partition (primary partition Full), Space start location, EXT4, and mount point///.
Create/home partitionSelect the drive letter of/boot as the device to install the boot boot, and be sure that you are consistent:
Ensure that the boot device number and/boot are consistentWrite changes to disk and get a cup of coffee:
- After the coffee, just go to the final setting:
Location
Keyboard layout
User Information
Welcome interface
Done
Restart the system and enter Windows to complete the final boot settings.