install ubuntu 14.04 by grub4dos in winxp system

1、download grub4dos,then unzip and copy follow four files to c disk:

grldr,grldr.mbr,grub.exe,menu.lst

2、download ubuntu14.04.ios and rename to ubuntu.iso.copy to c disk.

3、copy initrd.lz vmlinuz.efi which from casper in ubuntu.iso to c disk.

4、edit menu.lst,add follow text to the end.

title Install Ubuntu

root (hd0,0)

kernel (hd0,0)/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu.iso locale=en_US.UTF-8

initrd (hd0,0)/initrd.lz

5、edit boot.ini in c disk.add follow text to the end

c:\grldr="Setup Ubuntu 14.04"

扫描二维码关注公众号,回复: 354115 查看本文章

6、choose a disk which you want to install ubuntu,like e disk.format it with exfat format.

7、reboot pc,choose "Setup Ubuntu 14.04" boot menu.then choose the last option "Install Ubuntu"

8、while the installation stop,press "ctrl+alt+t" to open terminal window,type "sudo umount -l /isodevice",then continue intall ubuntu.

9、set sda6 free,then create partition."/":10G,"/temp":5G,"/boot":300M,the rest free disk set to "/home".

猜你喜欢

转载自cfpl0594.iteye.com/blog/2210006