Win7 HDD Installation Ubuntu
There are subtle differences between the 64-bit Ubuntu:
1. Vmlinuz this file, in 64-bit ISO called VMLINUZ.EFI, when used to remove the suffix.
2. When configuring boot files with EASYBCD, note that the 64-bit win 7 is a GPT partition table, so the C drive is not (hd0,0) but (hd0,1)-If you have only one hard disk or you put Win7 on the main drive, if it is installed on the second hard disk, then the C drive is (HD1 , 1), is the reason for 1 instead of 0: The GPT partition table hides a system reserved partition by default, 100M, so your C drive is not in zone 0 and in zone 1.
3.64-bit Win7 will also bring another problem, is the GPT partition signature, if you do not do any processing, according to 1+2 two points you can log in to Ubuntu experience version, but the desktop installation, you will find that the partition is not recognized by your Win7 partition. So you also need to open the terminal before opening the desktop installation, enter a line of commands:
sudo dd if=/dev/zero of=/dev/sda bs=1 count=8 seek=512
The goal is to eliminate GPT partitioned table signatures.
Win7 64-bit hard drive installs Ubuntu 64-bit fine configuration