GRUB2 is unable to detect a fresh Fedora intstallationQubes does not boot on Fedora/Qubes dual-boot...

Is there an unambiguous name for the social/political theory "liberalism" without "leftist"?

Why do baby boomers have to sell 5% of their retirement accounts by the end of the year?

Verbatim text in tcolorbox goes outside right margin

Options for passes to national parks in Arizona/Utah for 5 people travelling in one car

If equal temperament divides octave into 12 equal parts, why hertz differences are not the same but element 12th of two?

Reverse Voltage?

What is an informed evaluation of resource availability?

Should we increase saturation and brightness on CMYK colors?

FPGA starts working after irrelevant changes, why?

Convexity of a QP

Can something that is one-of-a-kind be "rare"?

C# Toy Robot Simulator

What's the best way to notate this syncopation?

Is Uralic Possibly a Branch of the Indo-European Branch?

What plausible reasons why people forget they didn't originally live on this new planet?

Probability of a number being rational

Would a spacecraft carry arc welding supplies?

How were Kurds involved (or not) in the invasion of Normandy?

How would a race of humanoids with tails design [vehicle] seats?

Can every type of linear filter be modelled by a convolution?

Which person is telling the truth?

Why doesn't English employ an H in front of Ares?

is it biologically possible for a creature that can be compatible to reproduce with any creature?

Was Switzerland pressured either by Allies or Axis to take part in World War 2 at any time?



GRUB2 is unable to detect a fresh Fedora intstallation


Qubes does not boot on Fedora/Qubes dual-boot machineBooting FreeBSD using grub2 on uefi machineGrub2 doesn't detect windows 8. [OpenSuse 42.1]Ubuntu Server 18.04.1 LTS dual boot with Windows 7 on separate Hard Drivesgrub2 no such device (Win10 / Fedora)Dual boot ignores EFI devices






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}








0

















I have recently installed Fedora 30 using the default installation process, using a media drive to first try out a live version of the system and then installing to a drive. I have Ubuntu and Windows 10 installed since before on the system. My computer has three physical drives with a number of partitions across them. The problem is that Grub does not display the new Fedora installation at all.



I've tried a number of things to remedy this problem:




  1. In my BIOS settings the "UEFI BIOS boot option #1" is set to Fedora. This changes nothing, as Grub is started by default when I start up my machine.


  2. I've tried (after rebooting) using os-prober followed by update-grub. os-prober does not detect Fedora so it is not added to the list of boot options.


  3. Using "bootinfoscript" I've collected data on my partitions and confirmed that the Fedora installation is indeed there. Dump of its output here.


  4. Attempted using Grub-install to install grub on the physical drive (/dev/sdc)


  5. Tried simpler things such as making sure the drive was mounted and running update-grub after that, to no avail.



I'm aware my partitions and system is a bit of a mess, it's a result of me lacking knowledge on the topic and adding two more physical drives over the course of some years, while also adding more installs of operating systems.



My suspicion is that the issue might be related to UEFI, because I've noticed that my Ubuntu installation seems to boot in legacy BIOS mode, and it seems the Fedora installation has EFI files associated with it.



I feel like my knowledge on the topic is lacking and I'm not sure where to go from here. I would be happy to make sweeping changes to the setup I have currently. I'm also OK to not use Ubuntu anymore, as it is installed on an older and slow HDD. Windows 10 and Fedora is all I need going forward.










share|improve this question







New contributor



fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























  • "happy to make sweeping changes" I think I can help you with that, at least concerning UEFI and GPT. That is what I suggest: switch to UEFI and use UEFI Shell as temporary boot loader. It will be no problem then to fix/install grub later into the EFI system partition. But of course it depends on a lot of things, especially what you want to do with your 3 disks (boot from them?).

    – rastafile
    54 mins ago













  • oh I see now dual boot Windows 10...but you could reinstall it, if it does not survive the sweep?

    – rastafile
    48 mins ago











  • Have you tried creating the entry for your OS in the grub config file ? I don't think new OSs get added when you install them. I suggest you look at the grub manual and look how to add an OS the grub list.

    – Heysus Escobar
    31 mins ago


















0

















I have recently installed Fedora 30 using the default installation process, using a media drive to first try out a live version of the system and then installing to a drive. I have Ubuntu and Windows 10 installed since before on the system. My computer has three physical drives with a number of partitions across them. The problem is that Grub does not display the new Fedora installation at all.



I've tried a number of things to remedy this problem:




  1. In my BIOS settings the "UEFI BIOS boot option #1" is set to Fedora. This changes nothing, as Grub is started by default when I start up my machine.


  2. I've tried (after rebooting) using os-prober followed by update-grub. os-prober does not detect Fedora so it is not added to the list of boot options.


  3. Using "bootinfoscript" I've collected data on my partitions and confirmed that the Fedora installation is indeed there. Dump of its output here.


  4. Attempted using Grub-install to install grub on the physical drive (/dev/sdc)


  5. Tried simpler things such as making sure the drive was mounted and running update-grub after that, to no avail.



I'm aware my partitions and system is a bit of a mess, it's a result of me lacking knowledge on the topic and adding two more physical drives over the course of some years, while also adding more installs of operating systems.



My suspicion is that the issue might be related to UEFI, because I've noticed that my Ubuntu installation seems to boot in legacy BIOS mode, and it seems the Fedora installation has EFI files associated with it.



I feel like my knowledge on the topic is lacking and I'm not sure where to go from here. I would be happy to make sweeping changes to the setup I have currently. I'm also OK to not use Ubuntu anymore, as it is installed on an older and slow HDD. Windows 10 and Fedora is all I need going forward.










share|improve this question







New contributor



fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























  • "happy to make sweeping changes" I think I can help you with that, at least concerning UEFI and GPT. That is what I suggest: switch to UEFI and use UEFI Shell as temporary boot loader. It will be no problem then to fix/install grub later into the EFI system partition. But of course it depends on a lot of things, especially what you want to do with your 3 disks (boot from them?).

    – rastafile
    54 mins ago













  • oh I see now dual boot Windows 10...but you could reinstall it, if it does not survive the sweep?

    – rastafile
    48 mins ago











  • Have you tried creating the entry for your OS in the grub config file ? I don't think new OSs get added when you install them. I suggest you look at the grub manual and look how to add an OS the grub list.

    – Heysus Escobar
    31 mins ago














0












0








0








I have recently installed Fedora 30 using the default installation process, using a media drive to first try out a live version of the system and then installing to a drive. I have Ubuntu and Windows 10 installed since before on the system. My computer has three physical drives with a number of partitions across them. The problem is that Grub does not display the new Fedora installation at all.



I've tried a number of things to remedy this problem:




  1. In my BIOS settings the "UEFI BIOS boot option #1" is set to Fedora. This changes nothing, as Grub is started by default when I start up my machine.


  2. I've tried (after rebooting) using os-prober followed by update-grub. os-prober does not detect Fedora so it is not added to the list of boot options.


  3. Using "bootinfoscript" I've collected data on my partitions and confirmed that the Fedora installation is indeed there. Dump of its output here.


  4. Attempted using Grub-install to install grub on the physical drive (/dev/sdc)


  5. Tried simpler things such as making sure the drive was mounted and running update-grub after that, to no avail.



I'm aware my partitions and system is a bit of a mess, it's a result of me lacking knowledge on the topic and adding two more physical drives over the course of some years, while also adding more installs of operating systems.



My suspicion is that the issue might be related to UEFI, because I've noticed that my Ubuntu installation seems to boot in legacy BIOS mode, and it seems the Fedora installation has EFI files associated with it.



I feel like my knowledge on the topic is lacking and I'm not sure where to go from here. I would be happy to make sweeping changes to the setup I have currently. I'm also OK to not use Ubuntu anymore, as it is installed on an older and slow HDD. Windows 10 and Fedora is all I need going forward.










share|improve this question







New contributor



fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have recently installed Fedora 30 using the default installation process, using a media drive to first try out a live version of the system and then installing to a drive. I have Ubuntu and Windows 10 installed since before on the system. My computer has three physical drives with a number of partitions across them. The problem is that Grub does not display the new Fedora installation at all.



I've tried a number of things to remedy this problem:




  1. In my BIOS settings the "UEFI BIOS boot option #1" is set to Fedora. This changes nothing, as Grub is started by default when I start up my machine.


  2. I've tried (after rebooting) using os-prober followed by update-grub. os-prober does not detect Fedora so it is not added to the list of boot options.


  3. Using "bootinfoscript" I've collected data on my partitions and confirmed that the Fedora installation is indeed there. Dump of its output here.


  4. Attempted using Grub-install to install grub on the physical drive (/dev/sdc)


  5. Tried simpler things such as making sure the drive was mounted and running update-grub after that, to no avail.



I'm aware my partitions and system is a bit of a mess, it's a result of me lacking knowledge on the topic and adding two more physical drives over the course of some years, while also adding more installs of operating systems.



My suspicion is that the issue might be related to UEFI, because I've noticed that my Ubuntu installation seems to boot in legacy BIOS mode, and it seems the Fedora installation has EFI files associated with it.



I feel like my knowledge on the topic is lacking and I'm not sure where to go from here. I would be happy to make sweeping changes to the setup I have currently. I'm also OK to not use Ubuntu anymore, as it is installed on an older and slow HDD. Windows 10 and Fedora is all I need going forward.







fedora boot grub2 dual-boot






share|improve this question







New contributor



fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor



fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question






New contributor



fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 1 hour ago









fuddhfuddh

12 bronze badges




12 bronze badges




New contributor



fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




fuddh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • "happy to make sweeping changes" I think I can help you with that, at least concerning UEFI and GPT. That is what I suggest: switch to UEFI and use UEFI Shell as temporary boot loader. It will be no problem then to fix/install grub later into the EFI system partition. But of course it depends on a lot of things, especially what you want to do with your 3 disks (boot from them?).

    – rastafile
    54 mins ago













  • oh I see now dual boot Windows 10...but you could reinstall it, if it does not survive the sweep?

    – rastafile
    48 mins ago











  • Have you tried creating the entry for your OS in the grub config file ? I don't think new OSs get added when you install them. I suggest you look at the grub manual and look how to add an OS the grub list.

    – Heysus Escobar
    31 mins ago



















  • "happy to make sweeping changes" I think I can help you with that, at least concerning UEFI and GPT. That is what I suggest: switch to UEFI and use UEFI Shell as temporary boot loader. It will be no problem then to fix/install grub later into the EFI system partition. But of course it depends on a lot of things, especially what you want to do with your 3 disks (boot from them?).

    – rastafile
    54 mins ago













  • oh I see now dual boot Windows 10...but you could reinstall it, if it does not survive the sweep?

    – rastafile
    48 mins ago











  • Have you tried creating the entry for your OS in the grub config file ? I don't think new OSs get added when you install them. I suggest you look at the grub manual and look how to add an OS the grub list.

    – Heysus Escobar
    31 mins ago

















"happy to make sweeping changes" I think I can help you with that, at least concerning UEFI and GPT. That is what I suggest: switch to UEFI and use UEFI Shell as temporary boot loader. It will be no problem then to fix/install grub later into the EFI system partition. But of course it depends on a lot of things, especially what you want to do with your 3 disks (boot from them?).

– rastafile
54 mins ago







"happy to make sweeping changes" I think I can help you with that, at least concerning UEFI and GPT. That is what I suggest: switch to UEFI and use UEFI Shell as temporary boot loader. It will be no problem then to fix/install grub later into the EFI system partition. But of course it depends on a lot of things, especially what you want to do with your 3 disks (boot from them?).

– rastafile
54 mins ago















oh I see now dual boot Windows 10...but you could reinstall it, if it does not survive the sweep?

– rastafile
48 mins ago





oh I see now dual boot Windows 10...but you could reinstall it, if it does not survive the sweep?

– rastafile
48 mins ago













Have you tried creating the entry for your OS in the grub config file ? I don't think new OSs get added when you install them. I suggest you look at the grub manual and look how to add an OS the grub list.

– Heysus Escobar
31 mins ago





Have you tried creating the entry for your OS in the grub config file ? I don't think new OSs get added when you install them. I suggest you look at the grub manual and look how to add an OS the grub list.

– Heysus Escobar
31 mins ago










0






active

oldest

votes













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});







fuddh is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded
















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546579%2fgrub2-is-unable-to-detect-a-fresh-fedora-intstallation%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown


























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes









fuddh is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded

















fuddh is a new contributor. Be nice, and check out our Code of Conduct.













fuddh is a new contributor. Be nice, and check out our Code of Conduct.












fuddh is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546579%2fgrub2-is-unable-to-detect-a-fresh-fedora-intstallation%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown









Popular posts from this blog

Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...