Page 1 of 1

eEFInd submenus [solved]

Posted: 15 Dec 2016, 23:33
by Ed_P
My refind.conf's Porteus GUI menu isn't working. No submenus display when this option is selected, I boot straight to AF mode. Can anyone see what I've done wrong?

Code: Select all

menuentry "Porteus menu (F2)" {
	volume KERNELS
	icon EFI/BOOT/icons/os_porteus.png
	loader boot/syslinux/vmlinuz
	initrd boot/syslinux/initrd.xz
	options "from=UUID:F789-E55C extramod=UUID:F789-E55C/Modules;UUID:F789-E55C/modsavedat volume=33 reboot=cold" 
	submenuentry "Save changes" {
		add_options "changes=EXIT:UUID:F789-E55C/changes/porteussave.dat noload=porteussave.dat.xzm"
    }
	submenuentry "Always fresh" {
		add_options "nomagic base_only norootcopy" 
    }
   	submenuentry "Boot to copy2ram mode" {
		add_options "copy2ram"
    }
   	submenuentry "Text mode" {
		add_options "3"
    }
   	submenuentry "pxe-boot" {
		add_options "pxe"
    }
}
-update-

Posted my revised menu.

Re: eEFInd submenus

Posted: 16 Dec 2016, 00:35
by brokenman
No submenus display when this option is selected
How are you selecting the option? You should press F2 to access the submenu options.

Re: eEFInd submenus

Posted: 16 Dec 2016, 06:44
by Ed_P
brokenman wrote:You should press F2 to access the submenu options.
:oops: Thank you. I was just pressing the Enter key like I do for the grub2 menu.