无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 4857|回复: 3
打印 上一主题 下一主题

vboot 如何自动获得uuid并写入grub.cfg

[复制链接]
跳转到指定楼层
1#
发表于 2012-4-13 19:55:34 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
2#
发表于 2012-4-13 21:16:51 | 只看该作者
c大的ntboot模块,没事看看
当然不想看原理也可以直接用
回复

使用道具 举报

3#
发表于 2012-4-26 23:09:24 | 只看该作者
管理员运行CMD,命令
G:\vboot\vbootedit.exe UUID G:
就是G的UUID了
回复

使用道具 举报

4#
发表于 2012-5-23 18:20:50 | 只看该作者
UUID可以这样获得,稍改就可以了

  1. set /p DriverLetter=     请输入分区盘符(不包含冒号)
  2. for /f "skip=3 tokens=7*" %%i in ('%cd%\vboot\vbootedit.exe UUID %DriverLetter%:') do @echo     %DriverLetter%盘的UUID为:      %%i
复制代码



create
Create a boot entry and save it to grub.cfg.

SYNTAX:
  vbootedit create title=menu_entry_title [hardisk=diskfile] [cdrom=isofile] [floppy=floppy_image_file] [parent=index] [boot=harddisk|cdrom|floppy] [/store configfile]

OPTIONS:
  title=menu_entry_title
         Specify the title for the boot entry.

  hardisk=diskfile
          Specify the path to the virtual disk file.
          It can be a .vmdk, .vhd or .vdi file.

  cdrom=isofile
          Specify the path to the cdrom iso file.

  floppy=floppy_image_file
          Specify the path to the floppy image file.

  parent=index
         Specify an integer index for the parent entry.
         This is used only to add snapshot entry.

  boot=harddisk|cdrom|floppy
         Specify the boot media.

   /store configfile
         Specify the path to the VBoot config file.
         By default, the config file is \vboot\grub\grub.cfg on system partition
.

EXAMPLES:
  vbootedit create title="XP Install Step 1" harddisk=c:\xp.vhd cdrom=c:\vboot\w
inxp-sp3.iso floppy=c:\vboot\vboot.img boot=cdrom
  vbootedit create title="XP VHD Boot" harddisk=c:\xp.vhd
  vbootedit create title="XP Snapshot 1" harddisk=c:\xp.vhd parent=1
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-11-29 01:33

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表