一、下载工具
二、安装优盘
双击Ventoy2Disk.exe
启动。
选择U盘。
注意U盘会被格式化一次。
安装完成。
三、主题下载
选择喜欢的主题。
在U盘创建ventoy
文件夹。
在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"
}
]
}
在ventoy
文件夹中创建theme
文件夹。
复制下载好的主题到theme
文件夹。
修改主题里的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文件,这里为了方便管理。
五、安装系统
这里使用虚拟机测试,实体机步骤差不多,创建虚拟机添加U盘启动。
使用默认SCSI类型。
使用物理磁盘。
查看磁盘是什么位置。
选择磁盘1。
点击完成。
可以看到识别到的U盘大小。
点击启动客户机。
这里看到放在U盘的ISO文件。
按F3是以目录形式查看。
选择要安装的系统,这里选择Windows10,点击下一步。
这里选择专业版。
点击下一步。
选择自定义。
点击新建。
点击确定。
选择主分区,点击下一步。
正在安装。
安装完成自动重启。
安装完成。
六、激活系统
当前未激活状态。
下载暴风激活工具。
以管理员身份运行。
允许在设备上。
关闭实时保护。
重新点击激活。
激活成功。