少校
- 注册时间
- 2012-5-1
- 金币
- 3412 个
- 威望
- 0 个
- 荣誉
- 0 个
累计签到:439 天 连续签到:0 天 [LV.730]常住居民
|
long16652 发表于 2012-6-30 10:10 
一般C盘,有时间有地点有空间,而且不占地儿。为啥要放别的盘?
timeout 3
default=0
title Ubuntu PP
find --set-root /boot/grub/core.img
kernel /boot/grub/core.img
boot
title Backtrack5 R2
find --set-root /casper/vmlinuz
kernel /casper/vmlinuz file=/preseed/custom.seed boot=casper text splash vga=791--
initrd /casper/initrd.gz
boot
title Windows XP
find --set-root /casper/RAMXP.IMA
map --mem /casper/RAMXP.IMA (hd0)
map (hd0) (hd1)
map --hook
root (hd0,0)
chainloader /ntldr
boot
title CDlinux
find --set-root /CDlinux/bzImage
kernel /CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8
initrd /CDlinux/initrd
boot
title BeiNi
find --set-root /boot/bzImage
kernel /boot/bzImage quiet tinycore tce=sda3
initrd /boot/tinycore.gz
boot
这是我的全部五启动 |
|