{"id":7669,"date":"2025-03-06T16:56:06","date_gmt":"2025-03-06T11:26:06","guid":{"rendered":"https:\/\/www.veeble.com\/kb\/?p=7669"},"modified":"2025-03-25T12:03:43","modified_gmt":"2025-03-25T06:33:43","slug":"grub-menu-not-showing-dual-boot","status":"publish","type":"post","link":"https:\/\/www.veeble.com\/kb\/grub-menu-not-showing-dual-boot\/","title":{"rendered":"Fix Grub Menu Not Showing: Dual Boot Windows &#8211; Linux"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-scaled.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"424\" src=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-scaled.jpeg\" alt=\"\" class=\"wp-image-7670\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-scaled.jpeg 2560w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-300x50.jpeg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-1024x170.jpeg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-768x127.jpeg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-1536x254.jpeg 1536w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Dual-Boot-Screen-Cover-Image-2048x339.jpeg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/a><\/figure>\n\n\n\n<p>Last week, I updated Windows, and unexpectedly, my <mark style=\"background-color:#fff6ad\" class=\"has-inline-color\">dual boot setup only booted into Windows<\/mark>, completely ignoring Linux. No grub menu not showing up at all. If you&#8217;ve experienced this, you know how annoying it can be. <mark style=\"background-color:#fff6ad\" class=\"has-inline-color\">I&#8217;ll explain how I resolved the issue.<\/mark><\/p>\n\n\n\n<pre class=\"wp-block-verse\">So, before we dive into how I fixed this, let's quickly touch on <strong>what GRUB actually is<\/strong>. You see, when the grub menu is not showing, GRUB, or the<a href=\"https:\/\/www.gnu.org\/software\/grub\/\" data-type=\"link\" data-id=\"https:\/\/www.gnu.org\/software\/grub\/\" target=\"_blank\" rel=\"noreferrer noopener\"> Grand Unified Bootloader<\/a>, is what's missing. It allows you to select which operating system to start. Without GRUB, you're limited to whatever Windows chooses to boot.<\/pre>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#using-command-prompt-windows-the-real-fix\">Using Command Prompt (Windows &#8211; The Real Fix)<\/a><\/li><li><a href=\"#using-advanced-startup-options-windows-checking-the-basics\">Using Advanced Startup Options (Windows &#8211; Checking the Basics)<\/a><\/li><li><a href=\"#disable-windows-fast-startup-preventing-future-issues\">Disable Windows Fast Startup (Preventing Future Issues)<\/a><ul><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"using-command-prompt-windows-the-real-fix\">Using Command Prompt (Windows &#8211; The Real Fix)<\/h3>\n\n\n<p>The first solution to try is <strong>setting the default boot manager via the bcdedit command<\/strong>.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default is-layout-flow wp-block-quote-is-layout-flow\" style=\"padding-top:0;padding-bottom:0\">\n<p style=\"font-size:15px\">As per my understanding, the <a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-hardware\/drivers\/devtest\/boot-options-in-windows\" data-type=\"link\" data-id=\"https:\/\/learn.microsoft.com\/en-us\/windows-hardware\/drivers\/devtest\/boot-options-in-windows\" target=\"_blank\" rel=\"noreferrer noopener\">Windows Boot Manager<\/a> defaults to loading Windows, and if configured as such, the PC boots directly to Windows; however, we can modify this configuration with the <strong><em>bcdedit command<\/em><\/strong> to point to the <a href=\"https:\/\/en.wikipedia.org\/wiki\/GNU_GRUB\" data-type=\"link\" data-id=\"https:\/\/en.wikipedia.org\/wiki\/GNU_GRUB\" target=\"_blank\" rel=\"noreferrer noopener\">GRUB boot loader<\/a>, effectively resolving the GRUB menu not showing issue.<br>(Grub boot loader is designed to supports multiple OS)<\/p>\n<\/blockquote>\n\n\n\n<p>To do that;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Boot into Windows.<\/li>\n\n\n\n<li>Open the <strong>Command Prompt as an administrator<\/strong>.<\/li>\n\n\n\n<li>Type the following command and press Enter if your second OS is Ubuntu:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>bcdedit \/set {bootmgr} path \\EFI\\ubuntu\\grubx64.efi<\/code><\/pre>\n\n\n\n<p class=\"has-text-align-left\">This command sets the GRUB bootloader as the default boot manager.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For <strong>Fedora<\/strong>, the path might be: <code>\\EFI\\fedora\\grubx64.efi<\/code>.<br>i.e, the command will be like: <code>bcdedit \/set {bootmgr} path \\EFI\\fedora\\grubx64.efi<\/code><\/li>\n\n\n\n<li>For <strong>Debian<\/strong>, it could be <code>\\EFI\\debian\\grubx64.efi<\/code>.<\/li>\n\n\n\n<li><strong>Arch Linux:<\/strong> <code>\\EFI\\arch\\grubx64.efi<\/code> or <code>\\EFI\\BOOT\\BOOTX64.EFI<\/code> (depending on the installation method)<\/li>\n\n\n\n<li><strong>openSUSE:<\/strong><code> \\EFI\\opensuse\\grubx64.efi<\/code><\/li>\n\n\n\n<li><strong>CentOS\/RHEL:<\/strong> <code>\\EFI\\centos\\grubx64.efi<\/code> or <code>\\EFI\\redhat\\grubx64.efi<\/code><\/li>\n\n\n\n<li><strong>Pop!_OS:<\/strong> <code>\\EFI\\pop\\grubx64.efi<\/code><\/li>\n<\/ul>\n\n\n\n<p>Always check your EFI partition to find the correct path.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/dual-boot-command-prompt-bcd-edit.gif\"><img loading=\"lazy\" decoding=\"async\" width=\"1754\" height=\"616\" src=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/dual-boot-command-prompt-bcd-edit.gif\" alt=\"Open command prompt as administrator in your Windows OS and execute the bcdedit command to point to Grub boot loader to resolve the issue of grub menu not showing.\" class=\"wp-image-7838\"\/><\/a><\/figure>\n\n\n\n<pre class=\"wp-block-verse\">If you're on a UEFI system, double-check that Secure Boot is disabled. It can definitely cause problems and result in grub menu not showing. See the article: <a href=\"https:\/\/support.avira.com\/hc\/en-us\/articles\/360003038074-How-do-I-disable-UEFI-Secure-Boot\" target=\"_blank\" rel=\"noreferrer noopener\">How do I disable secure boot?<\/a>  for instructions on disabling secure boot on your PC.<\/pre>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Restart the computer and check if the Grub menu appears.<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"using-advanced-startup-options-windows-checking-the-basics\">Using Advanced Startup Options (Windows &#8211; Checking the Basics)<\/h3>\n\n\n<p>To be thorough, go to <strong>View Advanced System Settings<\/strong> and <strong>check the &#8216;Time to display list of operating systems&#8217; <\/strong>setting and check that <strong>Time to display list of operating systems<\/strong> is enabled and set the time to be at least 30 seconds.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Search for &#8220;<strong>View Advanced System Settings<\/strong>&#8221; in Windows search and open it.<\/li>\n\n\n\n<li>Under the <strong>Advanced <\/strong>tab, on the <strong>Startup and Recovery<\/strong>, click on settings.<\/li>\n\n\n\n<li>Enable the check box (radio button) <strong>Time to display list of operating systems<\/strong> and set the time to be at least 30 seconds.<\/li>\n\n\n\n<li>Click <strong>OK<\/strong> after that.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Check-Advanced-System-Settings-to-resolve-grub-menu-issue.gif\"><img loading=\"lazy\" decoding=\"async\" width=\"1754\" height=\"616\" src=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/Check-Advanced-System-Settings-to-resolve-grub-menu-issue.gif\" alt=\"Go to &quot;View Advanced System Settings&quot; and check the 'Time to display list of operating systems' setting and check that Time to display list of operating systems is enabled and set the time to be at least 30 seconds. This will be sometimes resolve the issue of grub menu not showing.\" class=\"wp-image-7841\"\/><\/a><\/figure>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"disable-windows-fast-startup-preventing-future-issues\">Disable Windows Fast Startup (Preventing Future Issues)<\/h3>\n\n\n<p>To prevent this from happening again, <strong>Disable Windows Fast Startup<\/strong>. I had read this was a common cause in a <a href=\"https:\/\/www.reddit.com\/r\/linuxquestions\/comments\/1bulcov\/is_it_necessary_to_disable_fast_startup_on\/?rdt=33089\" data-type=\"link\" data-id=\"https:\/\/www.reddit.com\/r\/linuxquestions\/comments\/1bulcov\/is_it_necessary_to_disable_fast_startup_on\/?rdt=33089\" target=\"_blank\" rel=\"noreferrer noopener\">Reddit forum<\/a>.<\/p>\n\n\n\n<p>To do that,<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <strong>Control Panel<\/strong> &gt;&gt; <strong>Hardware and Sound<\/strong> &gt;&gt; <strong>Power Options <\/strong>&gt;&gt;<strong> Choose what the power button does<\/strong>.<\/li>\n\n\n\n<li>Untick the check box next to <strong>Turn on fast startup<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/disable-fast-startup.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"689\" src=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/disable-fast-startup.jpg\" alt=\"disable fast startup to resolve the issue of grub menu not showing while dual booting a Linux OS with windows.\" class=\"wp-image-7830\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/disable-fast-startup.jpg 1920w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/disable-fast-startup-300x108.jpg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/disable-fast-startup-1024x367.jpg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/disable-fast-startup-768x276.jpg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/disable-fast-startup-1536x551.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\n\n<pre class=\"wp-block-verse\">Windows Fast Startup puts the system into a hibernation-like state, locking access to the EFI System Partition where GRUB lives. This lock prevents the UEFI firmware from properly loading GRUB and results in GRUB menu not showing. Disabling Fast Startup forces a full shutdown, releasing the lock and allowing GRUB to load normally.<\/pre>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-cd9c7dbe\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<p>With all these steps, you can successfully resolve the GRUB menu not showing error in your dual boot setup. Whether it is Ubuntu, Fedora, Mint, Kali Linux or any Linux distro, changing these settings in Windows OS can resolve this issue effectively.<\/p>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<ol class=\"rank-math-list \">\n<li id=\"faq-question-1741255822781\" class=\"rank-math-list-item\">\n<h6 class=\"rank-math-question \">What are Common Causes of GRUB Menu Not Showing?<\/h6>\n<div class=\"rank-math-answer \">\n\n<p><strong>Windows Updates<\/strong>: Updates can sometimes overwrite or interfere with the GRUB bootloader configuration.<br \/><strong>Fast Startup (Fastboot)<\/strong>: This Windows feature, which puts the system into a hibernation-like state, can lock access to the EFI System Partition, preventing GRUB from loading.<br \/><strong>Incorrect Boot Order<\/strong>: The BIOS\/UEFI boot order may be set to prioritize Windows, bypassing GRUB.<br \/><strong>Secure Boot<\/strong>: When secure boot is enabled, it can prevent Grub from loading.<\/p>\n\n<\/div>\n<\/li>\n<li id=\"faq-question-1741255983495\" class=\"rank-math-list-item\">\n<h6 class=\"rank-math-question \">How do I disable Secure Boot?<\/h6>\n<div class=\"rank-math-answer \">\n\n<p>Enter your UEFI\/BIOS settings during startup (usually by pressing Del, F2, or F12).<br \/>Locate the &#8220;Secure Boot&#8221; option and disable it.<br \/>The location and naming of this setting vary depending on your motherboard manufacturer.<\/p>\n\n<\/div>\n<\/li>\n<\/ol>\n<\/div>\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-call-to-action uagb-block-4f32b58e wp-block-button\"><div class=\"uagb-cta__wrap\"><h3 class=\"uagb-cta__title\">Experience the Speed of SSD KVM VPS<\/h3><p class=\"uagb-cta__desc\">Blazing-fast SSD storage for your applications. Get the performance edge you deserve.<\/p><\/div><div class=\"uagb-cta__buttons\"><a href=\"https:\/\/www.veeble.com\/in\/kvm-vps\/\" class=\"uagb-cta__button-link-wrapper wp-block-button__link\" target=\"_blank\" rel=\"noopener noreferrer\">View Pricing<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"><\/path><\/svg><\/a><\/div><\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Similar Reads:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-veeble-hosting wp-block-embed-veeble-hosting\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"SJ0NB2P7ze\"><a href=\"https:\/\/www.veeble.com\/kb\/uninstall-ubuntu-from-dual-boot-in-windows-in-uefi-system\/\">How to Uninstall Dual Boot Ubuntu and Delete UEFI Boot Entry<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;How to Uninstall Dual Boot Ubuntu and Delete UEFI Boot Entry&#8221; &#8212; Veeble Hosting\" src=\"https:\/\/www.veeble.com\/kb\/uninstall-ubuntu-from-dual-boot-in-windows-in-uefi-system\/embed\/#?secret=bWMS6oZLH0#?secret=SJ0NB2P7ze\" data-secret=\"SJ0NB2P7ze\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Fix Grub menu not showing on Linux\/Windows dual boot. Tutorial with screenshots for quick repair and show your Dual boot grub menu on booting.<\/p>\n","protected":false},"author":7,"featured_media":7678,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[3,5,16],"tags":[],"class_list":["post-7669","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-installation","category-linux","category-windows"],"uagb_featured_image_src":{"full":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/grub-screen-cover-image-scaled.jpg",2560,1707,false],"thumbnail":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/grub-screen-cover-image-150x150.jpg",150,150,true],"medium":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/grub-screen-cover-image-300x200.jpg",300,200,true],"medium_large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/grub-screen-cover-image-768x512.jpg",768,512,true],"large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/grub-screen-cover-image-1024x683.jpg",1024,683,true],"1536x1536":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/grub-screen-cover-image-1536x1024.jpg",1536,1024,true],"2048x2048":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/03\/grub-screen-cover-image-2048x1365.jpg",2048,1365,true]},"uagb_author_info":{"display_name":"Adrian Antony","author_link":"https:\/\/www.veeble.com\/kb\/author\/adrian\/"},"uagb_comment_info":0,"uagb_excerpt":"Fix Grub menu not showing on Linux\/Windows dual boot. Tutorial with screenshots for quick repair and show your Dual boot grub menu on booting.","_links":{"self":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/7669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/comments?post=7669"}],"version-history":[{"count":27,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/7669\/revisions"}],"predecessor-version":[{"id":8300,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/7669\/revisions\/8300"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media\/7678"}],"wp:attachment":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media?parent=7669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/categories?post=7669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/tags?post=7669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}