02-20-2023, 03:24 PM 
		
	
	
		Hi,
Ventoy partition on my USB stick can't be mounted by Linux (Mint Cinnamon) despite VENTOY_LINUX_REMOUNT added to my json file.
It has been reported here that VENTOY_LINUX_REMOUNT has to be added too in control_legacy and in control_uefi but that has no effect, regardless boot type, UEFI or legacy.
I noticed too that menu language stays english even when modifying it.
My json file includes a persistence section and that works fine but may be there's something wrong in the control section. Here is my file :
Thanking you in advance for any suggestion.
FG
	
	
	
	
Ventoy partition on my USB stick can't be mounted by Linux (Mint Cinnamon) despite VENTOY_LINUX_REMOUNT added to my json file.
It has been reported here that VENTOY_LINUX_REMOUNT has to be added too in control_legacy and in control_uefi but that has no effect, regardless boot type, UEFI or legacy.
I noticed too that menu language stays english even when modifying it.
My json file includes a persistence section and that works fine but may be there's something wrong in the control section. Here is my file :
Code:
{
  "control": [
    {
      "VTOY_LINUX_REMOUNT": "1"
    },
    {
      "VTOY_MENU_LANGUAGE": "fr_FR"
    }
  ],
  "control_legacy": [
    {
      "VTOY_LINUX_REMOUNT": "1"
    },
    {
      "VTOY_MENU_LANGUAGE": "fr_FR"
    }
  ],
  "control_uefi": [
    {
      "VTOY_LINUX_REMOUNT": "1"
    },
    {
      "VTOY_MENU_LANGUAGE": "fr_FR"
    }
  ],
  "persistence": [
    {
      "image": "/Fichiers ISO/Linux Mint Cinnamon/linuxmint-20.3-cinnamon-64bit.iso",
      "backend": [
        "/Persistence/Linux Mint Cinnamon/persistence_ext4_1GB_casper-rw.dat"
      ]
    }
  ]
}Thanking you in advance for any suggestion.
FG

 
 

 

