I. Partition preparation II. File preparation III. Boot preparation IV. Start installation v. Rewrite mbr 6. After the installation is complete this article only describes the key points of Ubuntu Hard Drive boot and install Windows 7. For more details, see the situation. I. Partition preparation command line partition tool: fdisk command line formatting tool: mkfsmkfs. ntfs this tool does not come with Ubuntu. You need to install: sudoapt-getinstallntfsprogs graphical partition tool gpa
I. Prepare partitions
Ii. File preparation
3. Guide preparation
4. Start Installation
V. Modify mbr
Vi. Installation Complete
This article only describes how to install Windows 7 through Ubuntu hard drive. For more details, see the situation.
I. Prepare partitions
Command Line partition tool: fdisk
Command Line formatting tool: mkfs. ntfs
This tool is not provided with Ubuntu and needs to be installed:
Sudo apt-get install ntfsprogs
Gparted
Installation:
Sudo apt-get install gparted
At least two partitions need to be prepared. One partition is used to store the Windows 7 Installer. The partition can be ntfs or fat32, but it is best to use ntfs because the file is large. Mkfs. ntfs is used to format a partition into ntfs. One is used to install Windows 7. Active primary partitions must be Windows partitions. Otherwise, Windows cannot be installed. We recommend that you install Windows 7 in the active primary partition. Otherwise, you need to create another active primary partition, which is inconvenient. Ubuntu can be started on a logical partition, but Windows 7 cannot be started when it leaves the active primary partition.
Warning partition adjustment is complex and dangerous. You must exercise caution when making a decision.
Warning it is recommended that you do not partition during Windows 7 installation. This is mainly because of the compatibility between Windows 7 partition tool and Linux partition. Otherwise, unknown consequences may occur.