After installing with Wubi, the system is always prompted/partitioned to load abnormally and fails to enter the system normally.
Reference solutions from
Http://jingyan.baidu.com/article/0aa22375bbffbe88cc0d6419.html
I wrote an article called How the hard disk installed Kylin system experience, described how to use the Wubi.exe program without a USB flash drive to install the version 14.04 Kylin system on the WindowsXP, but after running the system found that this method will prompt for/check the disk at startup a serious error occurred, and cannot enter the system. Toss for a while, finally find a solution. Please read below.
Tool material
Temporarily change boot parameters into the system
When you go to the Ubuntu boot menu, when the cursor is selected *ubuntu, press the E key on your keyboard to enter the startup item editing mode:
Using the cursor to navigate to the location as shown, the RO is changed to RW, press the F10 key, you can follow the modified parameters to boot into the system:
To modify the startup item configuration file
Click the top left button, then enter the terminal, then click Enter Terminal Program:
Enter sudo gedit/etc/grub.d/10_lupin after carriage return:
Enter the user password and return to the text editor to open the startup item configuration file:
Click Search to find:
After you enter the RO ${args}, the text editor automatically searches for and navigates to the text item:
Change RO to RW:
Click File, save, save current changes:
Click File, exit, exit the text editor:
Update the Startup item configuration
Enter the terminal program again, then enter sudo update-grub after the carriage return:
Enter the user password and return to:
Wait patiently for the system update startup item to complete. Wait until the prompt is done, indicating that the update is over and back to the command state. To close the terminal program:
Restart the Ubuntu system to discover that the system is ready to start automatically:
experience content is for reference only, if you need to solve specific problems (especially in the areas of law, medicine, etc.), we recommend that you consult the relevant professionals in detail.
ubuntu14.04 installation Error using Wubi