VISTA and UBUNTU dual-start-general Linux technology-Linux technology and application information. The following is a detailed description. I. The hard disk is brand new. XP is installed first, and Ubuntu is installed. Now grub is taken for the boot, and then enter DOS, type fdisk/mbr, and hand the boot to XP, modify boot. ini points to the grub4dos of drive C, and then the/boot/grub/menu of Ubuntu. copy the lst to C: \, so that the Windows XP and Ubuntu dual-boot (ntldr directs grub4dos, and grub4dos directs Ubuntu) is not difficult. In the following example, bootmgr of Vista guides grub of Ubuntu.
First, enter WinPE, format drive C, and install Vista to drive C. After the restart, you can only access Vista without the Ubuntu option. Now download the EasyBCD software, as of today, the latest version is 1.7.1, (http://neosmart.net/dl.php? Id = 1 ). Install and run in Vista. Select "Add/Remove Entries". In the "Add an Entries" panel below, select the "Linux" tab. The Type is Grub and the Name is casual, drive select the/partition for Linux installation, select the "GRUB isn't installed to the bootsector" check box, and click "Add Entries. After restarting, the dual-boot menu of Vista and Ubuntu appears. Select Ubuntu and go to Grub. You will understand the following.
II. I believe that all boot. ini from XP will guide linux, but vista no longer uses ntldr, so there are some changes
1. Export the grub boot sector file.
In linux
Dd if =/dev/sda3 of =/dev/sda6/linuxloader/ubuntu. lnx bs = 512 count = 1
(My GRUB is installed on sda3)
/Dev/sda indicates the disk from sata
Ide hard disk, with/dev/hda. Depending on the location where the grub boot log is installed
(This is the same as ntldr with XP)
2. In vista,
Run cmd with the Administrator permission, and then
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.