Original URL: http://blog.csdn.net/ys_073/article/details/8310115
Objective:
Speaking of, in order to install the hard drive on Win7 Ubuntu wasted a whole night of time. When it comes to pretending, it's not the problem here, it's the problem there. But in the final analysis are small problems, just be overwhelming the same blog or post to mislead.
Issue: 1. Hint: FileSystem type is NTFS, partition type 0x7
There was no hint of error, so I didn't care. Because all of my computer's disks are in NTFS format. Next, however, there are the following errors.
2.error 15:file not found
That's what I wrote at the time, Menu.lst:
[Plain]View Plaincopyprint?
- Title Install Ubuntu
- Root (hd0,0)
- Kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.1-desktop-i386.iso quiet splash ro locale=zh_cn. UTF-8 NoPrompt--
- INITRD (hd0,0)/initrd.lz
I'm pretty sure that this red name is not wrong, and I can also be sure that my C drive is (hd0,0), but in the end there will be the above error. Finally engaged for a long time, according to the internet, all kinds of switching HD label AH, this guidance does not support the need for another guide AH. I've almost finished trying. Finally, it is still a failure. Prompt for the above information.
Resolve (Repartition)
Online a lot of said NTFS installed Ubuntu no impact, I have been mistaken that really did not affect. Maybe my computer is special or something. NTFS is not able to be installed.
And, I am two hard drives, so also listen to the Internet, the need to install the distinction between OK, no more tube, that is, my second hard drive is not formatted.
Of course, the direct separation, not format is also possible. But the point is, all of my first hard drive partitions are NTFS. Therefore, the file cannot be found in grub.
The final method: direct my second hard disk to a partition of about 800M, formatted into FAT32. Copy the Initrd.lz and Vmlinuz to the disk, and then copy the ISO to the disk.
Since the disk corresponds to the D drive of the second hard drive, the menu.lst can be as follows:
[Plain]View Plaincopyprint?
- Title Install Ubuntu
- Root (hd1,4)
- Kernel (hd1,4)/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.1-desktop-i386.iso quiet splash ro locale=zh_cn. UTF-8 NoPrompt--
- INITRD (hd1,4)/initrd.lz
The final reboot will be properly booted and installed. The following steps are similar to those on the web.
about how to install Ubuntu on a hard drive please visit: http://blog.csdn.net/ys_073/article/details/8315489
Summarize:
The internet said Win7 can be installed directly NTFS, perhaps they are not tested, perhaps my computer is very special. Anyway, these two little questions toss me for a night. Therefore, in order to be able to install Ubuntu correctly on the hard disk, if the above problems occur, or please split a temporary zone out, formatted into FAT32 to solve it.
The image files, as well as the Initrd.lz and Vmlinuz in the Casper folder, are placed under the disk. MENU.LST's plate is to be chosen right. As well as the separation of a zone, delete the volume is not formatted, left for the next storage Ubuntu system.
"Turn" win7+ubuntu12.04.1 hard drive installation errors and solutions----good