Add Kalilinux to Windows and archlinux dualbootDual boot Windows 8 and Ubuntu?Enabling linux-ck kernel on...
Crop image to path created in TikZ?
Does bootstrapped regression allow for inference?
Can I legally use front facing blue light in the UK?
What is the offset in a seaplane's hull?
aging parents with no investments
How to manage monthly salary
Need help identifying/translating a plaque in Tangier, Morocco
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
New order #4: World
What happens when a metallic dragon and a chromatic dragon mate?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
Where else does the Shulchan Aruch quote an authority by name?
How can I add custom success page
What is GPS' 19 year rollover and does it present a cybersecurity issue?
Re-submission of rejected manuscript without informing co-authors
Is there a familial term for apples and pears?
How could a lack of term limits lead to a "dictatorship?"
How would photo IDs work for shapeshifters?
Domain expired, GoDaddy holds it and is asking more money
Can I find out the caloric content of bread by dehydrating it?
Why do UK politicians seemingly ignore opinion polls on Brexit?
Add Kalilinux to Windows and archlinux dualboot
Dual boot Windows 8 and Ubuntu?Enabling linux-ck kernel on ArchLinux with GummibootGigabyte GA-Z68X-UD7-B3 Motherbaord and Archlinux UEFI bootWhere is my EFI? Dual booting arch linux and windows 8.1Windows 10 and Linux Mint 17.3 dualboot breakingDual booting: 0xc000000e Windows Error when installing GRUBhow do I boot into the EFI shell to add a UEFI entry?Dual boot Gentoo and ArchLinux using grubGrub can't start windowsLenovo Thinkpad X270 issue with NVMe disk
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a Lenovo notebook with a Windows and Archlinux.
I love Archlinux and only keep Windows for Visual Studio.
Now I would like add Kalilinux and still keep the Archlinux grub,
but noteist that there aren't any guides out there and don's have a free disk for a Backup.
btw. I got UEFI, and a nvme SSD.
radagast
linux multi-boot uefi arch-linux kali-linux
New contributor
add a comment |
I have a Lenovo notebook with a Windows and Archlinux.
I love Archlinux and only keep Windows for Visual Studio.
Now I would like add Kalilinux and still keep the Archlinux grub,
but noteist that there aren't any guides out there and don's have a free disk for a Backup.
btw. I got UEFI, and a nvme SSD.
radagast
linux multi-boot uefi arch-linux kali-linux
New contributor
add a comment |
I have a Lenovo notebook with a Windows and Archlinux.
I love Archlinux and only keep Windows for Visual Studio.
Now I would like add Kalilinux and still keep the Archlinux grub,
but noteist that there aren't any guides out there and don's have a free disk for a Backup.
btw. I got UEFI, and a nvme SSD.
radagast
linux multi-boot uefi arch-linux kali-linux
New contributor
I have a Lenovo notebook with a Windows and Archlinux.
I love Archlinux and only keep Windows for Visual Studio.
Now I would like add Kalilinux and still keep the Archlinux grub,
but noteist that there aren't any guides out there and don's have a free disk for a Backup.
btw. I got UEFI, and a nvme SSD.
radagast
linux multi-boot uefi arch-linux kali-linux
linux multi-boot uefi arch-linux kali-linux
New contributor
New contributor
New contributor
asked 2 days ago
radagastradagast
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can run Kali with docker, and save yourself from some painful reconfiguration.
The official docker image for Kali is here. https://hub.docker.com/r/kalilinux/kali-linux-docker
This tutorial on medium explains how to get the tools you want, and how to set up a persistent DB for metasploit. https://medium.com/@airman604/kali-linux-in-a-docker-container-5a06311624eb
The docker image will only give you terminal access to Kali, but that is all you need.
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
});
}
});
radagast 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%2f1422201%2fadd-kalilinux-to-windows-and-archlinux-dualboot%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 can run Kali with docker, and save yourself from some painful reconfiguration.
The official docker image for Kali is here. https://hub.docker.com/r/kalilinux/kali-linux-docker
This tutorial on medium explains how to get the tools you want, and how to set up a persistent DB for metasploit. https://medium.com/@airman604/kali-linux-in-a-docker-container-5a06311624eb
The docker image will only give you terminal access to Kali, but that is all you need.
add a comment |
You can run Kali with docker, and save yourself from some painful reconfiguration.
The official docker image for Kali is here. https://hub.docker.com/r/kalilinux/kali-linux-docker
This tutorial on medium explains how to get the tools you want, and how to set up a persistent DB for metasploit. https://medium.com/@airman604/kali-linux-in-a-docker-container-5a06311624eb
The docker image will only give you terminal access to Kali, but that is all you need.
add a comment |
You can run Kali with docker, and save yourself from some painful reconfiguration.
The official docker image for Kali is here. https://hub.docker.com/r/kalilinux/kali-linux-docker
This tutorial on medium explains how to get the tools you want, and how to set up a persistent DB for metasploit. https://medium.com/@airman604/kali-linux-in-a-docker-container-5a06311624eb
The docker image will only give you terminal access to Kali, but that is all you need.
You can run Kali with docker, and save yourself from some painful reconfiguration.
The official docker image for Kali is here. https://hub.docker.com/r/kalilinux/kali-linux-docker
This tutorial on medium explains how to get the tools you want, and how to set up a persistent DB for metasploit. https://medium.com/@airman604/kali-linux-in-a-docker-container-5a06311624eb
The docker image will only give you terminal access to Kali, but that is all you need.
answered 2 days ago
Guy GastineauGuy Gastineau
1817
1817
add a comment |
add a comment |
radagast is a new contributor. Be nice, and check out our Code of Conduct.
radagast is a new contributor. Be nice, and check out our Code of Conduct.
radagast is a new contributor. Be nice, and check out our Code of Conduct.
radagast 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%2f1422201%2fadd-kalilinux-to-windows-and-archlinux-dualboot%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