bootmgr ntldr grldr(利用grldr冒名頂替ntldr和bootmgr引導(dǎo)WIN7/XP/Ubuntu系統(tǒng))
大家好,今天小悅來(lái)為大家解答以上問(wèn)題。bootmgr ntldr grldr,利用grldr冒名頂替ntldr和bootmgr引導(dǎo)WIN7/XP/Ubuntu系統(tǒng)很多人還不知道,現(xiàn)在讓我們一起來(lái)看看吧!
把bootmgr(ntldr)改名為bootmg8(ntld8)
把grldr改名為bootmgr(ntldr)
在grub的引導(dǎo)菜單menu.lst內(nèi)加入:
title Windows 7
find --set-root /bootmg8
chainloader /bootmg8
boot
title Windows XP
find --set-root /ntld8
chainloader /ntld8
boot
安裝Ubuntu的時(shí)候不用安裝GRUB,用grldr引導(dǎo)即可,在menu.lst加入(按實(shí)際安裝分區(qū)填寫(xiě),下面只是我的例子):
title Ubuntu 10.04.4
root (hd0,7)
kernel /vmlinuz root=/dev/sda8
initrd /initrd.img
boot
總之,用 grldr 和 menu.lst 兩個(gè)文件即可完成引導(dǎo)WIN7/XP/Ubuntu Linux。
怎么樣,很簡(jiǎn)單吧!
本文到此結(jié)束,希望對(duì)大家有所幫助。
標(biāo)簽: 利用grldr冒名頂替ntldr和bootmgr引導(dǎo)WIN7 xp Ubuntu系統(tǒng)