Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[issue]: VTOY_LINUX_REMOUNT not working on Rocky Linux 9.5 #3035

Open
1 task done
teodor-pripoae opened this issue Nov 22, 2024 · 2 comments
Open
1 task done

[issue]: VTOY_LINUX_REMOUNT not working on Rocky Linux 9.5 #3035

teodor-pripoae opened this issue Nov 22, 2024 · 2 comments

Comments

@teodor-pripoae
Copy link

Official FAQ

  • I have checked the official FAQ.

Ventoy Version

1.0.99

What about latest release

Yes. I have tried the latest release, but the bug still exist.

Try alternative boot mode

Yes. I have tried them, but the bug still exist.

BIOS Mode

UEFI Mode

Partition Style

MBR

Disk Capacity

128GB

Disk Manufacturer

Kingston HDD

Image file checksum (if applicable)

None

Image file download link (if applicable)

No response

What happened?

I'm using Ventoy installed to a SSD to boot Rocky Linux ISOs. It worked just fine for months using Rocky 9.4 but now when Rocky 9.5 was released, the VTOY_LINUX_REMOUNT is no longer working.

My workflow:

  • Mount ventoy to /mnt
  • Download ISO to /mnt/my-iso-v1.x.x.iso
  • Modify ventoy/ventoy.json and set VTOY_DEFAULT_IMAGE to the new ISO.
  • umount /mnt
  • reboot

The ISOs are made using osbuild-composer from standard Rocky Linux.

Now with Rocky Linux 9.5, I'm getting this error:

$ mount /dev/sde1 /mnt
mount: /mnt: /dev/sde1 already mounted or mount point busy.

I've tried booting in an identical image but based on Rocky 9.4 and it works fine to mount the ventoy partition.

@teodor-pripoae
Copy link
Author

My ventoy.json:

{
    "control": [
	{ "VTOY_LINUX_REMOUNT": "1" },
        { "VTOY_MENU_TIMEOUT": "5" },
        { "VTOY_SECONDARY_TIMEOUT": "5" },
	{ "VTOY_DEFAULT_SEARCH_ROOT": "/" },
	{ "VTOY_DEFAULT_IMAGE": "/myiso-v1.0.130.iso" }
    ]
}

@teodor-pripoae
Copy link
Author

Any updates ? I believe it's happening for other recent linux distros as well.

#2928

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant