LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-17-2015, 02:00 PM   #1
Roboto
Member
 
Registered: Dec 2013
Location: Toronto, Canada.
Distribution: Slackware, Ubuntu
Posts: 39

Rep: Reputation: Disabled
Windows 10 and Slackware Dualboot (bootloader issues)


I am trying to dualboot Windows 10 with Slackware 14.1

Apparently, some on the Slackware IRC channel say it can be done, but they do not exactly know how or were just lucky (or don't know how to explain it). However, when I install on a desktop, the bootloader keeps failing. Can someone please document how s/he gets a dualboot successfully working? What bootloader configurations are needed? One claimed that a small change was needed on the Windows side, but cannot remember what it is. I went into expert mode and tried '-P ignore table', '-P fix table' among other things.

I am sure I am not the only one with this issue. Come on you Slackware Jedi's, sharesies!
 
Old 10-17-2015, 02:21 PM   #2
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by Roboto View Post
Come on you Slackware Jedi's, sharesies!
Double boot with the dark side you must not.
 
Old 10-17-2015, 02:25 PM   #3
dutchy013
Member
 
Registered: Sep 2015
Location: Tilburg, NL
Distribution: Slackware current
Posts: 34

Rep: Reputation: Disabled
I erased Windows 8.1 and installed a normal MBR. I now have a lightning fast Slackware 14.2 Core i3 machine....

here are full instructions on your install medium in ftp://ftp.belnet.be/mirrors/ftp.slac...EADME_UEFI.TXT but that didn't work for me.

So I did it my way: http://fruttenboel.verhoeven272.nl/linux/lenog5080.html

I paid the tax and now the computer is mine.
 
Old 10-17-2015, 04:29 PM   #4
zrdc28
Member
 
Registered: Dec 2007
Location: Alabama USA
Distribution: Slackware current
Posts: 309

Rep: Reputation: 55
If windows 10 is already installed just split the partician, install slackware and let lilo automatically install the boot loader. reboot and enjoy.
 
Old 10-17-2015, 04:51 PM   #5
Smokey_justme
Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 534

Rep: Reputation: 203Reputation: 203Reputation: 203
Works out of the box... So please include some more details about what fails for you...
 
Old 10-17-2015, 04:56 PM   #6
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Rep: Reputation: Disabled
I'm not using dualboot with Windows but think that it can be done by editing your lilo.conf. Maybe this thread can be helpful.
 
Old 10-17-2015, 05:26 PM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
If you're using UEFI, disable Secure Boot, then just install normally and it will set up eLILO for you.

You should have at least the following partition layout:

/(root) - any journaled file system will work.
/boot - at least ext2. 100MB is fine.
/boot/efi - atypical 100MB FAT32(EF00) partition.
swap - 1.5x to 2x your RAM size up to 8 GB.

Let your Windows NTFS partition get automounted without an fstab entry.

If you can't get secure boot disabled, try this method:

http://www.linuxquestions.org/questi...ed-4175532990/

Last edited by ReaperX7; 10-17-2015 at 05:33 PM.
 
Old 10-18-2015, 06:40 AM   #8
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,067

Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
You should have at least the following partition layout:

/(root) - any journaled file system will work.
/boot - at least ext2. 100MB is fine.
/boot/efi - atypical 100MB FAT32(EF00) partition.
swap - 1.5x to 2x your RAM size up to 8 GB.
A /boot ext2 partition is generally useless, a swap partition is not always necessary depending on amount of RAM and usage (e.g. hibernation or not)

What is needed in all cases is:
  • One partition type EFI (type ef00)
  • One partition for / (type Linux)
But the first question is: can you disable Secure Boot?

I ask because if you can't disable Secure Boot you will have to provide a signed EFI image that Slackware doesn't ship, so some preparation is needed, see for instance The rEFInd Boot Manager: Managing Secure Boot by Roderick W. Smith.

As a reminder the Microsoft policy with OEM is :
  • If the machine was upgraded to Windows 10 then Secure Boot may[1] be disabled.
  • If the machine was shipped with Windows 10 preinstalled then disabling Secure Boot should not be allowed.
Also, if you have Windows 10 with Secure Boot disabled the Slackware64-14.1 installer can probably just re-use the existing EFI partition if there is enough room there thus you don't have to add one (but I couldn't try as I don't have such a configuration).

In any case I remind that only the 64-bit edition of Slackware version 14.1 can boot with an EFI firmware.

[1]But that it really can be disabled is up to the OEM IIRC. Not sure about that though.

Last edited by Didier Spaier; 10-18-2015 at 07:19 AM.
 
Old 10-18-2015, 06:49 AM   #9
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
Quote:
I paid the tax and now the computer is mine.
...or so you think...
 
Old 10-18-2015, 08:19 AM   #10
dutchy013
Member
 
Registered: Sep 2015
Location: Tilburg, NL
Distribution: Slackware current
Posts: 34

Rep: Reputation: Disabled
Quote:
Originally Posted by gauchao View Post
...or so you think...
If you have a Lenovo, HP or Acer, the computer is yours, period. If you have another brand, which likes to walk on the leash of microsoft, you're gonna have a hard time. I chose for Lenovo or HP (I got a G50) and all traces of Windows have been eradicated and I am pretty sure MS will not bother me ever again.

If, on the other hand, you have a dual boot, windows may erase part of your system. It has access to the UEFI section so erasing the Linux entries is possible. It's just a matter of time until MS will start doing this.
 
Old 10-18-2015, 08:51 AM   #11
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,067

Rep: Reputation: Disabled
The OP clearly stated "Windows 10 and Slackware Dualboot", so please stay on topic: that's his or her choice.
 
Old 10-18-2015, 09:46 AM   #12
Smokey_justme
Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 534

Rep: Reputation: 203Reputation: 203Reputation: 203
Didier: Doesn't Microsoft say that any PC should have an option to disable Secure boot and only ARMs should enforce secure boot?
 
Old 10-18-2015, 10:11 AM   #13
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Quote:
Originally Posted by Smokey_justme View Post
Didier: Doesn't Microsoft say that any PC should have an option to disable Secure boot and only ARMs should enforce secure boot?
I'll inject into this:

Windows 8 had the mandate of keeping Secure Boot optional on non-ARM.

Windows 10 has a mandate Secure Boot be mandatory on all PCs.

A few OEMs have made this switch, and a few have removed the UEFI Legacy BIOS option.
 
Old 10-18-2015, 10:16 AM   #14
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Smokey_justme View Post
Didier: Doesn't Microsoft say that any PC should have an option to disable Secure boot and only ARMs should enforce secure boot?
In March, there was a story that Microsoft would drop that OEM requirement for Windows 10: http://arstechnica.com/information-t...out-a-reality/

---------- Post added 18th Oct 2015 at 17:17 ----------

Quote:
Originally Posted by ReaperX7 View Post
Windows 10 has a mandate Secure Boot be mandatory on all PCs.
Source please.
 
Old 10-18-2015, 10:54 AM   #15
schmatzler
Member
 
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411

Rep: Reputation: 181Reputation: 181
Quote:
Originally Posted by dutchy013 View Post
If you have a Lenovo, HP or Acer, the computer is yours, period. If you have another brand, which likes to walk on the leash of microsoft, you're gonna have a hard time.
Well, Lenovo has started to put rootkits into their BIOS (and has previously put Superfish preinstalled on Windows machines).

I have no reason to trust them more than other companies. They're all in the same business and Lenovo machines are certainly not "mine".
 
  


Reply



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
Duel boot Windows 7 and Fedora 20, bootloader issues Gflex Fedora 6 11-11-2014 03:07 PM
Windows 7 + Slackware 14.1 dualboot SSD OwlBig Slackware 6 01-21-2014 12:55 PM
hopeless... dualboot slackware + windows xp kleer Linux - Newbie 15 12-28-2004 08:48 PM
Dualboot to GRUB with XP bootloader? TheMask Linux - Newbie 2 06-18-2004 03:14 PM
slackware 7.1/Windows XP dualboot probs Ax3 Linux - General 4 04-12-2004 01:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:33 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