Because recently looking at the Java Virtual Machine book, inside about the installation of the virtual machine is recommended to try to install the Linux environment, but I do not want to own Windows system (mainly afraid of not using Linux when it is inconvenient), and then the hard disk itself is not generous. So I picked it up a few years ago, Windows installs the Linux system.
Initially influenced by the mindset of installing Linux in a virtual machine in the school curriculum, the Linux system is made into a virtual optical drive using a soft disk pass (UltraISO). The system is used many years ago to download, the availability of unknown, d disk in the solid after changing the empty, ready for dual system, this time use. After it appears to be done, reboot, F12 into the boot interface, but did not find the desired virtual disc. Trying to change a few Linux systems is still useless. and then to the U disk to try (U disk is used to do the boot disk), the hint is that the selected Linux system is not a valid mirrored file. I thought it was the system, it was damaged. Two downloads, or not. Back to the Internet to find information, modified a lot of steps. Tell the subject 、、、、
Using Fedora Live use creator software to make U disk (not using cabbage, which may be different from Windows and Linux), select the specified Linux mirror to make the U disk a Startup disk, Liunx path cannot have Chinese. The other hard drive reserves enough space (the author is removed from the original D disk), using the partition tool (here is using Diskgenius) to convert the original D disk to a GPT format disk (must ensure that the converted disk has no data, otherwise cannot be converted). These two steps will restart the computer. After the boot directly into the installation of the boot interface, click Enter to install, the installation process may be an error (/dev/root does not exist), the problem is because the path is not found, press ENTER to enter the character input interface, CD /dev Then LS to view its own U disk file name (the general hard drive is Sda,u disk SDB1. I am two hard drives, U disk is SDC1), reboot reboot the computer. Back to the boot installation interface, into the editing interface (specifically look at the interface, may be e may also be the TAB key), the initrd=initrd.imginst.stage2=hd:xxxxxxx quiet to: Vmlinuz initrd= Initrd.img inst.stage2=hd:/dev/?? Quite of which. Is your u disk file name (computer, that is, the previous step to find out, if not sure to try each), enter the installation. Then is the normal installation interface, you need to pay attention to the mount when you can directly click on the automatic creation of the province's own mount. As for the partition seems not to know need not, think of a reformatting option, because before, I have in the mount and allocate space spent a lot of time, interested can try (now look back to feel stupid dead ...) )