UUID is a 16 bytes hex digit id for the volume. For example, you can use (UUID=c6803bae803ba439)/vboot/win7.vhd to represent the same file as mentioned above format.
Each volume usually has a unique id after it has been formated. If you perform a reformat on the volume, this id will change.
To find the uuid for a volume on Windows, you can run this command:
vbootedit uuid C:
Inside VBoot Loader, you can enter this command to get the uuid for a volume:
probe -u (hd0,1)
# (LABEL=volume-label)/path/file.ext
The label format is similar to UUID format. You can find a volume's label by right click the properties dialog on Windows host.
For example, you can use (LABEL=OS)/vboot/win7.vhd to represent the same file as discussed in (1) and (2) above.作者: undo 时间: 2011-2-18 10:31
@2011nmgn
谢谢,UUID明白了。补充了点疑惑,楼下继续指正。作者: 2010rockze 时间: 2011-2-18 17:53
VHD的最大优点你还没有发觉呢~~~
可以全都放在隐藏分区运行的!!!
包括引导文件,VHD文件,所有的都可以放在隐藏分区!