Dual booting windows 10 and Kubuntu 18.10 doesn't install the grub menu
I just bought a new Dell XPS 15 9570. It comes stock with the new Windows 10. But as I'm a developer I want to use windows for misc. tasks and a linux distro for developing stuff. So I came to the conclusion to dual boot. I have a 512 SSD, and Want to effectively split the 512GB, 260GB windows and the rest the linux distro.
Steps I've taken:
- Created a Windows Recovery USB
- Created a Kubuntu live usb
- Shrank the windows volume down the required size and left ~~200GB for the linux partition
- Booted from the Linux Live usb
- Installed kubuntu onto the 200GB partition that was made, whilst making the bootloader part of kubuntu install into my windows bootloader partition
- Installation finished properly
- Rebooted computer
- Booted into windows and I couldn't boot into the linux distro anymore
Problems I faced and solutions I tried:
- There is no ubuntu grub. When I go into my BIOS/UEFI I can't seem to find the linux.efi file to change the boot order. But I can find the windows.efi.
- I tried to download the grubx64.efi file from online then insert it into my bootloader partition. But that didn't seem to help either.
- I cannot boot into the kubuntu OS even though the installation finished properly.
- The grubx64.efi takes me directly to the grub command line.
I tried to load the kernel from there but it didn't work. How does one get to the grub menu from there??
Is there something that I am missing that is very obvious or are there any additional steps I needed to take?
boot dual-boot partitioning uefi kubuntu
add a comment |
I just bought a new Dell XPS 15 9570. It comes stock with the new Windows 10. But as I'm a developer I want to use windows for misc. tasks and a linux distro for developing stuff. So I came to the conclusion to dual boot. I have a 512 SSD, and Want to effectively split the 512GB, 260GB windows and the rest the linux distro.
Steps I've taken:
- Created a Windows Recovery USB
- Created a Kubuntu live usb
- Shrank the windows volume down the required size and left ~~200GB for the linux partition
- Booted from the Linux Live usb
- Installed kubuntu onto the 200GB partition that was made, whilst making the bootloader part of kubuntu install into my windows bootloader partition
- Installation finished properly
- Rebooted computer
- Booted into windows and I couldn't boot into the linux distro anymore
Problems I faced and solutions I tried:
- There is no ubuntu grub. When I go into my BIOS/UEFI I can't seem to find the linux.efi file to change the boot order. But I can find the windows.efi.
- I tried to download the grubx64.efi file from online then insert it into my bootloader partition. But that didn't seem to help either.
- I cannot boot into the kubuntu OS even though the installation finished properly.
- The grubx64.efi takes me directly to the grub command line.
I tried to load the kernel from there but it didn't work. How does one get to the grub menu from there??
Is there something that I am missing that is very obvious or are there any additional steps I needed to take?
boot dual-boot partitioning uefi kubuntu
In your last line you said grub64.efi takes you to the grub command line, when you previously said you were booting straight to Windows. So what did you do to get to the grub prompt (I presume you mean)?
– Paul Benson
Jan 12 at 20:09
Basically I tried hacking it and copying a downloaded grub into the right place. I then changed the bootloader sequence using the bios to point to that file. That then opened the grub cli but not the menu. That's as far as I got.
– Leon Boehmer
Jan 12 at 20:12
In which case bring up the grub prompt then follow this. You'll need to find which partition number Kubuntu is installed on, by using commandls (hdx, y)/
where x is disk no (probably 0) and y is partition no. If you don't see a listing for vmlinuz version, try different values for y.
– Paul Benson
Jan 12 at 21:59
add a comment |
I just bought a new Dell XPS 15 9570. It comes stock with the new Windows 10. But as I'm a developer I want to use windows for misc. tasks and a linux distro for developing stuff. So I came to the conclusion to dual boot. I have a 512 SSD, and Want to effectively split the 512GB, 260GB windows and the rest the linux distro.
Steps I've taken:
- Created a Windows Recovery USB
- Created a Kubuntu live usb
- Shrank the windows volume down the required size and left ~~200GB for the linux partition
- Booted from the Linux Live usb
- Installed kubuntu onto the 200GB partition that was made, whilst making the bootloader part of kubuntu install into my windows bootloader partition
- Installation finished properly
- Rebooted computer
- Booted into windows and I couldn't boot into the linux distro anymore
Problems I faced and solutions I tried:
- There is no ubuntu grub. When I go into my BIOS/UEFI I can't seem to find the linux.efi file to change the boot order. But I can find the windows.efi.
- I tried to download the grubx64.efi file from online then insert it into my bootloader partition. But that didn't seem to help either.
- I cannot boot into the kubuntu OS even though the installation finished properly.
- The grubx64.efi takes me directly to the grub command line.
I tried to load the kernel from there but it didn't work. How does one get to the grub menu from there??
Is there something that I am missing that is very obvious or are there any additional steps I needed to take?
boot dual-boot partitioning uefi kubuntu
I just bought a new Dell XPS 15 9570. It comes stock with the new Windows 10. But as I'm a developer I want to use windows for misc. tasks and a linux distro for developing stuff. So I came to the conclusion to dual boot. I have a 512 SSD, and Want to effectively split the 512GB, 260GB windows and the rest the linux distro.
Steps I've taken:
- Created a Windows Recovery USB
- Created a Kubuntu live usb
- Shrank the windows volume down the required size and left ~~200GB for the linux partition
- Booted from the Linux Live usb
- Installed kubuntu onto the 200GB partition that was made, whilst making the bootloader part of kubuntu install into my windows bootloader partition
- Installation finished properly
- Rebooted computer
- Booted into windows and I couldn't boot into the linux distro anymore
Problems I faced and solutions I tried:
- There is no ubuntu grub. When I go into my BIOS/UEFI I can't seem to find the linux.efi file to change the boot order. But I can find the windows.efi.
- I tried to download the grubx64.efi file from online then insert it into my bootloader partition. But that didn't seem to help either.
- I cannot boot into the kubuntu OS even though the installation finished properly.
- The grubx64.efi takes me directly to the grub command line.
I tried to load the kernel from there but it didn't work. How does one get to the grub menu from there??
Is there something that I am missing that is very obvious or are there any additional steps I needed to take?
boot dual-boot partitioning uefi kubuntu
boot dual-boot partitioning uefi kubuntu
edited Jan 12 at 19:25
Leon Boehmer
asked Jan 12 at 18:52
Leon BoehmerLeon Boehmer
11
11
In your last line you said grub64.efi takes you to the grub command line, when you previously said you were booting straight to Windows. So what did you do to get to the grub prompt (I presume you mean)?
– Paul Benson
Jan 12 at 20:09
Basically I tried hacking it and copying a downloaded grub into the right place. I then changed the bootloader sequence using the bios to point to that file. That then opened the grub cli but not the menu. That's as far as I got.
– Leon Boehmer
Jan 12 at 20:12
In which case bring up the grub prompt then follow this. You'll need to find which partition number Kubuntu is installed on, by using commandls (hdx, y)/
where x is disk no (probably 0) and y is partition no. If you don't see a listing for vmlinuz version, try different values for y.
– Paul Benson
Jan 12 at 21:59
add a comment |
In your last line you said grub64.efi takes you to the grub command line, when you previously said you were booting straight to Windows. So what did you do to get to the grub prompt (I presume you mean)?
– Paul Benson
Jan 12 at 20:09
Basically I tried hacking it and copying a downloaded grub into the right place. I then changed the bootloader sequence using the bios to point to that file. That then opened the grub cli but not the menu. That's as far as I got.
– Leon Boehmer
Jan 12 at 20:12
In which case bring up the grub prompt then follow this. You'll need to find which partition number Kubuntu is installed on, by using commandls (hdx, y)/
where x is disk no (probably 0) and y is partition no. If you don't see a listing for vmlinuz version, try different values for y.
– Paul Benson
Jan 12 at 21:59
In your last line you said grub64.efi takes you to the grub command line, when you previously said you were booting straight to Windows. So what did you do to get to the grub prompt (I presume you mean)?
– Paul Benson
Jan 12 at 20:09
In your last line you said grub64.efi takes you to the grub command line, when you previously said you were booting straight to Windows. So what did you do to get to the grub prompt (I presume you mean)?
– Paul Benson
Jan 12 at 20:09
Basically I tried hacking it and copying a downloaded grub into the right place. I then changed the bootloader sequence using the bios to point to that file. That then opened the grub cli but not the menu. That's as far as I got.
– Leon Boehmer
Jan 12 at 20:12
Basically I tried hacking it and copying a downloaded grub into the right place. I then changed the bootloader sequence using the bios to point to that file. That then opened the grub cli but not the menu. That's as far as I got.
– Leon Boehmer
Jan 12 at 20:12
In which case bring up the grub prompt then follow this. You'll need to find which partition number Kubuntu is installed on, by using command
ls (hdx, y)/
where x is disk no (probably 0) and y is partition no. If you don't see a listing for vmlinuz version, try different values for y.– Paul Benson
Jan 12 at 21:59
In which case bring up the grub prompt then follow this. You'll need to find which partition number Kubuntu is installed on, by using command
ls (hdx, y)/
where x is disk no (probably 0) and y is partition no. If you don't see a listing for vmlinuz version, try different values for y.– Paul Benson
Jan 12 at 21:59
add a comment |
2 Answers
2
active
oldest
votes
According to this page you can use the boot repair tool, I had a similar situation but with Kubuntu installed first, after using this tool the problem was solved.
Since Windows 10 pre-installed from vendor will be UEFI, be sure to boot Ubuntu live installer in UEFI to run Boot-Repair. Did you install in UEFI boot mode? How you boot install media, is then how it installs. If not resolved, post link to Summary report from Boot-Repair. See also other 9570 installs: askubuntu.com/questions/1042414/… & askubuntu.com/questions/1046263/…
– oldfred
Jan 12 at 22:39
yes I installed Kubuntu in the UEFI mode, then Windows 10 also in the UEFI mode, after that I coldn't boot Kubuntu, so I used this tool to fix the GRUB.
– Malek Adawi
Jan 13 at 14:55
add a comment |
I have also been in similar kind of issue, U just have to check whether your windows10 is installed in uefi or legacy method and then install kubuntu in same method, u can change ur method in ur boot menu
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f1109190%2fdual-booting-windows-10-and-kubuntu-18-10-doesnt-install-the-grub-menu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to this page you can use the boot repair tool, I had a similar situation but with Kubuntu installed first, after using this tool the problem was solved.
Since Windows 10 pre-installed from vendor will be UEFI, be sure to boot Ubuntu live installer in UEFI to run Boot-Repair. Did you install in UEFI boot mode? How you boot install media, is then how it installs. If not resolved, post link to Summary report from Boot-Repair. See also other 9570 installs: askubuntu.com/questions/1042414/… & askubuntu.com/questions/1046263/…
– oldfred
Jan 12 at 22:39
yes I installed Kubuntu in the UEFI mode, then Windows 10 also in the UEFI mode, after that I coldn't boot Kubuntu, so I used this tool to fix the GRUB.
– Malek Adawi
Jan 13 at 14:55
add a comment |
According to this page you can use the boot repair tool, I had a similar situation but with Kubuntu installed first, after using this tool the problem was solved.
Since Windows 10 pre-installed from vendor will be UEFI, be sure to boot Ubuntu live installer in UEFI to run Boot-Repair. Did you install in UEFI boot mode? How you boot install media, is then how it installs. If not resolved, post link to Summary report from Boot-Repair. See also other 9570 installs: askubuntu.com/questions/1042414/… & askubuntu.com/questions/1046263/…
– oldfred
Jan 12 at 22:39
yes I installed Kubuntu in the UEFI mode, then Windows 10 also in the UEFI mode, after that I coldn't boot Kubuntu, so I used this tool to fix the GRUB.
– Malek Adawi
Jan 13 at 14:55
add a comment |
According to this page you can use the boot repair tool, I had a similar situation but with Kubuntu installed first, after using this tool the problem was solved.
According to this page you can use the boot repair tool, I had a similar situation but with Kubuntu installed first, after using this tool the problem was solved.
answered Jan 12 at 22:02
Malek AdawiMalek Adawi
264
264
Since Windows 10 pre-installed from vendor will be UEFI, be sure to boot Ubuntu live installer in UEFI to run Boot-Repair. Did you install in UEFI boot mode? How you boot install media, is then how it installs. If not resolved, post link to Summary report from Boot-Repair. See also other 9570 installs: askubuntu.com/questions/1042414/… & askubuntu.com/questions/1046263/…
– oldfred
Jan 12 at 22:39
yes I installed Kubuntu in the UEFI mode, then Windows 10 also in the UEFI mode, after that I coldn't boot Kubuntu, so I used this tool to fix the GRUB.
– Malek Adawi
Jan 13 at 14:55
add a comment |
Since Windows 10 pre-installed from vendor will be UEFI, be sure to boot Ubuntu live installer in UEFI to run Boot-Repair. Did you install in UEFI boot mode? How you boot install media, is then how it installs. If not resolved, post link to Summary report from Boot-Repair. See also other 9570 installs: askubuntu.com/questions/1042414/… & askubuntu.com/questions/1046263/…
– oldfred
Jan 12 at 22:39
yes I installed Kubuntu in the UEFI mode, then Windows 10 also in the UEFI mode, after that I coldn't boot Kubuntu, so I used this tool to fix the GRUB.
– Malek Adawi
Jan 13 at 14:55
Since Windows 10 pre-installed from vendor will be UEFI, be sure to boot Ubuntu live installer in UEFI to run Boot-Repair. Did you install in UEFI boot mode? How you boot install media, is then how it installs. If not resolved, post link to Summary report from Boot-Repair. See also other 9570 installs: askubuntu.com/questions/1042414/… & askubuntu.com/questions/1046263/…
– oldfred
Jan 12 at 22:39
Since Windows 10 pre-installed from vendor will be UEFI, be sure to boot Ubuntu live installer in UEFI to run Boot-Repair. Did you install in UEFI boot mode? How you boot install media, is then how it installs. If not resolved, post link to Summary report from Boot-Repair. See also other 9570 installs: askubuntu.com/questions/1042414/… & askubuntu.com/questions/1046263/…
– oldfred
Jan 12 at 22:39
yes I installed Kubuntu in the UEFI mode, then Windows 10 also in the UEFI mode, after that I coldn't boot Kubuntu, so I used this tool to fix the GRUB.
– Malek Adawi
Jan 13 at 14:55
yes I installed Kubuntu in the UEFI mode, then Windows 10 also in the UEFI mode, after that I coldn't boot Kubuntu, so I used this tool to fix the GRUB.
– Malek Adawi
Jan 13 at 14:55
add a comment |
I have also been in similar kind of issue, U just have to check whether your windows10 is installed in uefi or legacy method and then install kubuntu in same method, u can change ur method in ur boot menu
add a comment |
I have also been in similar kind of issue, U just have to check whether your windows10 is installed in uefi or legacy method and then install kubuntu in same method, u can change ur method in ur boot menu
add a comment |
I have also been in similar kind of issue, U just have to check whether your windows10 is installed in uefi or legacy method and then install kubuntu in same method, u can change ur method in ur boot menu
I have also been in similar kind of issue, U just have to check whether your windows10 is installed in uefi or legacy method and then install kubuntu in same method, u can change ur method in ur boot menu
answered Jan 13 at 2:21
Vikalp TomarVikalp Tomar
162
162
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1109190%2fdual-booting-windows-10-and-kubuntu-18-10-doesnt-install-the-grub-menu%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
In your last line you said grub64.efi takes you to the grub command line, when you previously said you were booting straight to Windows. So what did you do to get to the grub prompt (I presume you mean)?
– Paul Benson
Jan 12 at 20:09
Basically I tried hacking it and copying a downloaded grub into the right place. I then changed the bootloader sequence using the bios to point to that file. That then opened the grub cli but not the menu. That's as far as I got.
– Leon Boehmer
Jan 12 at 20:12
In which case bring up the grub prompt then follow this. You'll need to find which partition number Kubuntu is installed on, by using command
ls (hdx, y)/
where x is disk no (probably 0) and y is partition no. If you don't see a listing for vmlinuz version, try different values for y.– Paul Benson
Jan 12 at 21:59