Kali-Linux Bootable Usb Drive on Mac - IssuesHow to install Kali linux on to a specific (existing) partition...
Calculate the Ultraradical
How deep is the liquid in a half-full hemisphere?
What's the hidden joke/meaning behind "Don't drink and park - accidents cause people"?
Concerning a relationship in the team
Science fiction episode about the creation of a living pegasus, even though flightless
I transpose the source code, you transpose the input!
Garage door sticks on a bolt
Pushing the e-pawn
If a spaceship ran out of fuel somewhere in space between Earth and Mars, does it slowly drift off to the Sun?
Why do some modern glider wings like the Schleicher 29 have a tadpole shape rather than a teardrop shape?
How do I introduce dark themes?
Question about a degree 5 polynomial with no rational roots
Why would an airline put 15 passengers at once on standby?
Can a passenger predict that an airline is about to go bankrupt?
rust-proof solution for attaching 2x4 to 4x4?
"until mine is on tight" is a idiom?
Is a Middle Name a Given Name?
GPLv3 forces us to make code available, but to who?
How do we know neutrons have no charge?
How much horsepower to weight is required for a 1:1 thrust ratio?
What should I consider when deciding whether to delay an exam?
After viewing logs with journalctl, how do I exit the screen that says "lines 1-2/2 (END)"?
Can an energy drink or chocolate before an exam be useful ? What sort of other edible goods be helpful?
Dynamic DataSource for Droplist in Content Editor
Kali-Linux Bootable Usb Drive on Mac - Issues
How to install Kali linux on to a specific (existing) partition on a USB stickProblems booting Kali Linux 1.0.9a 64 bit on Macbook ProLive/bootable Kali linux from partitioned USB Hard Drive (Mac/OS X)?Cannot create bootable USB for PCBSDHow to format a 4TB USB external drive to use on LINUX (Ubuntu) and Mac OSX?Usb flash drive (no media) - how to format?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
The official process / recipe for creating a boot-able Kali-Linux USB drive on Mac seems straightforward; However, I'm finding that there isn't much help when getting stuck on steps involved in it.
For instance, at the Kali-Docs Official Documentation under "Making a Kali Bootable USB Drive" --the link of which is https://docs.kali.org/downloading/kali-linux-live-usb-install," the step "sudo dd if=kali-linux-2017.1-amd64.iso of=/dev/disk6 bs=1m" fails to provide output that looks like this:
The output I get is:
I'm not sure why nothing gets written to the USB drive.
I'm thinking maybe the USB isn't formatted correctly? After a few searches (there's a lack of resources on this subject), I read that it's recommended to format using FAT32 but then also read somewhere else that formatting shouldn't matter.
Any help with this would be greatly appreciated!
osx kali-linux dual-boot usb-drive bootable
New contributor
add a comment
|
The official process / recipe for creating a boot-able Kali-Linux USB drive on Mac seems straightforward; However, I'm finding that there isn't much help when getting stuck on steps involved in it.
For instance, at the Kali-Docs Official Documentation under "Making a Kali Bootable USB Drive" --the link of which is https://docs.kali.org/downloading/kali-linux-live-usb-install," the step "sudo dd if=kali-linux-2017.1-amd64.iso of=/dev/disk6 bs=1m" fails to provide output that looks like this:
The output I get is:
I'm not sure why nothing gets written to the USB drive.
I'm thinking maybe the USB isn't formatted correctly? After a few searches (there's a lack of resources on this subject), I read that it's recommended to format using FAT32 but then also read somewhere else that formatting shouldn't matter.
Any help with this would be greatly appreciated!
osx kali-linux dual-boot usb-drive bootable
New contributor
When you run thesudo dd...
command, are youcd
'd into the directory that contains thekali-linux-2017.1-amd64.iso
file? Or maybe the current ISO image has "2019.<something>" in its name instead of "2017.1" and you should update the command to match the actual name of the ISO image file you're using?
– telcoM
11 mins ago
I did update it from 2017 to 2019 and added the full path as it wouldn't work without the full path.
– fatso_j
4 mins ago
add a comment
|
The official process / recipe for creating a boot-able Kali-Linux USB drive on Mac seems straightforward; However, I'm finding that there isn't much help when getting stuck on steps involved in it.
For instance, at the Kali-Docs Official Documentation under "Making a Kali Bootable USB Drive" --the link of which is https://docs.kali.org/downloading/kali-linux-live-usb-install," the step "sudo dd if=kali-linux-2017.1-amd64.iso of=/dev/disk6 bs=1m" fails to provide output that looks like this:
The output I get is:
I'm not sure why nothing gets written to the USB drive.
I'm thinking maybe the USB isn't formatted correctly? After a few searches (there's a lack of resources on this subject), I read that it's recommended to format using FAT32 but then also read somewhere else that formatting shouldn't matter.
Any help with this would be greatly appreciated!
osx kali-linux dual-boot usb-drive bootable
New contributor
The official process / recipe for creating a boot-able Kali-Linux USB drive on Mac seems straightforward; However, I'm finding that there isn't much help when getting stuck on steps involved in it.
For instance, at the Kali-Docs Official Documentation under "Making a Kali Bootable USB Drive" --the link of which is https://docs.kali.org/downloading/kali-linux-live-usb-install," the step "sudo dd if=kali-linux-2017.1-amd64.iso of=/dev/disk6 bs=1m" fails to provide output that looks like this:
The output I get is:
I'm not sure why nothing gets written to the USB drive.
I'm thinking maybe the USB isn't formatted correctly? After a few searches (there's a lack of resources on this subject), I read that it's recommended to format using FAT32 but then also read somewhere else that formatting shouldn't matter.
Any help with this would be greatly appreciated!
osx kali-linux dual-boot usb-drive bootable
osx kali-linux dual-boot usb-drive bootable
New contributor
New contributor
New contributor
asked 41 mins ago
fatso_jfatso_j
1
1
New contributor
New contributor
When you run thesudo dd...
command, are youcd
'd into the directory that contains thekali-linux-2017.1-amd64.iso
file? Or maybe the current ISO image has "2019.<something>" in its name instead of "2017.1" and you should update the command to match the actual name of the ISO image file you're using?
– telcoM
11 mins ago
I did update it from 2017 to 2019 and added the full path as it wouldn't work without the full path.
– fatso_j
4 mins ago
add a comment
|
When you run thesudo dd...
command, are youcd
'd into the directory that contains thekali-linux-2017.1-amd64.iso
file? Or maybe the current ISO image has "2019.<something>" in its name instead of "2017.1" and you should update the command to match the actual name of the ISO image file you're using?
– telcoM
11 mins ago
I did update it from 2017 to 2019 and added the full path as it wouldn't work without the full path.
– fatso_j
4 mins ago
When you run the
sudo dd...
command, are you cd
'd into the directory that contains the kali-linux-2017.1-amd64.iso
file? Or maybe the current ISO image has "2019.<something>" in its name instead of "2017.1" and you should update the command to match the actual name of the ISO image file you're using?– telcoM
11 mins ago
When you run the
sudo dd...
command, are you cd
'd into the directory that contains the kali-linux-2017.1-amd64.iso
file? Or maybe the current ISO image has "2019.<something>" in its name instead of "2017.1" and you should update the command to match the actual name of the ISO image file you're using?– telcoM
11 mins ago
I did update it from 2017 to 2019 and added the full path as it wouldn't work without the full path.
– fatso_j
4 mins ago
I did update it from 2017 to 2019 and added the full path as it wouldn't work without the full path.
– fatso_j
4 mins 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
});
}
});
fatso_j 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%2f543369%2fkali-linux-bootable-usb-drive-on-mac-issues%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
fatso_j is a new contributor. Be nice, and check out our Code of Conduct.
fatso_j is a new contributor. Be nice, and check out our Code of Conduct.
fatso_j is a new contributor. Be nice, and check out our Code of Conduct.
fatso_j 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%2f543369%2fkali-linux-bootable-usb-drive-on-mac-issues%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
When you run the
sudo dd...
command, are youcd
'd into the directory that contains thekali-linux-2017.1-amd64.iso
file? Or maybe the current ISO image has "2019.<something>" in its name instead of "2017.1" and you should update the command to match the actual name of the ISO image file you're using?– telcoM
11 mins ago
I did update it from 2017 to 2019 and added the full path as it wouldn't work without the full path.
– fatso_j
4 mins ago