OpenSuse unbootable, grub uninstallableHow to recreate EFI boot partition?Grub won't boot after Linux...
Can the UK veto its own extension request?
Have there been any countries that voted themselves out of existence?
SCOTUS - Can Congress overrule Marbury v. Madison by statute?
Which ping implementation is Cygwin using?
Is English tonal for some words, like "permit"?
How to help my 2.5-year-old daughter take her medicine when she refuses to?
Kerning feedback on logo
Are Democrats more likely to believe Astrology is a science?
A Little Riddle
Are the definite and indefinite integrals actually two different things? Where is the flaw in my understanding?
Using the pipe operator ("|") when executing system commands
Exact Brexit date and consequences
Might have gotten a coworker sick, should I address this?
Are there any instances of members of different Hogwarts houses coupling up and marrying each other?
Why is the T-1000 humanoid?
Is it possible to PIVOT on a LIKE statement
How can I maximize the impact of my charitable donations?
Writing a love interest for my hero
What is the standard practice in Constraint Programming modeling?
Seized engine due to being run without oil
How seriously should I take a CBP interview where I was told I have a red flag and could only stay for 30 days?
Can a magnet rip protons from a nucleus?
A medieval fantasy adventurer lights a torch in a 100% pure oxygen room. What happens?
How to save PDFs from web for offline reading on an iPad?
OpenSuse unbootable, grub uninstallable
How to recreate EFI boot partition?Grub won't boot after Linux installationHow to boot via grub2 rescue promt on UEFI system?Installing GRUB to encrypted partition doesn't work if (root) is F2FSBest way to repair the grub in this case
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When I installed Kubuntu 18.04 onto my then new nvme drive, I simply created a GPT on it, then an ext4 partition /dev/nvme0n1p1
and a swap partition /dev/nvme0n1p2
. I left some space unallocated for a future system.
Now the time for that allocated space has come: I want to use OpenSuse. I let the installer do its automated thing (merely checked it wouldn't override my existing ext4 partition) and ended up with two new partitions in the previously unallocated area of the storage medium: /dev/nvme0n1p3
is a fat16 partition according to KDE Partition Manager (the installed called it something like "v-fat") and /dev/nvme0n1p4
is a btrfs partition.
My problem is that my computer still only boots Kubuntu. In grub, only this system is shown. The UEFI configuration thingy seems to view the entire nvme drive as a whole (even though it even splits thumb drives into anywhere between 2 and 5 parts).
I tried running sudo update-grub
on Kubuntu. It didn't change anything.
I also tried running sudo grub-install /dev/nvme0n1
and sudo grub-install /dev/nvme0n1p1
, both only resulting in error messages:
$ sudo grub-install /dev/nvme0n1
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
$ sudo grub-install /dev/nvme0n1p1
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
I then read up on the problem and tried to install grub on the fat partition that the OpenSuse installer created:
$ sudo grub-install /dev/nvme0n1p3
Installing for i386-pc platform.
grub-install: warning: File system `fat' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
This answer did not help either:
$ sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi
grub-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory.
How do I get my computer to boot OpenSuse?
boot dual-boot grub uefi
add a comment |
When I installed Kubuntu 18.04 onto my then new nvme drive, I simply created a GPT on it, then an ext4 partition /dev/nvme0n1p1
and a swap partition /dev/nvme0n1p2
. I left some space unallocated for a future system.
Now the time for that allocated space has come: I want to use OpenSuse. I let the installer do its automated thing (merely checked it wouldn't override my existing ext4 partition) and ended up with two new partitions in the previously unallocated area of the storage medium: /dev/nvme0n1p3
is a fat16 partition according to KDE Partition Manager (the installed called it something like "v-fat") and /dev/nvme0n1p4
is a btrfs partition.
My problem is that my computer still only boots Kubuntu. In grub, only this system is shown. The UEFI configuration thingy seems to view the entire nvme drive as a whole (even though it even splits thumb drives into anywhere between 2 and 5 parts).
I tried running sudo update-grub
on Kubuntu. It didn't change anything.
I also tried running sudo grub-install /dev/nvme0n1
and sudo grub-install /dev/nvme0n1p1
, both only resulting in error messages:
$ sudo grub-install /dev/nvme0n1
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
$ sudo grub-install /dev/nvme0n1p1
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
I then read up on the problem and tried to install grub on the fat partition that the OpenSuse installer created:
$ sudo grub-install /dev/nvme0n1p3
Installing for i386-pc platform.
grub-install: warning: File system `fat' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
This answer did not help either:
$ sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi
grub-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory.
How do I get my computer to boot OpenSuse?
boot dual-boot grub uefi
Does the commandos-prober
on kubuntu find OpenSUSE?
– Rio6
2 hours ago
add a comment |
When I installed Kubuntu 18.04 onto my then new nvme drive, I simply created a GPT on it, then an ext4 partition /dev/nvme0n1p1
and a swap partition /dev/nvme0n1p2
. I left some space unallocated for a future system.
Now the time for that allocated space has come: I want to use OpenSuse. I let the installer do its automated thing (merely checked it wouldn't override my existing ext4 partition) and ended up with two new partitions in the previously unallocated area of the storage medium: /dev/nvme0n1p3
is a fat16 partition according to KDE Partition Manager (the installed called it something like "v-fat") and /dev/nvme0n1p4
is a btrfs partition.
My problem is that my computer still only boots Kubuntu. In grub, only this system is shown. The UEFI configuration thingy seems to view the entire nvme drive as a whole (even though it even splits thumb drives into anywhere between 2 and 5 parts).
I tried running sudo update-grub
on Kubuntu. It didn't change anything.
I also tried running sudo grub-install /dev/nvme0n1
and sudo grub-install /dev/nvme0n1p1
, both only resulting in error messages:
$ sudo grub-install /dev/nvme0n1
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
$ sudo grub-install /dev/nvme0n1p1
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
I then read up on the problem and tried to install grub on the fat partition that the OpenSuse installer created:
$ sudo grub-install /dev/nvme0n1p3
Installing for i386-pc platform.
grub-install: warning: File system `fat' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
This answer did not help either:
$ sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi
grub-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory.
How do I get my computer to boot OpenSuse?
boot dual-boot grub uefi
When I installed Kubuntu 18.04 onto my then new nvme drive, I simply created a GPT on it, then an ext4 partition /dev/nvme0n1p1
and a swap partition /dev/nvme0n1p2
. I left some space unallocated for a future system.
Now the time for that allocated space has come: I want to use OpenSuse. I let the installer do its automated thing (merely checked it wouldn't override my existing ext4 partition) and ended up with two new partitions in the previously unallocated area of the storage medium: /dev/nvme0n1p3
is a fat16 partition according to KDE Partition Manager (the installed called it something like "v-fat") and /dev/nvme0n1p4
is a btrfs partition.
My problem is that my computer still only boots Kubuntu. In grub, only this system is shown. The UEFI configuration thingy seems to view the entire nvme drive as a whole (even though it even splits thumb drives into anywhere between 2 and 5 parts).
I tried running sudo update-grub
on Kubuntu. It didn't change anything.
I also tried running sudo grub-install /dev/nvme0n1
and sudo grub-install /dev/nvme0n1p1
, both only resulting in error messages:
$ sudo grub-install /dev/nvme0n1
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
$ sudo grub-install /dev/nvme0n1p1
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
I then read up on the problem and tried to install grub on the fat partition that the OpenSuse installer created:
$ sudo grub-install /dev/nvme0n1p3
Installing for i386-pc platform.
grub-install: warning: File system `fat' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
This answer did not help either:
$ sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi
grub-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory.
How do I get my computer to boot OpenSuse?
boot dual-boot grub uefi
boot dual-boot grub uefi
edited 3 hours ago
UTF-8
asked 3 hours ago
UTF-8UTF-8
1,2862 gold badges10 silver badges30 bronze badges
1,2862 gold badges10 silver badges30 bronze badges
Does the commandos-prober
on kubuntu find OpenSUSE?
– Rio6
2 hours ago
add a comment |
Does the commandos-prober
on kubuntu find OpenSUSE?
– Rio6
2 hours ago
Does the command
os-prober
on kubuntu find OpenSUSE?– Rio6
2 hours ago
Does the command
os-prober
on kubuntu find OpenSUSE?– Rio6
2 hours ago
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f540085%2fopensuse-unbootable-grub-uninstallable%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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f540085%2fopensuse-unbootable-grub-uninstallable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Does the command
os-prober
on kubuntu find OpenSUSE?– Rio6
2 hours ago