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

R730 Clover 5160 SSD drives not showing in the main menu only displayed when F3 is pressed #715

Open
spdouts opened this issue Nov 24, 2024 · 3 comments

Comments

@spdouts
Copy link

spdouts commented Nov 24, 2024

Hi, I require some assistance please where I want the above mentioned drive to automatically appear in the main menu instead of having to press F3 to display it.

@spdouts
Copy link
Author

spdouts commented Dec 2, 2024

Hello

Anyone suggestions please?

@SergeySlice
Copy link
Collaborator

May be your config.plist contains some "Hide" instruction?

@spdouts
Copy link
Author

spdouts commented Dec 17, 2024

Thank you for your response

Below is the default config.plist

Can you please assist me with which sections I would need to update to show ESXI 7.0.3 in the main menu?

<key>GUI</key>
<dict>
	<key>ConsoleMode</key>
	<string>0</string>
	<key>Custom?</key>
	<dict>
		<key>Entries</key>
		<array>
			<dict>
				<key>Disabled</key>
				<false/>
				<key>Hidden</key>
				<false/>
				<key>Image</key>
				<string>os_mageia</string>
				<key>Path</key>
				<string>\EFI\MAGEIA\GRUBX64.efi</string>
				<key>Title</key>
				<string>Mageia Linux</string>
				<key>Type</key>
				<string>Linux</string>
			</dict>
			<dict>
				<key>AddArguments</key>
				<string>-v</string>
				<key>Arguments</key>
				<string>Kernel=mach_kernel</string>
				<key>Disabled</key>
				<true/>
				<key>Hidden</key>
				<false/>
				<key>Hotkey</key>
				<string>M</string>
				<key>InjectKexts</key>
				<false/>
				<key>NoCaches</key>
				<false/>
				<key>Path</key>
				<string>\EFI\BOOT\BOOTX64.efi</string>
				<key>Title</key>
				<string>MyCustomEntry</string>
				<key>Type</key>
				<string>OSXRecovery</string>
				<key>Volume</key>
				<string>D68F1885-571C-4441-8DD5-F14803EFEF54</string>
			</dict>
			<dict>
				<key>Hidden</key>
				<false/>
				<key>InjectKexts</key>
				<false/>
				<key>NoCaches</key>
				<false/>
				<key>SubEntries</key>
				<array>
					<dict>
						<key>AddArguments</key>
						<string>-v</string>
						<key>Title</key>
						<string>Boot OS X 10.8.5 (12F36) Mountain Lion in Verbose Mode</string>
					</dict>
				</array>
				<key>Title</key>
				<string>OS X 10.8.5 (12F36) Mountain Lion</string>
				<key>Type</key>
				<string>OSX</string>
				<key>Volume</key>
				<string>454794AC-760D-46E8-8F77-D6EB23D2FD32</string>
			</dict>
		</array>
		<key>Legacy</key>
		<array>

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

2 participants