六月 2026
1234567
891011121314
15161718192021
22232425262728
2930  

彙整

114學年度第2學期資訊科技教育增能培訓:全版本還原系統Ventoy建置及資訊組長經驗談(1150428、0609)

日期:115年4月28日(二)、6月9日(二)

時間:9:00 – 12:00、13:30 – 16:30

地點:新北市雲端智慧科技中心2F電腦教室

講師:楊凱文

公文與附件:

研習當日請務必攜帶:

  1. 4660及4640主機各一臺(包含變壓器)。
  2. 512GB SSD NVMe介面、2.5吋SATA介面各一片。
  3. Noda R9雙協議(支援NVMe/SATA)硬碟外接盒。

課程內容:

ventoy.json 範例:

{
    "control":[
        { "VTOY_MAX_SEARCH_LEVEL": "1" },
        { "VTOY_MENU_TIMEOUT": "3" },
        { "VTOY_MENU_LANGUAGE": "zh_TW" },
        { "VTOY_DEFAULT_SEARCH_ROOT": "/os" }
    ],
    "theme":{
        "file":[
            "/ventoy/themes/bigsur/theme.txt",
            "/ventoy/themes/zorin-os/theme.txt"
        ],
        "default_file": 2,
        "gfxmode": "1920x1080",
        "ventoy_color": "#eff0f1",
        "fonts":[
            "/ventoy/themes/bigsur/terminus-12.pf2",
            "/ventoy/themes/bigsur/terminus-14.pf2",
            "/ventoy/themes/bigsur/terminus-16.pf2",
            "/ventoy/themes/bigsur/DejaVuSans-48.pf2",
            "/ventoy/themes/bigsur/DejaVuSans-Regular-14.pf2"
        ]
    },
    "menu_alias":[
        {
            "image": "/os/coollin.iso",
            "alias": "管理系統"
        },
        {
            "image": "/os/temp.vhdx",
            "alias": "啟動系統"
        },
        {
            "image": "/os/temp2.vhdx",
            "alias": "還原系統"
        }
    ],
    "password":{
        "menupwd":[
            {
                "file": "/os/temp2.vhdx",
                "pwd": "txt#123"
            },
            {
                "file": "/os/coollin.iso",
                "pwd": "txt#abc123"
            }
        ]
    },
    "image_list":[
        "/os/temp.vhdx",
        "/os/temp2.vhdx",
        "/os/coollin.iso"
    ]
}

相關教學影片

 

 

 

相關連結:

Comments are closed.