一、下载工具

官网

下载地址

二、安装优盘

双击Ventoy2Disk.exe启动。

image-20201107181535586

选择U盘。

image-20201107181619706

注意U盘会被格式化一次。

image-20201107181638234

image-20201107181650956

安装完成。

image-20201107181710769

三、主题下载

下载地址

选择喜欢的主题。

image-20201107183811174

image-20201107183933558

在U盘创建ventoy文件夹。

image-20201107184503884

ventoy文件夹中创建ventoy.json文件,key是镜像的文件名字,class是icons目录的图片名字,dir是镜像目录名,设置好后才能正常显示图标。

{
    "theme": {
        "file": "/ventoy/theme/theme.txt",
        "gfxmode": "1920x1080"
    },
	"menu_class": [
        {
            "key": "Centos",
            "class": "centos"
        },
		{
            "key": "Deepin",
            "class": "deepin"
        },
        {
            "key": "Ubuntu",
            "class": "ubuntu"
        },
{
            "key": "Windows10PE",
            "class": "solus"
        },        
        {
            "key": "Windows10",
            "class": "windows"
        },
		{
            "key": "Windows7PE",
            "class": "korora"
        },
		{
            "dir": "/linux",
            "class": "linux"
        },
		{
            "dir": "/windows",
            "class": "windows"
        },
		{
            "dir": "/winpe",
            "class": "opensuse"
        }
    ]
}

image-20201107184629830

ventoy文件夹中创建theme文件夹。

image-20201107184725688

复制下载好的主题到theme文件夹。

image-20201107184859933

image-20201107184943457

修改主题里的theme.txt文件,自定义显示参数,这里修改了字体颜色。默认显示字体的颜色item_color这里修改成靛青,选中后字体的颜色selected_item_color,这里修改成蓝色,也可以将background.jpg换成自己喜欢的背景图片。

# GRUB2 gfxmenu Linux theme
# Designed for any resolution

# Global Property
title-text: ""
desktop-image: "background.jpg"
desktop-color: "#000000"
terminal-font: "Terminus Regular 14"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Show the boot menu
+ boot_menu {
  left = 30%
  top = 30%
  width = 45%
  height = 60%
  item_font = "Unifont Regular 16"
  item_color = "#4B0082"
  selected_item_color = "#0000FF"
  icon_width = 32
  icon_height = 32
  item_icon_space = 20
  item_height = 36
  item_padding = 5
  item_spacing = 10
  selected_item_pixmap_style = "select_*.png"
}

# Show a countdown message using the label component
+ label {
  top = 82%
  left = 32%
  width = 30%
  align = "center"
  id = "__timeout__"
  text = "Booting in %d seconds"
  color = "#cccccc"
  font = "Unifont Regular 16"
}

四、拷贝镜像

创建存放镜像的文件夹,不用创建也行,默认会自动搜索U盘里的全部iso文件,这里为了方便管理。

image-20201109002103702

image-20201107185441043

五、安装系统

这里使用虚拟机测试,实体机步骤差不多,创建虚拟机添加U盘启动。

image-20201107192102317

使用默认SCSI类型。

image-20201107192111945

使用物理磁盘。

image-20201107192129923

查看磁盘是什么位置。

image-20201107192308256

选择磁盘1。

image-20201107192338509

点击完成。

image-20201107192406484

可以看到识别到的U盘大小。

image-20201107192435810

点击启动客户机。

image-20201107192737842

这里看到放在U盘的ISO文件。

image-20201109001545213

按F3是以目录形式查看。

image-20201108224057089

image-20201109001637970

选择要安装的系统,这里选择Windows10,点击下一步。

image-20201107200037222

这里选择专业版。

image-20201107200146706

点击下一步。

image-20201107200230024

选择自定义。

image-20201107200456571

点击新建。

image-20201107200549462

点击确定。

image-20201107200624960

选择主分区,点击下一步。

image-20201107200757593

正在安装。

image-20201107200824096

安装完成自动重启。

image-20201107201849026

image-20201107202556785

image-20201107202745260

image-20201107202839054

image-20201107202906402

image-20201107202927629

image-20201107202952973

image-20201107203226135

image-20201107203302110

image-20201107203346142

image-20201107203406158

image-20201107203426577

image-20201107203515276

image-20201107203545467

image-20201107203727535

image-20201107203637588

image-20201107203802969

安装完成。

image-20201107203914649

六、激活系统

当前未激活状态。

image-20201107204508917

下载暴风激活工具。

下载地址

image-20201107213128053

以管理员身份运行。

image-20201107213157988

image-20201107213237828

image-20201107213255721

允许在设备上。

image-20201107213328369

关闭实时保护。

image-20201107214725735

重新点击激活。

image-20201107215001304

image-20201115190503263

激活成功。

image-20201107215114598