如题,或者把grldr放在c盘以外该怎么写boot.ini?我用D:\grldr="GRLDR"会直接重启。
我的是七彩虹的主板,开了还原卡的功能,grldr放在C盘下是读不出来的,现在我不想还原,好多东西啊。
我以前用fc6把grub装在linux的分区正常使用,但是刚刚装ubuntu时在删除原分区后出错,fc6没了,grub也没了,哭啊。。。
更要命的时我连光驱都没,想刻盘都没用。
有没有办法在windows下安装grub到某个盘?
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 93
- 注册时间: 2007-04-07 20:51
- Nile
- 帖子: 990
- 注册时间: 2006-07-15 11:20
- 来自: 枫叶刀市
给你说个简单的方法
好像有一个叫wingrub的软件,安装后可以用ntloader引导grub,
还有一个方法,下载一个叫 “一键GHOST硬盘版”的软件,安装,实际上就是利用grub引导ghost.img镜像,你自己修改一下C:\boot\ghost\menu.lst就可以让它引导linux了
我的menu.lst 和boot.ini参考一下:
好像有一个叫wingrub的软件,安装后可以用ntloader引导grub,
还有一个方法,下载一个叫 “一键GHOST硬盘版”的软件,安装,实际上就是利用grub引导ghost.img镜像,你自己修改一下C:\boot\ghost\menu.lst就可以让它引导linux了
我的menu.lst 和boot.ini参考一下:
代码: 全选
timeout 5
default 2
#foreground E0E0E0
#background 505050
#gfxmenu /boot/ghos/grub_chs.msg
#fontfile /boot/ghos/fonts
#splashimage /boot/ghos/black.xpm
#title 1KEY GHOST v8.3
#clear
#password
# MODE1
#map --mem /boot/ghos/ghost83.img (fd0)
#map --hook
#chainloader (fd0)+1
#rootnoverify (fd0)
# MODE2
#kernel /boot/ghos/memdisk
#initrd /boot/ghos/ghost83.img
title Ubuntu, kernel 2.6.20-1-nilemake
root (hd0,14)
kernel /vmlinuz-2.6.20.1-2.6.20.1ubuntu2.6.20.1-nilecomplete root=/dev/hda3 ro splash locale=zh_CN
vga=normal s
initrd /initrd.img-2.6.20.1-2.6.20.1ubuntu2.6.20.1-nilecomplete
quiet
boot
title Ubuntu, kernel 2.6.20-1-nilemake (recovery mode)
root (hd0,14)
kernel /vmlinuz-2.6.20.1-2.6.20.1ubuntu2.6.20.1-nilecomplete root=/dev/hda3 ro single
initrd /initrd.img-2.6.20.1-2.6.20.1ubuntu2.6.20.1-nilecomplete
boot
title Ubuntu, kernel 2.6.17-11-generic
root (hd0,14)
kernel /vmlinuz-2.6.17-11-generic root=/dev/hda3 ro splash locale=zh_CN
vga=792
initrd /initrd.img-2.6.17-11-generic
boot
title Ubuntu, kernel 2.6.17-11-generic (recovery mode)
root (hd0,14)
kernel /vmlinuz-2.6.17-11-generic root=/dev/hda3 ro single
initrd /initrd.img-2.6.17-11-generic
boot
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,14)
kernel /vmlinuz-2.6.17-10-generic root=/dev/hda3 ro splash locale=zh_CN
vga=normal s
initrd /initrd.img-2.6.17-10-generic
quiet
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,14)
kernel /vmlinuz-2.6.17-10-generic root=/dev/hda3 ro single
initrd /initrd.img-2.6.17-10-generic
boot
boot
title Ubuntu, memtest86+
root (hd0,14)
kernel /memtest86+.bin
quiet
boot
title DOS
root (hd0,0)
kernel /dos/memdisk
initrd /dos/dos98.img
boot
代码: 全选
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
C:\GHLDR=Grub ubuntu-Linux DOS-NTFS
Thinkpad T400