Install ubuntu on the hard drive of vista

Source: Internet
Author: User
1. Download grub4dos-0.4.3-2007-04-21.zip, decompress grldr, grldr. mbr to C: \ 2. To export "GRUB4DOS"/appl

1. Download grub4dos-0.4.3-2007-04-21.zip, decompress grldr, grldr. mbr to C :\

2. To begin :\

3. Run the following command prompt:

Code:

Bcdedit/create/d "GRUB4DOS"/application bootsector

The command result should return a GUID, which is used by the subsequent command

Bcdedit/set {GUID} device partition = C:

Bcdedit/set {GUID} path \ grldr. mbr

Bcdedit/displayorder {GUID}/addlast

4. Edit C: \ menu. lst.

Code:

Color black/cyan yellow/cyan

Timeout 30

Default/default

Title Microsoft Windows Vista

Root (hd0, 0)

Savedefault

Makeactive

Chainloader + 1

Title install ubuntu

Root (hd0, 0)

Kernel =/vmlinuz

Initrd =/initrd.gz

Title reboot

Savedefault -- wait = 2

Reboot

Title halt

Savedefault -- wait = 2

Halt

5. Restart and select GRUB4DOS. Then select install ubuntu.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.