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]: Help line disappears when auto-going to a submenu #1939

Closed
1 task done
Ratio2 opened this issue Oct 30, 2022 · 2 comments
Closed
1 task done

[issue]: Help line disappears when auto-going to a submenu #1939

Ratio2 opened this issue Oct 30, 2022 · 2 comments
Labels
bug Something isn't working Fixed This issue has been fixed

Comments

@Ratio2
Copy link

Ratio2 commented Oct 30, 2022

Official FAQ

  • I have checked the official FAQ.

Ventoy Version

1.0.81

What about latest release

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

Try alternative boot mode

No. I didn't try these alternative boot modes.

BIOS Mode

UEFI Mode

Partition Style

GPT

Disk Capacity

20GB

Disk Manufacturer

VirtualBox

Image file checksum (if applicable)

No response

Image file download link (if applicable)

No response

What happened?

/ventoy/ventoy.json

{
    "control":[
        { "VTOY_MENU_TIMEOUT": "5" },
        { "VTOY_DEFAULT_IMAGE": "F6>0" }
    ]
}

/ventoy/ventoy_grub.cfg

menuentry "Debian configfile" {
	search --no-floppy --fs-uuid --set=root faf7353a-bceb-41b2-bc9c-a46d9d194fd1
	configfile /boot/grub/grub.cfg
}

menuentry "Debian multiboot" {
	search --no-floppy --fs-uuid --set=root faf7353a-bceb-41b2-bc9c-a46d9d194fd1
	multiboot /boot/grub/i386-pc/core.img
}

menuentry "Debian chainloader" {
	search --no-floppy --fs-uuid --set=root 55F7-B2F8
	chainloader /EFI/debian/shimx64.efi
}

Screenshot from 2022-10-30 20-10-45
Screenshot from 2022-10-30 20-10-59

@ventoy
Copy link
Owner

ventoy commented Nov 2, 2022

Try this CI release: https://github.com/ventoy/Ventoy/actions/runs/3377443731
https://www.ventoy.net/en/doc_github_ci.html

@Ratio2 Ratio2 closed this as completed Nov 2, 2022
@ventoy ventoy added bug Something isn't working Fixed This issue has been fixed labels Nov 2, 2022
@ventoy
Copy link
Owner

ventoy commented Nov 17, 2022

Fixed in 1.0.82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed This issue has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants