Dual booting windows 8 and Kali Linux 1.0.8
I'm trying to install kali linux along with windows 8
The latest Kali version (1.0.8) supports booting alongside windows 8
I installed Kali Linux from a LiveCD, rebooted and it went straight to windows. I thought I should use boot-repair
I used my ubuntu liveCD and used boot-repair in the hopes of it installing GRUB that will either allow me to boot into windows 8 or Kali Linux
Boot-repair was running fine but in the end it failed.
I was hoping if someone could help me with my problem
This is the dump of boot-repair: Dump
Thanks for any help
linux ubuntu windows-8 boot bootrepair
add a comment |
I'm trying to install kali linux along with windows 8
The latest Kali version (1.0.8) supports booting alongside windows 8
I installed Kali Linux from a LiveCD, rebooted and it went straight to windows. I thought I should use boot-repair
I used my ubuntu liveCD and used boot-repair in the hopes of it installing GRUB that will either allow me to boot into windows 8 or Kali Linux
Boot-repair was running fine but in the end it failed.
I was hoping if someone could help me with my problem
This is the dump of boot-repair: Dump
Thanks for any help
linux ubuntu windows-8 boot bootrepair
add a comment |
I'm trying to install kali linux along with windows 8
The latest Kali version (1.0.8) supports booting alongside windows 8
I installed Kali Linux from a LiveCD, rebooted and it went straight to windows. I thought I should use boot-repair
I used my ubuntu liveCD and used boot-repair in the hopes of it installing GRUB that will either allow me to boot into windows 8 or Kali Linux
Boot-repair was running fine but in the end it failed.
I was hoping if someone could help me with my problem
This is the dump of boot-repair: Dump
Thanks for any help
linux ubuntu windows-8 boot bootrepair
I'm trying to install kali linux along with windows 8
The latest Kali version (1.0.8) supports booting alongside windows 8
I installed Kali Linux from a LiveCD, rebooted and it went straight to windows. I thought I should use boot-repair
I used my ubuntu liveCD and used boot-repair in the hopes of it installing GRUB that will either allow me to boot into windows 8 or Kali Linux
Boot-repair was running fine but in the end it failed.
I was hoping if someone could help me with my problem
This is the dump of boot-repair: Dump
Thanks for any help
linux ubuntu windows-8 boot bootrepair
linux ubuntu windows-8 boot bootrepair
asked Aug 3 '14 at 7:42
user352785user352785
1112
1112
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Windows 8 typically has a disabled legacy boot and boot menu by default in the BIOS. It will always boot Windows 8 first and only unless your BIOS is configured to startup in a boot menu so you can choose what partition to boot from.
I assume you are using 1 drive with 2 partitions, one with Kali and one with Windows. Grub doesn't necessarily give you that boot menu option, it's just a required utility to boot an UNIX machine.
I believe I can answer more if you can give me more Info on what happens when you boot your pc, if it goes directly into Windows 8 or how do you boot into the other OS? And if you even were able to do that in the first place. If I can recommend anything, I would say maybe a custom BIOS would be required, or have you ever thought about VM?
Update: I found this website very useful, maybe you can too: isoc.my/profiles/blogs/…
– Dmitry
Aug 12 '14 at 20:02
add a comment |
Update: use a free non cometcial use of EasyBCD, it will fix any boot problems, create boot partitions and allow you to dual boot into any OS with a single click of a button.
add a comment |
It was a real pain to get kali to dual boot with windows because the grub boot menu never gets installed, but i got it solved and was able to boot into boot kali and windows with the help of ubuntu live disk. Here is the tutorial with the video https://makethingseazy.wordpress.com/2015/03/30/dual-boot-kali-linux-and-windows-8-1-uefi-mode-with-the-help-of-ubuntu/
1
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Mar 31 '15 at 4:24
add a comment |
I'm using Windows 10 preview, and was able to install grub normally. Mount your ext4 partition to /mnt, bind /dev and /proc, cp /etc/resolv.conf, chroot into /mnt and run grub-install /dev/sda (or whatever HDD you need). Ask if you need more detailed instructions.
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
});
}
});
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%2f791770%2fdual-booting-windows-8-and-kali-linux-1-0-8%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Windows 8 typically has a disabled legacy boot and boot menu by default in the BIOS. It will always boot Windows 8 first and only unless your BIOS is configured to startup in a boot menu so you can choose what partition to boot from.
I assume you are using 1 drive with 2 partitions, one with Kali and one with Windows. Grub doesn't necessarily give you that boot menu option, it's just a required utility to boot an UNIX machine.
I believe I can answer more if you can give me more Info on what happens when you boot your pc, if it goes directly into Windows 8 or how do you boot into the other OS? And if you even were able to do that in the first place. If I can recommend anything, I would say maybe a custom BIOS would be required, or have you ever thought about VM?
Update: I found this website very useful, maybe you can too: isoc.my/profiles/blogs/…
– Dmitry
Aug 12 '14 at 20:02
add a comment |
Windows 8 typically has a disabled legacy boot and boot menu by default in the BIOS. It will always boot Windows 8 first and only unless your BIOS is configured to startup in a boot menu so you can choose what partition to boot from.
I assume you are using 1 drive with 2 partitions, one with Kali and one with Windows. Grub doesn't necessarily give you that boot menu option, it's just a required utility to boot an UNIX machine.
I believe I can answer more if you can give me more Info on what happens when you boot your pc, if it goes directly into Windows 8 or how do you boot into the other OS? And if you even were able to do that in the first place. If I can recommend anything, I would say maybe a custom BIOS would be required, or have you ever thought about VM?
Update: I found this website very useful, maybe you can too: isoc.my/profiles/blogs/…
– Dmitry
Aug 12 '14 at 20:02
add a comment |
Windows 8 typically has a disabled legacy boot and boot menu by default in the BIOS. It will always boot Windows 8 first and only unless your BIOS is configured to startup in a boot menu so you can choose what partition to boot from.
I assume you are using 1 drive with 2 partitions, one with Kali and one with Windows. Grub doesn't necessarily give you that boot menu option, it's just a required utility to boot an UNIX machine.
I believe I can answer more if you can give me more Info on what happens when you boot your pc, if it goes directly into Windows 8 or how do you boot into the other OS? And if you even were able to do that in the first place. If I can recommend anything, I would say maybe a custom BIOS would be required, or have you ever thought about VM?
Windows 8 typically has a disabled legacy boot and boot menu by default in the BIOS. It will always boot Windows 8 first and only unless your BIOS is configured to startup in a boot menu so you can choose what partition to boot from.
I assume you are using 1 drive with 2 partitions, one with Kali and one with Windows. Grub doesn't necessarily give you that boot menu option, it's just a required utility to boot an UNIX machine.
I believe I can answer more if you can give me more Info on what happens when you boot your pc, if it goes directly into Windows 8 or how do you boot into the other OS? And if you even were able to do that in the first place. If I can recommend anything, I would say maybe a custom BIOS would be required, or have you ever thought about VM?
edited Aug 12 '14 at 20:38
Mokubai♦
56.8k16135153
56.8k16135153
answered Aug 12 '14 at 19:53
DmitryDmitry
1
1
Update: I found this website very useful, maybe you can too: isoc.my/profiles/blogs/…
– Dmitry
Aug 12 '14 at 20:02
add a comment |
Update: I found this website very useful, maybe you can too: isoc.my/profiles/blogs/…
– Dmitry
Aug 12 '14 at 20:02
Update: I found this website very useful, maybe you can too: isoc.my/profiles/blogs/…
– Dmitry
Aug 12 '14 at 20:02
Update: I found this website very useful, maybe you can too: isoc.my/profiles/blogs/…
– Dmitry
Aug 12 '14 at 20:02
add a comment |
Update: use a free non cometcial use of EasyBCD, it will fix any boot problems, create boot partitions and allow you to dual boot into any OS with a single click of a button.
add a comment |
Update: use a free non cometcial use of EasyBCD, it will fix any boot problems, create boot partitions and allow you to dual boot into any OS with a single click of a button.
add a comment |
Update: use a free non cometcial use of EasyBCD, it will fix any boot problems, create boot partitions and allow you to dual boot into any OS with a single click of a button.
Update: use a free non cometcial use of EasyBCD, it will fix any boot problems, create boot partitions and allow you to dual boot into any OS with a single click of a button.
answered Aug 15 '14 at 0:23
Dmitry KlingensmithDmitry Klingensmith
1
1
add a comment |
add a comment |
It was a real pain to get kali to dual boot with windows because the grub boot menu never gets installed, but i got it solved and was able to boot into boot kali and windows with the help of ubuntu live disk. Here is the tutorial with the video https://makethingseazy.wordpress.com/2015/03/30/dual-boot-kali-linux-and-windows-8-1-uefi-mode-with-the-help-of-ubuntu/
1
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Mar 31 '15 at 4:24
add a comment |
It was a real pain to get kali to dual boot with windows because the grub boot menu never gets installed, but i got it solved and was able to boot into boot kali and windows with the help of ubuntu live disk. Here is the tutorial with the video https://makethingseazy.wordpress.com/2015/03/30/dual-boot-kali-linux-and-windows-8-1-uefi-mode-with-the-help-of-ubuntu/
1
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Mar 31 '15 at 4:24
add a comment |
It was a real pain to get kali to dual boot with windows because the grub boot menu never gets installed, but i got it solved and was able to boot into boot kali and windows with the help of ubuntu live disk. Here is the tutorial with the video https://makethingseazy.wordpress.com/2015/03/30/dual-boot-kali-linux-and-windows-8-1-uefi-mode-with-the-help-of-ubuntu/
It was a real pain to get kali to dual boot with windows because the grub boot menu never gets installed, but i got it solved and was able to boot into boot kali and windows with the help of ubuntu live disk. Here is the tutorial with the video https://makethingseazy.wordpress.com/2015/03/30/dual-boot-kali-linux-and-windows-8-1-uefi-mode-with-the-help-of-ubuntu/
answered Mar 31 '15 at 2:04
vibinvibin
1
1
1
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Mar 31 '15 at 4:24
add a comment |
1
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Mar 31 '15 at 4:24
1
1
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Mar 31 '15 at 4:24
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Mar 31 '15 at 4:24
add a comment |
I'm using Windows 10 preview, and was able to install grub normally. Mount your ext4 partition to /mnt, bind /dev and /proc, cp /etc/resolv.conf, chroot into /mnt and run grub-install /dev/sda (or whatever HDD you need). Ask if you need more detailed instructions.
add a comment |
I'm using Windows 10 preview, and was able to install grub normally. Mount your ext4 partition to /mnt, bind /dev and /proc, cp /etc/resolv.conf, chroot into /mnt and run grub-install /dev/sda (or whatever HDD you need). Ask if you need more detailed instructions.
add a comment |
I'm using Windows 10 preview, and was able to install grub normally. Mount your ext4 partition to /mnt, bind /dev and /proc, cp /etc/resolv.conf, chroot into /mnt and run grub-install /dev/sda (or whatever HDD you need). Ask if you need more detailed instructions.
I'm using Windows 10 preview, and was able to install grub normally. Mount your ext4 partition to /mnt, bind /dev and /proc, cp /etc/resolv.conf, chroot into /mnt and run grub-install /dev/sda (or whatever HDD you need). Ask if you need more detailed instructions.
answered Dec 27 '14 at 21:13
LukeLuke
470517
470517
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f791770%2fdual-booting-windows-8-and-kali-linux-1-0-8%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