分页: 1 / 1

怎么用windows 的boot.ini 来引导 Ubantu7.10?

发表于 : 2008-03-25 21:27
121215326
我是个linux 新手 ,用grub 引导系统总感觉不安全,希望高手赐教 怎么用windows 的boot.ini 来引导 Ubantu7.10?
求详细方法! 由于我是新手 涉及的软件 也希望解释一下!!

先谢谢了

发表于 : 2008-03-25 21:32
yaoms
。。。grub怎么不安全了。。。。


boot.ini还是通过grub4dos引导阿。。

发表于 : 2008-03-27 13:03
likeme
不知道为什么会觉得GRUB不安全。

发表于 : 2008-03-27 13:05
BigSnake.NET
搜索论坛, grub4dos
归档

发表于 : 2008-03-27 13:06
冲浪板
用boot.ini引导,是你自己的说法。
但是不是引导ubuntu,因为那也不是好玩的,但是可以引导grub,然后由grub来引导它所控制的东东。
说得卡通不?

发表于 : 2008-03-27 18:49
dick5010
in windows xp
********************************************
download the newest grub4dos compressed file
extract it to get grldr file (grub loader file)
copy grldr to c:\
append one line to boot.ini below
c:\grldr="Ubuntu 7.10 Desktop Installation"
type the title you like in double quote mark

in Ubuntu
********************************************
change directory to where menu.lst is
mount windows xp drive
copy menu.lst to the root of windows xp drive (ie c:\)
reboot
NOW BOOT Ubuntu FROM BOOT LOADER OF Windows IS READY

below is my own menu.lst in Ubuntu
######################################
default 0
timeout 3
hiddenmenu
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=ed764b4a-c09f-4414-869e-8a357753fc2d ro quiet splash vga=769
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=ed764b4a-c09f-4414-869e-8a357753fc2d ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd1,0)
kernel /boot/memtest86+.bin
quiet
########################################
the ONLY things you should care about in menu.lst are
root (hd1,0)
in my case:
windows xp installed on primary master drive and primary slave drive is empty
Ubuntu installed on secondary master drive and secondary drive is dvdrw
CHANGE YOUR hd?(or sd?) DRIVE NUMBER ACCORDINGLY OR BOOT Ubuntu WILL BE FAILED