Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot access Partition 1 under Linux .vtoy
#8
I tried it in json file but does not seem to work.
Used F5 to check json and it is not listed in global plugin check. I used ventoyplugson to add entry

{
"control":[
{ "VTOY_LINUX_REMOUNT": "1" }
],
"control_legacy":[
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_MENU_TIMEOUT": "5" },
etc. etc

Then I tried it as follows:
1. UEFI64-boot to Ventoy
2. Select UbuntuMint.vhd.vtoy file
3. Mint displays a grub2 menu - press e and add VTOY_LINUX_REMOUNT=1  to kernel parameters
Now I can access Ventoy Ptn1 in Mint.



I added legacy and UEFI entires using ventoyplugson and now it works!
{
"control":[
{ "VTOY_LINUX_REMOUNT": "1" }
],
"control_legacy":[
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_LINUX_REMOUNT": "1" },
{ "VTOY_MENU_TIMEOUT": "5" }
],
"control_uefi":[
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_LINUX_REMOUNT": "1" },
{ "VTOY_MENU_TIMEOUT": "5" }
],
"control_ia32":[
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_MENU_TIMEOUT": "5" },
{ "VTOY_DEFAULT_SEARCH_ROOT": "/_ISO" },
{ "VTOY_DEFAULT_IMAGE": "/_ISO/LINUX/xubuntu-18.04.3-desktop-i386.iso" }
],
"theme":{
"file": "/ventoy/themes/ventoy_slack/theme.txt",
"ventoy_color": "#ffff00"
etc

This worked for legacy and uefi.
but previous menu (see above) was not picking up the global value???

I also tested VTOY_WIN11_BYPASS_CHECK  in global control and this is also not listed by F5 - Plugin - control  menu?
I assumed that setting any parameter in the "control" section would apply to all other legacy,uefi,ia32 etc modes.

{
    "control":[
        { "VTOY_WIN11_BYPASS_CHECK": "1" },
        { "VTOY_LINUX_REMOUNT": "1" }
    ],
    "control_legacy":[
        { "VTOY_DEFAULT_MENU_MODE": "1" },
        { "VTOY_MENU_TIMEOUT": "5" }
    ],
    "control_uefi":[
        { "VTOY_DEFAULT_MENU_MODE": "1" },
        { "VTOY_MENU_TIMEOUT": "5" }
    ],
    "control_ia32":[
        { "VTOY_DEFAULT_MENU_MODE": "1" },
        { "VTOY_MENU_TIMEOUT": "5" },
        { "VTOY_DEFAULT_SEARCH_ROOT": "/_ISO" },
        { "VTOY_DEFAULT_IMAGE": "/_ISO/LINUX/xubuntu-18.04.3-desktop-i386.iso" }
    ],
    "theme":{


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: Cannot access Partition 1 under Linux .vtoy - by Steve2926 - 10-01-2022, 05:24 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)