First of all, I really like the Linux deepin 10.12 gnome version this time. Indeed, I have always felt that xfce is really not so lightweight, and the operations are different from those of gnome. I usually only watch the post and don't post it. It's rare that I'm a little impulsive today. If I want to write something, I 'd like to talk about how to install linux deepin 10.12 in the simplest and safest way, but it won't affect other systems (for Ubuntu and its derivative versions, I have been installing them all the time, and I won't tell them to the average person), okay, next, you just need to follow me step by step:
1. Prepare grub4dos:
If you are too lazy to find a friend, go directly to my online storage. The address is http://u.115.com/file/f6aa4db856:
A. Put the boot folder on drive C.
B. Place grldr on drive C.
C. modify boot. INI: For XP users, add a sentence at the bottom, as shown in the figure below. For win7 users, they need to create their own boot. add the last sentence to the INI file.
2. Create a partition for Linux:
In Windows, you can use the magic partition master to create a new partition and format it as ext3. It is simple and easy to use. Use the appropriate space from other partitions (10 Gb for me, note that the name of the volume label must be Casper-RW. In the future, Let's explain why we need to specify the name of the volume label.
3. Decompress the Deepin_10.12-DVD-alpha1.iso, put the Casper directory out to the root directory of the partition (I am here to put the f disk, that is (hd0, 6 )), you can put it in the root directory of another partition as needed.
4. Finally, modify the C:/boot/GRUB/menu. LST file and add the boot menu item.
###########
Title start deepin 10.12 livecd
# Find -- Set-root/Ubuntu
Root (hd0, 6)
Kernel/Casper/vmlinuz boot = Casper quiet splash persistent Ro locale = zh_CN.UTF-8
Initrd/Casper/initrd. LZ
Boot
###########
5. OK. Restart your computer. Now you can go to the deepin System of Linux. What are the following points: Root (hd0, 6) is because I put the Casper directory on the F disk, so it is (hd0, 6 ), if you put it in another partition and you need to modify it yourself, it is very important to have a parameter persistent in kernel/Casper/vmlinux. If not, it is equivalent to livecd hard disk startup. With this parameter, our livecd can save the data. Do you still remember the partition we created for Linux? We named the volume label as Casper-RW, so these two parameters correspond, in this way, all our data can be saved. In fact, there is no difference with hard disk installation (at least I haven't found it). The most important thing is that it won't affect other systems. Is it very simple and convenient?
One more thing: After you restart the Linux system, it will be a clean new system (like the restoration of the XP clone disk). Now you can install new software as you like.
6. If you forget to uninstall it, it will be simpler. Use the magic partition master to delete and merge the Linux partitions, delete the last line of the boot. ini file, and delete deepin Linux.