Failed finding GRUB drives of recently installed distros on another drive, edit device.map? ...
What are the motives behind Cersei's orders given to Bronn?
∞ symbol in external pdf disappears when used as figure
ListPlot join points by nearest neighbor rather than order
Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?
How to deal with a team lead who never gives me credit?
Disable hyphenation for an entire paragraph
Letter Boxed validator
"Seemed to had" is it correct?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Why is black pepper both grey and black?
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
Why is "Captain Marvel" translated as male in Portugal?
Why one of virtual NICs called bond0?
Did Kevin spill real chili?
Is there a concise way to say "all of the X, one of each"?
How can I fade player when goes inside or outside of the area?
Why did the IBM 650 use bi-quinary?
Is the Standard Deduction better than Itemized when both are the same amount?
3 doors, three guards, one stone
What happens to sewage if there is no river near by?
Should gear shift center itself while in neutral?
How can players work together to take actions that are otherwise impossible?
If 'B is more likely given A', then 'A is more likely given B'
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Failed finding GRUB drives of recently installed distros on another drive, edit device.map?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionGRUB on MBR of Windows-only internal drive, with distros on external drivegrub thinks ext4 is iso9660 filesystemDisk problems prevent me from booting, or set the disk to read-only. How do I fix the disk?Elementary OS only booting from USB, cannot boot to partitions on SSD (Windows and eOS)How can I chainload GRUB on another drive?Grub Installed On Hard Drive after ElementaryOS Install on USB?Grub2 can't detect Windows 10, Dual boot on two harddrive, UEFI/GPT system2 Linux Bootloaders but only 1 linux OS is installed, Something weird happenedDrive won't boot from its Grub, but will from another drive's Grub, after cloning, why?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am running Linux Mint 19.1 on a Samsung 860 EVO 500 GB (dev/sdb) along with Windows 10 on it and recently added a Crucial MX500 1TB (dev/sda) to try out and use more distros, both of them are partitionated. After that installing GRUB on the MX500 failed while installing the other distros (Kali and Parrot), I tried running
sudo update-grub
which returned the following errors:
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
Found Kali GNU/Linux Rolling (kali-rolling) on /dev/sda1
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Found Parrot 4.5 (4.5) on /dev/sda3
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Mint and Windows were detected with no errors being returned. The GRUB manual page indeed suggested editing device.map (https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html), which I do not know how to do (and I also could not find the file in /boot/grub/, it does not appear to be present in GRUB 2 anymore), I also did not understand the instructions at https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html. I also searched various forums, which e.g suggested deleting grub.cfg and let it be regenerated by updating grub again or running
sudo grub-mkdevicemap
All of this did not help, which is why I would like to know if you have any ideas on how to fix this.
A comment asked for the output of lsblk, so here it is:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 157,2M 1 loop /snap/brave/58
loop1 7:1 0 91,1M 1 loop /snap/core/6531
loop2 7:2 0 152,7M 1 loop /snap/brave/44
loop3 7:3 0 34,8M 1 loop /snap/gtk-common-themes/1122
loop4 7:4 0 155,5M 1 loop /snap/brave/57
loop5 7:5 0 89,3M 1 loop /snap/core/6673
loop6 7:6 0 34,6M 1 loop /snap/gtk-common-themes/818
loop7 7:7 0 91M 1 loop /snap/core/6405
loop8 7:8 0 35,3M 1 loop /snap/gtk-common-themes/1198
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 326G 0 part
├─sda2 8:2 0 31,3G 0 part
├─sda3 8:3 0 195,3G 0 part
└─sda4 8:4 0 15,9G 0 part
sdb 8:16 0 465,8G 0 disk
├─sdb1 8:17 0 549M 0 part
├─sdb2 8:18 0 239,8G 0 part
├─sdb3 8:19 0 1K 0 part
└─sdb5 8:21 0 225,5G 0 part /
sdc 8:32 0 931,5G 0 disk
└─sdc1 8:33 0 931,5G 0 part
sdc is my HDD, no OS installed there. sdb2 is Windows, sdb5 is Mint.
linux-mint partition grub2 grub2-mkconfig
New contributor
add a comment |
I am running Linux Mint 19.1 on a Samsung 860 EVO 500 GB (dev/sdb) along with Windows 10 on it and recently added a Crucial MX500 1TB (dev/sda) to try out and use more distros, both of them are partitionated. After that installing GRUB on the MX500 failed while installing the other distros (Kali and Parrot), I tried running
sudo update-grub
which returned the following errors:
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
Found Kali GNU/Linux Rolling (kali-rolling) on /dev/sda1
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Found Parrot 4.5 (4.5) on /dev/sda3
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Mint and Windows were detected with no errors being returned. The GRUB manual page indeed suggested editing device.map (https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html), which I do not know how to do (and I also could not find the file in /boot/grub/, it does not appear to be present in GRUB 2 anymore), I also did not understand the instructions at https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html. I also searched various forums, which e.g suggested deleting grub.cfg and let it be regenerated by updating grub again or running
sudo grub-mkdevicemap
All of this did not help, which is why I would like to know if you have any ideas on how to fix this.
A comment asked for the output of lsblk, so here it is:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 157,2M 1 loop /snap/brave/58
loop1 7:1 0 91,1M 1 loop /snap/core/6531
loop2 7:2 0 152,7M 1 loop /snap/brave/44
loop3 7:3 0 34,8M 1 loop /snap/gtk-common-themes/1122
loop4 7:4 0 155,5M 1 loop /snap/brave/57
loop5 7:5 0 89,3M 1 loop /snap/core/6673
loop6 7:6 0 34,6M 1 loop /snap/gtk-common-themes/818
loop7 7:7 0 91M 1 loop /snap/core/6405
loop8 7:8 0 35,3M 1 loop /snap/gtk-common-themes/1198
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 326G 0 part
├─sda2 8:2 0 31,3G 0 part
├─sda3 8:3 0 195,3G 0 part
└─sda4 8:4 0 15,9G 0 part
sdb 8:16 0 465,8G 0 disk
├─sdb1 8:17 0 549M 0 part
├─sdb2 8:18 0 239,8G 0 part
├─sdb3 8:19 0 1K 0 part
└─sdb5 8:21 0 225,5G 0 part /
sdc 8:32 0 931,5G 0 disk
└─sdc1 8:33 0 931,5G 0 part
sdc is my HDD, no OS installed there. sdb2 is Windows, sdb5 is Mint.
linux-mint partition grub2 grub2-mkconfig
New contributor
Please include the output oflsblk
to your question to help give other users an idea of what your partitioning scheme is. Thank you.
– kemotep
2 hours ago
Okay, I have done that.
– FantasyCookie17
2 hours ago
So sda should have a boot partition for both parrotos and Kali? Where is grub installed?
– kemotep
2 hours ago
On sdb (which is the one that was installed while I installed Mint), as it did not work installing it to sda while I installed Kali and Parrot OS. (Kali could not install it to the MBR, while Parrot failed completely, so I had to install it without grub).
– FantasyCookie17
1 hour ago
add a comment |
I am running Linux Mint 19.1 on a Samsung 860 EVO 500 GB (dev/sdb) along with Windows 10 on it and recently added a Crucial MX500 1TB (dev/sda) to try out and use more distros, both of them are partitionated. After that installing GRUB on the MX500 failed while installing the other distros (Kali and Parrot), I tried running
sudo update-grub
which returned the following errors:
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
Found Kali GNU/Linux Rolling (kali-rolling) on /dev/sda1
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Found Parrot 4.5 (4.5) on /dev/sda3
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Mint and Windows were detected with no errors being returned. The GRUB manual page indeed suggested editing device.map (https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html), which I do not know how to do (and I also could not find the file in /boot/grub/, it does not appear to be present in GRUB 2 anymore), I also did not understand the instructions at https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html. I also searched various forums, which e.g suggested deleting grub.cfg and let it be regenerated by updating grub again or running
sudo grub-mkdevicemap
All of this did not help, which is why I would like to know if you have any ideas on how to fix this.
A comment asked for the output of lsblk, so here it is:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 157,2M 1 loop /snap/brave/58
loop1 7:1 0 91,1M 1 loop /snap/core/6531
loop2 7:2 0 152,7M 1 loop /snap/brave/44
loop3 7:3 0 34,8M 1 loop /snap/gtk-common-themes/1122
loop4 7:4 0 155,5M 1 loop /snap/brave/57
loop5 7:5 0 89,3M 1 loop /snap/core/6673
loop6 7:6 0 34,6M 1 loop /snap/gtk-common-themes/818
loop7 7:7 0 91M 1 loop /snap/core/6405
loop8 7:8 0 35,3M 1 loop /snap/gtk-common-themes/1198
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 326G 0 part
├─sda2 8:2 0 31,3G 0 part
├─sda3 8:3 0 195,3G 0 part
└─sda4 8:4 0 15,9G 0 part
sdb 8:16 0 465,8G 0 disk
├─sdb1 8:17 0 549M 0 part
├─sdb2 8:18 0 239,8G 0 part
├─sdb3 8:19 0 1K 0 part
└─sdb5 8:21 0 225,5G 0 part /
sdc 8:32 0 931,5G 0 disk
└─sdc1 8:33 0 931,5G 0 part
sdc is my HDD, no OS installed there. sdb2 is Windows, sdb5 is Mint.
linux-mint partition grub2 grub2-mkconfig
New contributor
I am running Linux Mint 19.1 on a Samsung 860 EVO 500 GB (dev/sdb) along with Windows 10 on it and recently added a Crucial MX500 1TB (dev/sda) to try out and use more distros, both of them are partitionated. After that installing GRUB on the MX500 failed while installing the other distros (Kali and Parrot), I tried running
sudo update-grub
which returned the following errors:
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
Found Kali GNU/Linux Rolling (kali-rolling) on /dev/sda1
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Found Parrot 4.5 (4.5) on /dev/sda3
/usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/sda3. Check your device.map.
Mint and Windows were detected with no errors being returned. The GRUB manual page indeed suggested editing device.map (https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html), which I do not know how to do (and I also could not find the file in /boot/grub/, it does not appear to be present in GRUB 2 anymore), I also did not understand the instructions at https://www.gnu.org/software/grub/manual/grub/html_node/Device-map.html. I also searched various forums, which e.g suggested deleting grub.cfg and let it be regenerated by updating grub again or running
sudo grub-mkdevicemap
All of this did not help, which is why I would like to know if you have any ideas on how to fix this.
A comment asked for the output of lsblk, so here it is:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 157,2M 1 loop /snap/brave/58
loop1 7:1 0 91,1M 1 loop /snap/core/6531
loop2 7:2 0 152,7M 1 loop /snap/brave/44
loop3 7:3 0 34,8M 1 loop /snap/gtk-common-themes/1122
loop4 7:4 0 155,5M 1 loop /snap/brave/57
loop5 7:5 0 89,3M 1 loop /snap/core/6673
loop6 7:6 0 34,6M 1 loop /snap/gtk-common-themes/818
loop7 7:7 0 91M 1 loop /snap/core/6405
loop8 7:8 0 35,3M 1 loop /snap/gtk-common-themes/1198
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 326G 0 part
├─sda2 8:2 0 31,3G 0 part
├─sda3 8:3 0 195,3G 0 part
└─sda4 8:4 0 15,9G 0 part
sdb 8:16 0 465,8G 0 disk
├─sdb1 8:17 0 549M 0 part
├─sdb2 8:18 0 239,8G 0 part
├─sdb3 8:19 0 1K 0 part
└─sdb5 8:21 0 225,5G 0 part /
sdc 8:32 0 931,5G 0 disk
└─sdc1 8:33 0 931,5G 0 part
sdc is my HDD, no OS installed there. sdb2 is Windows, sdb5 is Mint.
linux-mint partition grub2 grub2-mkconfig
linux-mint partition grub2 grub2-mkconfig
New contributor
New contributor
edited 2 hours ago
FantasyCookie17
New contributor
asked 3 hours ago
FantasyCookie17FantasyCookie17
12
12
New contributor
New contributor
Please include the output oflsblk
to your question to help give other users an idea of what your partitioning scheme is. Thank you.
– kemotep
2 hours ago
Okay, I have done that.
– FantasyCookie17
2 hours ago
So sda should have a boot partition for both parrotos and Kali? Where is grub installed?
– kemotep
2 hours ago
On sdb (which is the one that was installed while I installed Mint), as it did not work installing it to sda while I installed Kali and Parrot OS. (Kali could not install it to the MBR, while Parrot failed completely, so I had to install it without grub).
– FantasyCookie17
1 hour ago
add a comment |
Please include the output oflsblk
to your question to help give other users an idea of what your partitioning scheme is. Thank you.
– kemotep
2 hours ago
Okay, I have done that.
– FantasyCookie17
2 hours ago
So sda should have a boot partition for both parrotos and Kali? Where is grub installed?
– kemotep
2 hours ago
On sdb (which is the one that was installed while I installed Mint), as it did not work installing it to sda while I installed Kali and Parrot OS. (Kali could not install it to the MBR, while Parrot failed completely, so I had to install it without grub).
– FantasyCookie17
1 hour ago
Please include the output of
lsblk
to your question to help give other users an idea of what your partitioning scheme is. Thank you.– kemotep
2 hours ago
Please include the output of
lsblk
to your question to help give other users an idea of what your partitioning scheme is. Thank you.– kemotep
2 hours ago
Okay, I have done that.
– FantasyCookie17
2 hours ago
Okay, I have done that.
– FantasyCookie17
2 hours ago
So sda should have a boot partition for both parrotos and Kali? Where is grub installed?
– kemotep
2 hours ago
So sda should have a boot partition for both parrotos and Kali? Where is grub installed?
– kemotep
2 hours ago
On sdb (which is the one that was installed while I installed Mint), as it did not work installing it to sda while I installed Kali and Parrot OS. (Kali could not install it to the MBR, while Parrot failed completely, so I had to install it without grub).
– FantasyCookie17
1 hour ago
On sdb (which is the one that was installed while I installed Mint), as it did not work installing it to sda while I installed Kali and Parrot OS. (Kali could not install it to the MBR, while Parrot failed completely, so I had to install it without grub).
– FantasyCookie17
1 hour 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/3.0/"u003ecc by-sa 3.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
});
}
});
FantasyCookie17 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f512669%2ffailed-finding-grub-drives-of-recently-installed-distros-on-another-drive-edit%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
FantasyCookie17 is a new contributor. Be nice, and check out our Code of Conduct.
FantasyCookie17 is a new contributor. Be nice, and check out our Code of Conduct.
FantasyCookie17 is a new contributor. Be nice, and check out our Code of Conduct.
FantasyCookie17 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.
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%2f512669%2ffailed-finding-grub-drives-of-recently-installed-distros-on-another-drive-edit%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
Please include the output of
lsblk
to your question to help give other users an idea of what your partitioning scheme is. Thank you.– kemotep
2 hours ago
Okay, I have done that.
– FantasyCookie17
2 hours ago
So sda should have a boot partition for both parrotos and Kali? Where is grub installed?
– kemotep
2 hours ago
On sdb (which is the one that was installed while I installed Mint), as it did not work installing it to sda while I installed Kali and Parrot OS. (Kali could not install it to the MBR, while Parrot failed completely, so I had to install it without grub).
– FantasyCookie17
1 hour ago