原帖由 <i>2010dewuyou</i> 于 2012-9-7 02:04 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2562486&ptid=256368" target="_blank"><img src="http://bbs.wuyou.net/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br />
<br />
???<br />
没有固定从哪个硬盘启动的话 只能每个都安装吧
<br />
每个硬盘都安装grub4dos,只用一个grldr,
菜单如下:
timeout 5
default 1
title Boot XP
if not exist (hd0,0)/ntldr map (hd1) (hd0) && map (hd0) (hd1) && map --rehook
chainloader (hd0,0)+1
title Boot win7
if not exist (hd0,0)/bootmgr map (hd1) (hd0) && map (hd0) (hd1) && map --rehook
chainloader (hd0,0)+1
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
color blue/green yellow/red white/magenta white/magenta
timeout 30
## menu border color
color border=0xEEFFEE
## set vbe mode
graphicsmode -1 640 480:800
## loading splashimage
splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage.bmp
default /default
## Menu AutoNumber
write 0x8274 0x2001
title find and load NTLDR of Windows NT/2K/XP\n find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd1)
map (hd1) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2