首页 > 课堂 > 电脑知识 > 正文

怎样让U盘启动添加菜单

2024-05-08 15:47:02
字体:
来源:转载
供稿:网友

  一般U盘启动的根目录下都有一个menu.lst文件,这个就是添加或删减启动选项的配置文件,下面举一实例,让大家具体了解一下:

  title 启动第一硬盘第一主分区(hd0,0)上的操作系统

  rootnoverify (hd0,0)

  makeactive

  chainloader +1

  title 启动第一硬盘第二主分区(hd0,1)上的操作系统

  rootnoverify (hd0,1)

  makeactive

  chainloader +1

  title 启动Windows NT/2000/XP/2003

  find --set-root /ntldr

  chainloader /ntldr

  title 启动Microsoft Windows 7

  find --set-root /bootmgr

  chainloader /bootmgr


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表