Dual boot issue on Lenovo g50-80 laptop
I have a Lenovo g50-80 idea-pad with:
- Windows 10
- Intel i3 processor 5 gen,
- 8 GB RAM,
- 2 GB graphics card.
I checked for 2 years how to install Ubuntu as my secondary OS and I downloaded Ubuntu 15,16,17 and tried to have a dual boot. However, when I restart my laptop in legacy mode, with my USB drive it shows an initial booting display and disappears with a black screen.
Once I managed to install Ubuntu but at the next restart I lost the Windows option on the list so I wiped my hole 1 TB hard drive then installed a windows again. I'm afraid to install it now because I can't afford losing of my data now.
I tried VirtualBox on Windows i's very slow and laggy on my system so what to do.
How should I proceed?
14.04 dual-boot lenovo bios boot-partition
add a comment |
I have a Lenovo g50-80 idea-pad with:
- Windows 10
- Intel i3 processor 5 gen,
- 8 GB RAM,
- 2 GB graphics card.
I checked for 2 years how to install Ubuntu as my secondary OS and I downloaded Ubuntu 15,16,17 and tried to have a dual boot. However, when I restart my laptop in legacy mode, with my USB drive it shows an initial booting display and disappears with a black screen.
Once I managed to install Ubuntu but at the next restart I lost the Windows option on the list so I wiped my hole 1 TB hard drive then installed a windows again. I'm afraid to install it now because I can't afford losing of my data now.
I tried VirtualBox on Windows i's very slow and laggy on my system so what to do.
How should I proceed?
14.04 dual-boot lenovo bios boot-partition
3
What graphics card/chip? If nVidia you will need nomodeset. You should be installing UEFI boot mode, not legacy if Windows is UEFI. askubuntu.com/questions/162075/… & help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…
– oldfred
Dec 29 '18 at 0:47
add a comment |
I have a Lenovo g50-80 idea-pad with:
- Windows 10
- Intel i3 processor 5 gen,
- 8 GB RAM,
- 2 GB graphics card.
I checked for 2 years how to install Ubuntu as my secondary OS and I downloaded Ubuntu 15,16,17 and tried to have a dual boot. However, when I restart my laptop in legacy mode, with my USB drive it shows an initial booting display and disappears with a black screen.
Once I managed to install Ubuntu but at the next restart I lost the Windows option on the list so I wiped my hole 1 TB hard drive then installed a windows again. I'm afraid to install it now because I can't afford losing of my data now.
I tried VirtualBox on Windows i's very slow and laggy on my system so what to do.
How should I proceed?
14.04 dual-boot lenovo bios boot-partition
I have a Lenovo g50-80 idea-pad with:
- Windows 10
- Intel i3 processor 5 gen,
- 8 GB RAM,
- 2 GB graphics card.
I checked for 2 years how to install Ubuntu as my secondary OS and I downloaded Ubuntu 15,16,17 and tried to have a dual boot. However, when I restart my laptop in legacy mode, with my USB drive it shows an initial booting display and disappears with a black screen.
Once I managed to install Ubuntu but at the next restart I lost the Windows option on the list so I wiped my hole 1 TB hard drive then installed a windows again. I'm afraid to install it now because I can't afford losing of my data now.
I tried VirtualBox on Windows i's very slow and laggy on my system so what to do.
How should I proceed?
14.04 dual-boot lenovo bios boot-partition
14.04 dual-boot lenovo bios boot-partition
edited Dec 29 '18 at 12:13
Fabby
26.6k1360159
26.6k1360159
asked Dec 28 '18 at 21:01
vishal kammarvishal kammar
1
1
3
What graphics card/chip? If nVidia you will need nomodeset. You should be installing UEFI boot mode, not legacy if Windows is UEFI. askubuntu.com/questions/162075/… & help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…
– oldfred
Dec 29 '18 at 0:47
add a comment |
3
What graphics card/chip? If nVidia you will need nomodeset. You should be installing UEFI boot mode, not legacy if Windows is UEFI. askubuntu.com/questions/162075/… & help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…
– oldfred
Dec 29 '18 at 0:47
3
3
What graphics card/chip? If nVidia you will need nomodeset. You should be installing UEFI boot mode, not legacy if Windows is UEFI. askubuntu.com/questions/162075/… & help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…
– oldfred
Dec 29 '18 at 0:47
What graphics card/chip? If nVidia you will need nomodeset. You should be installing UEFI boot mode, not legacy if Windows is UEFI. askubuntu.com/questions/162075/… & help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…
– oldfred
Dec 29 '18 at 0:47
add a comment |
1 Answer
1
active
oldest
votes
Okay, so there's tons of information regarding this topic on the internet, but the general rules you should follow and information you should check before doing dual boot are the following:
The correct way of doing dualboot windows+linux is to install linux first. That's because once you install linux, GRUB will manage the boot process and will provide you a screen so you can choose which SO you want to boot.
If for any reason windows is reinstalled, upgraded, etc. You`ll notice that GRUB wont appear anymore because windows will take over as 'boot manager' and it does not understand that there's a linux installed.
You need to understand, and decide, if you want to use legacy mode or UEFI (newer option, windows 10 defaults to this). You can check which mode your windows is running by n ways, e.g https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2012/10/02/how-to-check-in-windows-if-you-are-using-uefi/. If your windows is UEFI and you want to change to legacy, you need to reinstall everything. Dual boot works in both modes and there's advantages and disadvantages to both, check here: Are there any drawbacks to legacy BIOS as opposed to UEFI?
If you're using UEFI, the general rule of thumb when installing linux (when windows is also installed in UEFI) is, when installing GRUB, point to where`s the EFI partition is (this partition is used for UEFI to boot the system).
Generally people have three issues when dualbooting:
5.a GRUB does not appear at all, therefore you need to check if you`re booting correctly and if GRUB was installed (generally in this situations windows boots normally). You can always reinstall GRUB.
5.b GRUB appears in rescue-mode, this can means a lot of things, one case I had I just needed to point to grub-rescue where the grub file was inside the EFI partition.
5.c GRUB is booting correctly but does not show an option to boot windows. This is the easiest one (and probably was your case), because what happens is that all files from window are still there, you just need to point GRUB where they are. I already faced this issue and fixed with this link: GRUB does not detect Windows
When dual-booting, please, understand what`s the purpose of each one of the partitions you have, this will help you doing a clean and working installation.
Backup your files if you are not confident in your ability.
If for some reason you can't boot or your system does not appear, don't panic, unless you made a really bad decision and deleted partitions or something like that, all the files are still there and you just need to point grub, the OS, or your BIOS to the right direction. Almost everything can be fixed without a complete reinstall.
Sometimes breaking the booting process is frustating because you need to reboot thousand times, spend hours on google, etc. But face that as a opportunity to learn.
If you don`t like to search, learn and break a few things in the way, stick to windows.
Check this documentation about grub: https://help.ubuntu.com/community/WindowsDualBoot
Tecmint has a good tutorial: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/
I'll be happy to help if you face any issue in your new installation. Good luck!
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%2f1105215%2fdual-boot-issue-on-lenovo-g50-80-laptop%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
Okay, so there's tons of information regarding this topic on the internet, but the general rules you should follow and information you should check before doing dual boot are the following:
The correct way of doing dualboot windows+linux is to install linux first. That's because once you install linux, GRUB will manage the boot process and will provide you a screen so you can choose which SO you want to boot.
If for any reason windows is reinstalled, upgraded, etc. You`ll notice that GRUB wont appear anymore because windows will take over as 'boot manager' and it does not understand that there's a linux installed.
You need to understand, and decide, if you want to use legacy mode or UEFI (newer option, windows 10 defaults to this). You can check which mode your windows is running by n ways, e.g https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2012/10/02/how-to-check-in-windows-if-you-are-using-uefi/. If your windows is UEFI and you want to change to legacy, you need to reinstall everything. Dual boot works in both modes and there's advantages and disadvantages to both, check here: Are there any drawbacks to legacy BIOS as opposed to UEFI?
If you're using UEFI, the general rule of thumb when installing linux (when windows is also installed in UEFI) is, when installing GRUB, point to where`s the EFI partition is (this partition is used for UEFI to boot the system).
Generally people have three issues when dualbooting:
5.a GRUB does not appear at all, therefore you need to check if you`re booting correctly and if GRUB was installed (generally in this situations windows boots normally). You can always reinstall GRUB.
5.b GRUB appears in rescue-mode, this can means a lot of things, one case I had I just needed to point to grub-rescue where the grub file was inside the EFI partition.
5.c GRUB is booting correctly but does not show an option to boot windows. This is the easiest one (and probably was your case), because what happens is that all files from window are still there, you just need to point GRUB where they are. I already faced this issue and fixed with this link: GRUB does not detect Windows
When dual-booting, please, understand what`s the purpose of each one of the partitions you have, this will help you doing a clean and working installation.
Backup your files if you are not confident in your ability.
If for some reason you can't boot or your system does not appear, don't panic, unless you made a really bad decision and deleted partitions or something like that, all the files are still there and you just need to point grub, the OS, or your BIOS to the right direction. Almost everything can be fixed without a complete reinstall.
Sometimes breaking the booting process is frustating because you need to reboot thousand times, spend hours on google, etc. But face that as a opportunity to learn.
If you don`t like to search, learn and break a few things in the way, stick to windows.
Check this documentation about grub: https://help.ubuntu.com/community/WindowsDualBoot
Tecmint has a good tutorial: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/
I'll be happy to help if you face any issue in your new installation. Good luck!
add a comment |
Okay, so there's tons of information regarding this topic on the internet, but the general rules you should follow and information you should check before doing dual boot are the following:
The correct way of doing dualboot windows+linux is to install linux first. That's because once you install linux, GRUB will manage the boot process and will provide you a screen so you can choose which SO you want to boot.
If for any reason windows is reinstalled, upgraded, etc. You`ll notice that GRUB wont appear anymore because windows will take over as 'boot manager' and it does not understand that there's a linux installed.
You need to understand, and decide, if you want to use legacy mode or UEFI (newer option, windows 10 defaults to this). You can check which mode your windows is running by n ways, e.g https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2012/10/02/how-to-check-in-windows-if-you-are-using-uefi/. If your windows is UEFI and you want to change to legacy, you need to reinstall everything. Dual boot works in both modes and there's advantages and disadvantages to both, check here: Are there any drawbacks to legacy BIOS as opposed to UEFI?
If you're using UEFI, the general rule of thumb when installing linux (when windows is also installed in UEFI) is, when installing GRUB, point to where`s the EFI partition is (this partition is used for UEFI to boot the system).
Generally people have three issues when dualbooting:
5.a GRUB does not appear at all, therefore you need to check if you`re booting correctly and if GRUB was installed (generally in this situations windows boots normally). You can always reinstall GRUB.
5.b GRUB appears in rescue-mode, this can means a lot of things, one case I had I just needed to point to grub-rescue where the grub file was inside the EFI partition.
5.c GRUB is booting correctly but does not show an option to boot windows. This is the easiest one (and probably was your case), because what happens is that all files from window are still there, you just need to point GRUB where they are. I already faced this issue and fixed with this link: GRUB does not detect Windows
When dual-booting, please, understand what`s the purpose of each one of the partitions you have, this will help you doing a clean and working installation.
Backup your files if you are not confident in your ability.
If for some reason you can't boot or your system does not appear, don't panic, unless you made a really bad decision and deleted partitions or something like that, all the files are still there and you just need to point grub, the OS, or your BIOS to the right direction. Almost everything can be fixed without a complete reinstall.
Sometimes breaking the booting process is frustating because you need to reboot thousand times, spend hours on google, etc. But face that as a opportunity to learn.
If you don`t like to search, learn and break a few things in the way, stick to windows.
Check this documentation about grub: https://help.ubuntu.com/community/WindowsDualBoot
Tecmint has a good tutorial: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/
I'll be happy to help if you face any issue in your new installation. Good luck!
add a comment |
Okay, so there's tons of information regarding this topic on the internet, but the general rules you should follow and information you should check before doing dual boot are the following:
The correct way of doing dualboot windows+linux is to install linux first. That's because once you install linux, GRUB will manage the boot process and will provide you a screen so you can choose which SO you want to boot.
If for any reason windows is reinstalled, upgraded, etc. You`ll notice that GRUB wont appear anymore because windows will take over as 'boot manager' and it does not understand that there's a linux installed.
You need to understand, and decide, if you want to use legacy mode or UEFI (newer option, windows 10 defaults to this). You can check which mode your windows is running by n ways, e.g https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2012/10/02/how-to-check-in-windows-if-you-are-using-uefi/. If your windows is UEFI and you want to change to legacy, you need to reinstall everything. Dual boot works in both modes and there's advantages and disadvantages to both, check here: Are there any drawbacks to legacy BIOS as opposed to UEFI?
If you're using UEFI, the general rule of thumb when installing linux (when windows is also installed in UEFI) is, when installing GRUB, point to where`s the EFI partition is (this partition is used for UEFI to boot the system).
Generally people have three issues when dualbooting:
5.a GRUB does not appear at all, therefore you need to check if you`re booting correctly and if GRUB was installed (generally in this situations windows boots normally). You can always reinstall GRUB.
5.b GRUB appears in rescue-mode, this can means a lot of things, one case I had I just needed to point to grub-rescue where the grub file was inside the EFI partition.
5.c GRUB is booting correctly but does not show an option to boot windows. This is the easiest one (and probably was your case), because what happens is that all files from window are still there, you just need to point GRUB where they are. I already faced this issue and fixed with this link: GRUB does not detect Windows
When dual-booting, please, understand what`s the purpose of each one of the partitions you have, this will help you doing a clean and working installation.
Backup your files if you are not confident in your ability.
If for some reason you can't boot or your system does not appear, don't panic, unless you made a really bad decision and deleted partitions or something like that, all the files are still there and you just need to point grub, the OS, or your BIOS to the right direction. Almost everything can be fixed without a complete reinstall.
Sometimes breaking the booting process is frustating because you need to reboot thousand times, spend hours on google, etc. But face that as a opportunity to learn.
If you don`t like to search, learn and break a few things in the way, stick to windows.
Check this documentation about grub: https://help.ubuntu.com/community/WindowsDualBoot
Tecmint has a good tutorial: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/
I'll be happy to help if you face any issue in your new installation. Good luck!
Okay, so there's tons of information regarding this topic on the internet, but the general rules you should follow and information you should check before doing dual boot are the following:
The correct way of doing dualboot windows+linux is to install linux first. That's because once you install linux, GRUB will manage the boot process and will provide you a screen so you can choose which SO you want to boot.
If for any reason windows is reinstalled, upgraded, etc. You`ll notice that GRUB wont appear anymore because windows will take over as 'boot manager' and it does not understand that there's a linux installed.
You need to understand, and decide, if you want to use legacy mode or UEFI (newer option, windows 10 defaults to this). You can check which mode your windows is running by n ways, e.g https://blogs.technet.microsoft.com/home_is_where_i_lay_my_head/2012/10/02/how-to-check-in-windows-if-you-are-using-uefi/. If your windows is UEFI and you want to change to legacy, you need to reinstall everything. Dual boot works in both modes and there's advantages and disadvantages to both, check here: Are there any drawbacks to legacy BIOS as opposed to UEFI?
If you're using UEFI, the general rule of thumb when installing linux (when windows is also installed in UEFI) is, when installing GRUB, point to where`s the EFI partition is (this partition is used for UEFI to boot the system).
Generally people have three issues when dualbooting:
5.a GRUB does not appear at all, therefore you need to check if you`re booting correctly and if GRUB was installed (generally in this situations windows boots normally). You can always reinstall GRUB.
5.b GRUB appears in rescue-mode, this can means a lot of things, one case I had I just needed to point to grub-rescue where the grub file was inside the EFI partition.
5.c GRUB is booting correctly but does not show an option to boot windows. This is the easiest one (and probably was your case), because what happens is that all files from window are still there, you just need to point GRUB where they are. I already faced this issue and fixed with this link: GRUB does not detect Windows
When dual-booting, please, understand what`s the purpose of each one of the partitions you have, this will help you doing a clean and working installation.
Backup your files if you are not confident in your ability.
If for some reason you can't boot or your system does not appear, don't panic, unless you made a really bad decision and deleted partitions or something like that, all the files are still there and you just need to point grub, the OS, or your BIOS to the right direction. Almost everything can be fixed without a complete reinstall.
Sometimes breaking the booting process is frustating because you need to reboot thousand times, spend hours on google, etc. But face that as a opportunity to learn.
If you don`t like to search, learn and break a few things in the way, stick to windows.
Check this documentation about grub: https://help.ubuntu.com/community/WindowsDualBoot
Tecmint has a good tutorial: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/
I'll be happy to help if you face any issue in your new installation. Good luck!
answered Dec 29 '18 at 14:00
Jean NovakJean Novak
461
461
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%2f1105215%2fdual-boot-issue-on-lenovo-g50-80-laptop%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
3
What graphics card/chip? If nVidia you will need nomodeset. You should be installing UEFI boot mode, not legacy if Windows is UEFI. askubuntu.com/questions/162075/… & help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…
– oldfred
Dec 29 '18 at 0:47