[分享]GRUB for DOSs本人用的MENU.LST文件内容

仅供存放个人的配置文件,不要在本版发问。
回复
szcxgg
帖子: 53
注册时间: 2006-10-29 14:30

[分享]GRUB for DOSs本人用的MENU.LST文件内容

#1

帖子 szcxgg » 2007-11-10 9:48

本人使用的GRUB的文件
MENU.LST文件内容存档备用

color black/cyan yellow/cyan

timeout 3

default 13



title 1 Start native drive System

rootnoverify (hd0,0)

makeactive

chainloader +1



title 2 WIN-PEXP-32M

map (hd0,1)/boot/grub/winpe32.ima (fd0)

map --hook

root (fd0)

chainloader +1

boot



title 3 DEEPIN DOS

map (hd0,1)/deepdos.img (fd0)

map --hook

root (fd0)

chainloader +1

boot



title 4 ai ren GHOST DOS V5.0

kernel (hd0,1)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy

initrd (hd0,1)/boot/grub/ar5.zip c=160 h=2 s=36 floppy



title 5 PQ 8.0

kernel (hd0,1)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy

initrd (hd0,1)/boot/grub/pm805.img c=160 h=2 s=36 floppy



title 6 2000/XP kaiji mima xiugai

kernel (hd0,1)/boot/grub/memdisk.gz

initrd (hd0,1)/boot/grub/PASSWORD.IMA



title 7 CMOS qingchu

kernel (hd0,1)/boot/grub/memdisk.gz

initrd (hd0,1)/boot/grub/icmos.ima



title 8 back TO DOS

savedefault --wait=2

quit



title 9 mini98

kernel (hd0,1)/boot/grub/memdisk.gz

initrd (hd0,1)/boot/grub/mini98.gz



title 0 Ubuntu Linux 7.10

find --set-root /boot/grub/fonts.chs

kernel /boot/gutsy/vmlinuz boot=gnix_oag ramdisk_size=1048576 root=/dev/ram rw quiet splash debian-installer/locale=zh_CN fd_dir=gutsy

initrd /boot/gutsy/initrd.gz



title * Windows NT/2000/XP/2003

find --set-root /ntldr

chainloader /ntldr



title * Microsoft Windows Vista

find --set-root /bootmgr

chainloader /bootmgr



title * DOS/Windows 95/98/Me

find --set-root /io.sys

chainloader /io.sys



title * Restart

reboot



title * Shut Down

halt
suizong
帖子: 96
注册时间: 2007-05-24 0:45

#2

帖子 suizong » 2008-01-01 14:58

我问一下 这个“memdisk.gz c=160 h=2 s=36 floppy”中的c=160 h=2 s=36 是什么意思捏??
头像
nospeeder
帖子: 204
注册时间: 2008-02-01 0:09
来自: 荔枝之乡

#3

帖子 nospeeder » 2008-02-27 20:12

晕,楼主装N多的系统。
回复