LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-14-2017, 01:46 PM   #1
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Rep: Reputation: Disabled
change boot order in windows 8.1


I have been trying to change the boot order so I can dual boot. I have a nice laptop and I never use it because I rarely need windows but there are a couple of applications I can't get rid of. It's a dell inspiron and I can access system bios but nowhere can I find how to change the boot order. I even tried to follow this tutorial http://www.thewindowsclub.com/access...gs-windows-8-1 but my laptop isn't set up that way. Any suggestions?

Last edited by bsth123; 04-14-2017 at 01:49 PM.
 
Old 04-14-2017, 03:50 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Dual boot what? You only mention having windows and posted a link to a discussion of windows 8. Is that what you have? If you have another OS installed, what is it? Also, which bootloader are you using? If you are using windows 8 or 10, you can change what boots first or last from bcdedit from windows powershell as administrator. You should be able to find a lot of tutorials and instructions on modifying the boot order with bcdedit with google.

If you aren't using the windows bootloader, you need to post some details.

Last edited by yancek; 04-14-2017 at 03:52 PM.
 
Old 04-14-2017, 04:53 PM   #3
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
I haven't installed any other bootloader. The only thing on it right now is windows but i want to install one of the distros on it (not sure which). I'll try bcdedit. I read up on it and it should do the trick. Thanks. Anything else I need to know? I use gparted live for partitioning and I know windows has to be installed first so I should be okay there. Sorry to sound stupid but even though I haven't been using linux that long I know a lot more about it than I do windows. I even installed freebsd on a computer with windows 7 (I wiped it) and it worked great. Thanks for the info.

Last edited by bsth123; 04-14-2017 at 04:55 PM.
 
Old 04-14-2017, 05:24 PM   #4
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
If all you have on the HDD is Windows, unless you can't boot from a DVD drive or USB flash drive, you shouldn't have to worry about the boot order. Installing most Linux distros will offer the option of installing a bootloader (typically GRUB) which can boot the Linux distro or the Windows loader.
 
Old 04-14-2017, 06:12 PM   #5
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
You can use bcdedit to put multiple entries on it's boot menu including an entry to boot some Linux distribution. Of course you can't do this until you have some Linux distribution actually installed and it's a somewhat convoluted process. Using the Linux Grub bootloader is going to be much easier than using bcdedit.

One thing I would suggest you do is verify whether your windows 8 is using UEFI which is the default if it was pre-installed. The method of booting will be very different so you might want to do an online search for dual-booting windows with whatever Linux you decided on using UEFI.
 
Old 04-15-2017, 05:34 AM   #6
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
It definitely uses uefi. I guess it's back to googling for me. Thanks for the info,
 
Old 04-15-2017, 06:22 AM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
bsth123,

Make sure that you have made a backup of W8.1 first and then read this dual-boot guide or a similar one:

http://www.dedoimedo.com/computers/d...-8-ubuntu.html
 
Old 04-15-2017, 06:48 AM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
I think the OP actually wants a boot option screen so s?he can boot from a Linux install media - USB say.
I haven't found a machine where that can't be done easily - so long as you are quick. Take note of any vendor splash screen that might pop up for keys to use - say <F9> or <F12>, maybe <Esc>. If you miss it, reboot immediately. As soon as the screen goes bank after the power-on, hit the right key - if unsure, go through them all; <Del>, <Pg-up>, everything ...

And UEFI is fantastic - ignore all the horror stories.
 
1 members found this post helpful.
Old 04-15-2017, 10:44 AM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Once you have Linux installed alongside your Windows 8 you can change the boot order by editing the /etc/default/grub file and change the default number.
 
Old 04-15-2017, 01:15 PM   #10
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
I tried what was listed and I couldn't get anything to work and then I discovered that if I hit F12 I could change my boot order. I started installing slackware and so far so good. The only problem is slack uses lilo so I have to read up on it. I'll put debian on my new computer and probably arch. I also have FreeBSD, kubuntu on a notebook and a chromebook. I'm really learning a lot!

Thanks!
 
Old 04-15-2017, 01:39 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by bsth123 View Post
I tried what was listed and I couldn't get anything to work and then I discovered that if I hit F12 I could change my boot order. I started installing slackware and so far so good. The only problem is slack uses lilo so I have to read up on it. I'll put debian on my new computer and probably arch. I also have FreeBSD, kubuntu on a notebook and a chromebook. I'm really learning a lot!

Thanks!
Sounds like you have been busy.

Enjoy your Linux.
 
Old 04-15-2017, 02:49 PM   #12
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Sounds like you have been busy.

Enjoy your Linux.
I'm just getting started. My goal is to eventually know enough to install LFS
 
1 members found this post helpful.
Old 04-15-2017, 03:58 PM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by bsth123 View Post
I'm just getting started. My goal is to eventually know enough to install LFS
LFS is complex but the documentation is good!

Good Luck to you.

Don't forget to mark your thread solved.
 
Old 04-16-2017, 09:06 AM   #14
bsth123
Member
 
Registered: Feb 2017
Distribution: Kubuntu, Debian, FreeBSD
Posts: 195

Original Poster
Rep: Reputation: Disabled
I've read some of the documentation and it's pretty complex. it's going to be a while before I'm ready. I'm going to need a lot of good wishes. Thanks!
 
Old 04-17-2017, 02:52 AM   #15
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
+1 #8 tho I let 'them' scare me into hiding in VirtualBox on M$WinX
Great to hear your success in #10!
Here's my tiny alternative to LFS 'learning from the bottom up' idea:
build a minimal linux! Sounds like a 1day'er but I haven't tried it YET
I enjoy the prebuilt .iso in VBox: kernel + init=/bin/sh=busybox boggles the mind!

Take you time & ENJOY! Best wishes!
 
  


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
LXer: How To Change Boot Order/Set Default Boot OS In Ubuntu 14.10/15.04 / Linux Mint Or Other Deriv LXer Syndicated Linux News 0 08-30-2015 04:31 PM
How to Change Grub Boot Order "On Demand" (from running Windows) afgcons Ubuntu 4 07-07-2014 07:34 AM
I have Linux Mint 14.1 Nadia x64 and Windows 7 Ult---How do I Change Boot order? cowboy5709 Linux - Newbie 15 10-16-2013 10:56 AM
Need to change DEBIAN 5.0 & WINDOWS 2k/xp boot order on GRUB PC caf Debian 2 04-14-2009 12:27 PM
Have to change boot order in BIOS to boot ubuntu/winxp Minn3h Linux - Software 7 04-01-2006 05:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:44 AM.

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