Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(SOLVED) Auto Installation HELP please
#1
No Auto Installation menu choice, what am I not doing or doing wrong?
Any help would be appreciated 

Volume in drive G is Ventoy
Volume Serial Number is 4E21-0000

Directory of G:\

08/03/2020  06:35 PM    <DIR>          ISO
08/03/2020  06:36 PM    <DIR>          ventoy

Directory of G:\ISO

08/03/2020  06:35 PM    <DIR>          .
08/03/2020  06:35 PM    <DIR>          ..
07/24/2020  09:04 AM    4,197,056,512 Windows_10_64.iso
              1 File(s)  4,197,056,512 bytes

Directory of G:\ventoy

08/03/2020  06:36 PM    <DIR>          .
08/03/2020  06:36 PM    <DIR>          ..
07/26/2020  07:34 PM              188 ventoy.json
08/03/2020  06:36 PM    <DIR>          script
              1 File(s)            188 bytes

Directory of G:\ventoy\script

08/03/2020  06:36 PM    <DIR>          .
08/03/2020  06:36 PM    <DIR>          ..
05/11/2020  06:10 AM            7,618 autounattendmbr.xml
07/26/2020  10:46 AM            7,009 autounattendUEFI.xml
              2 File(s)        14,627 bytes

my ventoy.json file that passed F5-debug and passes Json Parser Online

{ "auto_install" : [
        {
            "image": "/ISO/windows_10_64.iso",
            "template": [
"/ventoy/script/autounattendmbr.xml",
"/ventoy/script/autounattendUEFI.xml"]}]}


Thanks in advance
Robert
Reply
#2
Code:
{
    "auto_install":[
        {
            "image":"/ISO/Windows_10_64.iso",
            "template":[
                "/ventoy/script/autounattendmbr.xml",
                "/ventoy/script/autounattendUEFI.xml"
            ]
        }
    ]
}

"image":"/ISO/Windows_10_64.iso", case-sensitive
Reply
#3
(08-07-2020, 07:21 AM)longpanda Wrote:
Code:
{
    "auto_install":[
        {
            "image":"/ISO/Windows_10_64.iso",
            "template":[
                "/ventoy/script/autounattendmbr.xml",
                "/ventoy/script/autounattendUEFI.xml"
            ]
        }
    ]
}

"image":"/ISO/Windows_10_64.iso", case-sensitive
Thank you longpanda its all in the Details  Smile
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)