Yes I were busy for my work (I am human and hav to work too), but now I came 
here there are the Menu Tabs : 
Menu Tabs : 
FE3542FE-C1D3-4EF8-657C-8048606FF670_631.ROM Setuputility
                                   Form Sets
--------------------------------------------------------------------------------
Offset:		Title:
--------------------------------------------------------------------------------
0x4F990		Exit (0x314 from string package 0x0)
0x4FA50		System Configuration (0x2BB from string package 0x0)
0x4FFD0		Diagnostics (0x2EE from string package 0x0)
0x50030		Security (0x214 from string package 0x0)
0x50160		Main (0x28 from string package 0x0)
0x505A0		Power (0x256 from string package 0x0)
0x50E40		Debug (0x328 from string package 0x0)
So there isn't any Advanced Tab (thanks to Donovan6k for all our possibilities) !
Menu Tabs Init :
.text:0000000010000467 loc_10000467:                           ; CODE XREF: sub_100003A0+BBj
.text:0000000010000467                 mov     [rsp+88h+var_58], 0
.text:0000000010000470                 lea     rax, unk_10050160         ; Main (0x28 from string package 0x0)
.text:0000000010000477                 mov     [rsp+88h+var_60], rax
.text:000000001000047C                 lea     rax, unk_10050030         ; Security (0x214 from string package 0x0)
.text:0000000010000483                 mov     [rsp+88h+var_68], rax
.text:0000000010000488                 lea     r9, unk_1004FFD0          ; Diagnostics (0x2EE from string package 0x0)
.text:000000001000048F                 lea     r8, unk_1004FA50          ; System Configuration (0x2BB from string package 0x0)
.text:0000000010000496                 lea     rdx, unk_1004F990         ; Exit (0x314 from string package 0x0)
.text:000000001000049D                 lea     rcx, asc_10019350 ; "L¦"
.text:00000000100004A4                 call    sub_10001940
So Power and Debug are not initialized and It's not posible to create these tabs and They not will be showed !
Only Swap can do the job or Custom Menu (but I am researching yet) . . . 
Menu Tabs Init :
.text:0000000010000467 loc_10000467:                           ; CODE XREF: sub_100003A0+BBj
.text:0000000010000467                 mov     [rsp+88h+var_58], 0
.text:0000000010000470                 lea     rax, unk_10050160         ; Main (0x28 from string package 0x0)
.text:0000000010000477                 mov     [rsp+88h+var_60], rax
.text:000000001000047C                 lea     rax, unk_10050030         ; Security (0x214 from string package 0x0)
.text:0000000010000483                 mov     [rsp+88h+var_68], rax
.text:0000000010000488                 lea     r9, unk_1004FFD0          ; Diagnostics (0x2EE from string package 0x0)
.text:000000001000048F                 lea     r8, unk_1004FA50          ; System Configuration (0x2BB from string package 0x0)
.text:0000000010000496                 lea     rdx, unk_1004F990         ; Exit (0x314 from string package 0x0)
.text:000000001000049D                 lea     rcx, asc_10019350 ; "L¦"
.text:00000000100004A4                 call    sub_10001940
So now We know hat your Menu Tabs is showed in this sequence : 
Main - Security - Diagnostics - System Configuration - Exit 
I thinks is true (I saw many Bioses s far) 
 
Then the best way to get Swap is to replace Diagnostics with Power and then with Debug . . . 
Da Vinci Code is going well and You don't need my help !
Debug is possible to show, but Power is too distant and not addressable 
To be continued . . .