Can't boot up a Kali Linux USB (UEFI) The 2019 Stack Overflow Developer Survey Results Are...
One-dimensional Japanese puzzle
should truth entail possible truth
Can each chord in a progression create its own key?
Did the new image of black hole confirm the general theory of relativity?
Do I have Disadvantage attacking with an off-hand weapon?
Circular reasoning in L'Hopital's rule
Can I visit the Trinity College (Cambridge) library and see some of their rare books
Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?
Python - Fishing Simulator
How to type a long/em dash `—`
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Can the DM override racial traits?
What force causes entropy to increase?
Is 'stolen' appropriate word?
Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?
Why did Peik Lin say, "I'm not an animal"?
Match Roman Numerals
Do working physicists consider Newtonian mechanics to be "falsified"?
How do you keep chess fun when your opponent constantly beats you?
Why doesn't a hydraulic lever violate conservation of energy?
Didn't get enough time to take a Coding Test - what to do now?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Word for: a synonym with a positive connotation?
How to determine omitted units in a publication
Can't boot up a Kali Linux USB (UEFI)
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraKali Linux & Windows 7 : Switching Grub to MBRHow to Dual-Boot Kali-Linux and Windows 8.1?Kali Linux and Bootloader problemsCan't boot kali linux under grub2 (usb flash)Repairing bootloader for kali linux 2.0EFI Boot Grub on USB StickKali installation stuck at Install the GRUB boot loadertriple boot – Kali Linux works only when I save boot orderComputer is unable to boot after installing KaliWhere does the BIOS get the boot options from and how do I remove them?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I would like to create a USB with GRUB bootloader (or other) and Kali which can be used on any machine (alongside the main os already installed ). I've installed Kali on a USB (64 GB) stick and everything went just fine
Just a note: I've used another USB stick which had the ISO file on it during the installation . I've created two partitions like that:
/
partition: 57.5 GB
swap
: 3.5 GB as a swap area
In the end of the installation I've got a prompt that everything went fine, and the installation completed. The prompt said I should reboot my computer and start using Kali. but when I restarted my computer, I couldn't see any bootloader window, and I couldn't see my Kali in the UEFI devices list at the bios as well. Why is that? And How can I boot up my Kali?
I've tried to install grub using a kali live session, as described here.
But after entering this command:
grub-install /dev/sdd
(dev/sdd
is my USB stick )
I've got the message:
grub-install: error: cannot find EFI directory.
Which is kind of make sense because I dont have an EFI partition.I just want to be 100% sure before I do anything.
In order to be able to boot up my Kali-linux from GRUB bootloader?
Should I create a /boot/efi partition
or something like that during the installation?
partitioning multi-boot grub kali-linux efi
New contributor
add a comment |
I would like to create a USB with GRUB bootloader (or other) and Kali which can be used on any machine (alongside the main os already installed ). I've installed Kali on a USB (64 GB) stick and everything went just fine
Just a note: I've used another USB stick which had the ISO file on it during the installation . I've created two partitions like that:
/
partition: 57.5 GB
swap
: 3.5 GB as a swap area
In the end of the installation I've got a prompt that everything went fine, and the installation completed. The prompt said I should reboot my computer and start using Kali. but when I restarted my computer, I couldn't see any bootloader window, and I couldn't see my Kali in the UEFI devices list at the bios as well. Why is that? And How can I boot up my Kali?
I've tried to install grub using a kali live session, as described here.
But after entering this command:
grub-install /dev/sdd
(dev/sdd
is my USB stick )
I've got the message:
grub-install: error: cannot find EFI directory.
Which is kind of make sense because I dont have an EFI partition.I just want to be 100% sure before I do anything.
In order to be able to boot up my Kali-linux from GRUB bootloader?
Should I create a /boot/efi partition
or something like that during the installation?
partitioning multi-boot grub kali-linux efi
New contributor
add a comment |
I would like to create a USB with GRUB bootloader (or other) and Kali which can be used on any machine (alongside the main os already installed ). I've installed Kali on a USB (64 GB) stick and everything went just fine
Just a note: I've used another USB stick which had the ISO file on it during the installation . I've created two partitions like that:
/
partition: 57.5 GB
swap
: 3.5 GB as a swap area
In the end of the installation I've got a prompt that everything went fine, and the installation completed. The prompt said I should reboot my computer and start using Kali. but when I restarted my computer, I couldn't see any bootloader window, and I couldn't see my Kali in the UEFI devices list at the bios as well. Why is that? And How can I boot up my Kali?
I've tried to install grub using a kali live session, as described here.
But after entering this command:
grub-install /dev/sdd
(dev/sdd
is my USB stick )
I've got the message:
grub-install: error: cannot find EFI directory.
Which is kind of make sense because I dont have an EFI partition.I just want to be 100% sure before I do anything.
In order to be able to boot up my Kali-linux from GRUB bootloader?
Should I create a /boot/efi partition
or something like that during the installation?
partitioning multi-boot grub kali-linux efi
New contributor
I would like to create a USB with GRUB bootloader (or other) and Kali which can be used on any machine (alongside the main os already installed ). I've installed Kali on a USB (64 GB) stick and everything went just fine
Just a note: I've used another USB stick which had the ISO file on it during the installation . I've created two partitions like that:
/
partition: 57.5 GB
swap
: 3.5 GB as a swap area
In the end of the installation I've got a prompt that everything went fine, and the installation completed. The prompt said I should reboot my computer and start using Kali. but when I restarted my computer, I couldn't see any bootloader window, and I couldn't see my Kali in the UEFI devices list at the bios as well. Why is that? And How can I boot up my Kali?
I've tried to install grub using a kali live session, as described here.
But after entering this command:
grub-install /dev/sdd
(dev/sdd
is my USB stick )
I've got the message:
grub-install: error: cannot find EFI directory.
Which is kind of make sense because I dont have an EFI partition.I just want to be 100% sure before I do anything.
In order to be able to boot up my Kali-linux from GRUB bootloader?
Should I create a /boot/efi partition
or something like that during the installation?
partitioning multi-boot grub kali-linux efi
partitioning multi-boot grub kali-linux efi
New contributor
New contributor
edited yesterday
Tiago Caldeira
1,246521
1,246521
New contributor
asked yesterday
Omer ShalevOmer Shalev
11
11
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You should use grub-install --target=x86_64-efi --efi-directory=/boot/efi
Since grub-install
try to install in mbr
New contributor
Ok, thanks. Should I create a /boot partition? because as I mentioned, right now I dont have one. When I run the command you've mentioned I getgrub-install: error: /boot/efi doesn't look like an EFI partition.
– Omer Shalev
yesterday
You have to mount the boot partion created while installing. If you losed yor /boot you will have to recreate it from inside of chroot
– Aroly7
yesterday
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Omer Shalev 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%2fsuperuser.com%2fquestions%2f1424236%2fcant-boot-up-a-kali-linux-usb-uefi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should use grub-install --target=x86_64-efi --efi-directory=/boot/efi
Since grub-install
try to install in mbr
New contributor
Ok, thanks. Should I create a /boot partition? because as I mentioned, right now I dont have one. When I run the command you've mentioned I getgrub-install: error: /boot/efi doesn't look like an EFI partition.
– Omer Shalev
yesterday
You have to mount the boot partion created while installing. If you losed yor /boot you will have to recreate it from inside of chroot
– Aroly7
yesterday
add a comment |
You should use grub-install --target=x86_64-efi --efi-directory=/boot/efi
Since grub-install
try to install in mbr
New contributor
Ok, thanks. Should I create a /boot partition? because as I mentioned, right now I dont have one. When I run the command you've mentioned I getgrub-install: error: /boot/efi doesn't look like an EFI partition.
– Omer Shalev
yesterday
You have to mount the boot partion created while installing. If you losed yor /boot you will have to recreate it from inside of chroot
– Aroly7
yesterday
add a comment |
You should use grub-install --target=x86_64-efi --efi-directory=/boot/efi
Since grub-install
try to install in mbr
New contributor
You should use grub-install --target=x86_64-efi --efi-directory=/boot/efi
Since grub-install
try to install in mbr
New contributor
New contributor
answered yesterday
Aroly7Aroly7
22116
22116
New contributor
New contributor
Ok, thanks. Should I create a /boot partition? because as I mentioned, right now I dont have one. When I run the command you've mentioned I getgrub-install: error: /boot/efi doesn't look like an EFI partition.
– Omer Shalev
yesterday
You have to mount the boot partion created while installing. If you losed yor /boot you will have to recreate it from inside of chroot
– Aroly7
yesterday
add a comment |
Ok, thanks. Should I create a /boot partition? because as I mentioned, right now I dont have one. When I run the command you've mentioned I getgrub-install: error: /boot/efi doesn't look like an EFI partition.
– Omer Shalev
yesterday
You have to mount the boot partion created while installing. If you losed yor /boot you will have to recreate it from inside of chroot
– Aroly7
yesterday
Ok, thanks. Should I create a /boot partition? because as I mentioned, right now I dont have one. When I run the command you've mentioned I get
grub-install: error: /boot/efi doesn't look like an EFI partition.
– Omer Shalev
yesterday
Ok, thanks. Should I create a /boot partition? because as I mentioned, right now I dont have one. When I run the command you've mentioned I get
grub-install: error: /boot/efi doesn't look like an EFI partition.
– Omer Shalev
yesterday
You have to mount the boot partion created while installing. If you losed yor /boot you will have to recreate it from inside of chroot
– Aroly7
yesterday
You have to mount the boot partion created while installing. If you losed yor /boot you will have to recreate it from inside of chroot
– Aroly7
yesterday
add a comment |
Omer Shalev is a new contributor. Be nice, and check out our Code of Conduct.
Omer Shalev is a new contributor. Be nice, and check out our Code of Conduct.
Omer Shalev is a new contributor. Be nice, and check out our Code of Conduct.
Omer Shalev is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1424236%2fcant-boot-up-a-kali-linux-usb-uefi%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