LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-21-2016, 04:06 PM   #1
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Rep: Reputation: Disabled
Dual-Booting with Linux and Windows on my laptop


I am trying to figure out what I should do. I have a laptop and I created a partition on windows 10 that is half of my harddrive for linux.

I know that may seem a bit overkill for what I want to do, but what shall I do next?

Note: any linux distro I try to load through a CD won't work on my laptop and I will need that fixed unless there are better methods you have.

I am using a Sager Laptop w/ Intel I7-6700 & NVIDIA GTX 980. Really wish I can remember the model number, but I bought it in Dec 2015.

Sorry if this post seems confusing, I just want to figure out how to dual-boot linux with windows 10. Also, I want to set the partition I have on the HDD as a boot setting once I can fix this problem where distros won't load.
 
Old 12-21-2016, 04:14 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Quote:
Originally Posted by codwwe348 View Post
I have a laptop and I created a partition on windows 10 that is half of my harddrive for linux.
Don't create a partition for Linux, just leave the space unallocated.
Quote:
Note: any linux distro I try to load through a CD won't work on my laptop and I will need that fixed unless there are better methods you have.
What do you mean ?. Does the CD boot into Linux ok ?. Does the install appear to work if you try from the liveCD environment ?. Is it not rebooting into Linux ?.
 
Old 12-21-2016, 04:24 PM   #3
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
My space is unallocated, I just have it ready for when I want to install a distro.
The problem with the linux cd's are, they will load up the menu to try the linux distro, but after that, it just goes to a black screen with a flickering line and nothing happens.
I tried testing with Launch CSM on/off w/ Legacy, UEFI and both, and all end up the same.
 
Old 12-21-2016, 04:42 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Guess it's that video card then - try this as a test. At the selection screen on a Linux liveCD, get to the "add options" (could be simply hit the <tab> key) then add this to the end of the line
Code:
nouveau.modeset=0
See if that boots.
You'll probably need to get the proprietary driver installed, but I'll leave that to an nvidia user to advise.
 
Old 12-21-2016, 05:05 PM   #5
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
bodhi update: so expansive dvd drive is labeled a different name when launch csm is off and its showing graphics, but still loads forever, I didnt put on the command because I noticed it was doing something different.
sabayon update: It took longer than it would on my main pc. shows that black screen with flickering line. It autobooted before I could even type the command.
sabayon update 2: typed the command, seeing how its gonna work. (STILL NOTHING)

haven't tried with xubuntu in a while.

should I try to launch CSM with UEFI & LEGACY, or not?

Last edited by codwwe348; 12-21-2016 at 05:17 PM.
 
Old 12-24-2016, 08:28 PM   #6
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Try burning the ISO CD image to a USB stick and boot the stick in UEFI mode with secure boot off in BIOS settings, providing the distribution you chose supports it, I'm sure most do. It could just be a low end DVD drive or a low grade DVD or poor image burning software.

My MSI laptop has GTX970m graphics and there was no problem installing Debian testing off a USB stick, but to boot the new installation I had to add syg00's suggestion to the kernel boot option which I did via editing the /etc/default/grub file from rescue mode of the USB installer to have it boot to a desktop every boot till I got the Nvidia drivers installed.

From a linux system, be it a live system or installed, burn the ISO to USB with dd as such, replacing the path and the device in this command to reflect your setup:
Code:
dd if=/path/to/my/file.iso of=/dev/sdx bs=4MB
Also, many live versions of linux distributions will boot to a desktop with that hardware to which you can initialize an installation from within the live session.
 
Old 12-24-2016, 09:28 PM   #7
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Brains View Post
Try burning the ISO CD image to a USB stick and boot the stick in UEFI mode with secure boot off in BIOS settings, providing the distribution you chose supports it, I'm sure most do. It could just be a low end DVD drive or a low grade DVD or poor image burning software.

My MSI laptop has GTX970m graphics and there was no problem installing Debian testing off a USB stick, but to boot the new installation I had to add syg00's suggestion to the kernel boot option which I did via editing the /etc/default/grub file from rescue mode of the USB installer to have it boot to a desktop every boot till I got the Nvidia drivers installed.

From a linux system, be it a live system or installed, burn the ISO to USB with dd as such, replacing the path and the device in this command to reflect your setup:
Code:
dd if=/path/to/my/file.iso of=/dev/sdx bs=4MB
Also, many live versions of linux distributions will boot to a desktop with that hardware to which you can initialize an installation from within the live session.
Thanks man, I'll try it after my christmas party.
 
Old 12-25-2016, 07:16 AM   #8
stanvan
Member
 
Registered: May 2007
Posts: 123

Rep: Reputation: 50
Quote:
Originally Posted by codwwe348 View Post

should I try to launch CSM with UEFI & LEGACY, or not?
If you haven't made a System Recovery set (DVD or USB) for your Windows 10 yet, now would be a good time. Backing up any important files would be a good idea too.

Even distros that are UEFI-friendly do not always work easily because every manufacturer does UEFI differently. If setting UEFI boot works, use it. If not, use CSM (Legacy) boot.

You will also probably need to turn off Secure Boot and Fast Boot in the UEFI settings.
 
Old 12-25-2016, 08:55 AM   #9
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Save yourself a lot of trouble and get VirtualBox. (It's free, and backed by Oracle Corporation.) Use this virtual-machine monitor, on your existing host OS, to run whatever other operating system(s) you wish, on virtual machines.

No dual-booting, no de-stabilizing of your existing host OS (whatever it may be). Due to the presence of hardware support for virtualization in modern chips, there is essentially no speed penalty. (Modern OSes, including both Windows and Linux, can detect that they are running in virtual machines and adjust their behavior accordingly.)

Nearly everything on the Internet these days is running "in the cloud," and that probably means in a virtual machine.

Last edited by sundialsvcs; 12-25-2016 at 08:57 AM.
 
1 members found this post helpful.
Old 12-25-2016, 09:22 PM   #10
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
YEA for VBox! Might I add: OSboxes (JS tho) for PRE-installed! [.7z via GoogleDrive] .vdi's
?@sundialsvcs: my host is Atom N270 (no VT-x). Does that still have "essentially no speed penalty"?

Last edited by Jjanel; 12-25-2016 at 09:25 PM.
 
Old 12-31-2016, 11:30 AM   #11
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
should I try to launch CSM with UEFI & LEGACY, or not?
NOT!

If the laptop is booting windows 10 with UEFI and you do a second install in legacy mode it likely will also kill the windows install. I think this also applies should you do a second install in UEFI when the original was installed in legacy mode. This behavior is due to the major differences in the drive boot sector between the two modes (UEFI vs BIOS).

My advice, FWIW, is to allow the pc to boot and install as it was originally configured by the manufacturer. Change things at that level at your own risk.

Last edited by computersavvy; 12-31-2016 at 11:37 AM.
 
Old 12-31-2016, 11:47 AM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by sundialsvcs View Post
Save yourself a lot of trouble and get VirtualBox. (It's free, and backed by Oracle Corporation.) Use this virtual-machine monitor, on your existing host OS, to run whatever other operating system(s) you wish, on virtual machines.

No dual-booting, no de-stabilizing of your existing host OS (whatever it may be). Due to the presence of hardware support for virtualization in modern chips, there is essentially no speed penalty. (Modern OSes, including both Windows and Linux, can detect that they are running in virtual machines and adjust their behavior accordingly.)

Nearly everything on the Internet these days is running "in the cloud," and that probably means in a virtual machine.
Seems an awful waste of that NVIDIA 980 though. No modern gaming for starters.
 
Old 12-31-2016, 02:20 PM   #13
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by computersavvy View Post
NOT!

If the laptop is booting windows 10 with UEFI and you do a second install in legacy mode it likely will also kill the windows install. I think this also applies should you do a second install in UEFI when the original was installed in legacy mode. This behavior is due to the major differences in the drive boot sector between the two modes (UEFI vs BIOS).

My advice, FWIW, is to allow the pc to boot and install as it was originally configured by the manufacturer. Change things at that level at your own risk.
Alrighty, I will take your advice with that because I'm not the most intelligent with this stuff.
Maybe if I can somehow get it booting, I could create a partition and have linux as a dual-booting option on my laptop.
Should I install an OS to my USB stick and put it in my laptop to see if I can find it on the boot menu?
 
Old 01-01-2017, 11:31 PM   #14
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Yes, you can put the iso file on the usb stick as has previously been suggested then boot from that and do the install. A text mode install will avoid the video driver issue and the driver can then be fixed after the install is complete.

You should follow the earlier suggestions from syg00 and Brains to deal with the blank screen that was part of your original problem. You really need to find out exactly which video card is in that laptop so you can get and use the proper video driver for it.
 
Old 01-01-2017, 11:40 PM   #15
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by computersavvy View Post
Yes, you can put the iso file on the usb stick as has previously been suggested then boot from that and do the install. A text mode install will avoid the video driver issue and the driver can then be fixed after the install is complete.

You should follow the earlier suggestions from syg00 and Brains to deal with the blank screen that was part of your original problem. You really need to find out exactly which video card is in that laptop so you can get and use the proper video driver for it.
Alrighty, Thanks, I will look at this forum post through and try some suggestions out.
 
  


Reply

Tags
dual boot, linux, problem, windows



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommended Linux Cent OS laptop dual booting with Windows quintze Linux - Hardware 5 11-02-2016 04:56 PM
a problem about CentOS6.4 Windows 7 Dual Booting for my laptop fastjacksonmin Linux - Newbie 4 09-30-2013 07:27 PM
dual boot system booting in Redhat linux but not booting in Windows XP sumitra Linux - Newbie 3 03-24-2011 09:42 AM
Dual booting Windows XP with SuSe linux 9 on laptop puneetjain Linux - Newbie 2 01-13-2008 12:55 PM
Dual booting with Windows XP and Fedora Core 4 on laptop Nutcrack3r Linux - Laptop and Netbook 5 08-08-2006 02:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration