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

Notices


Reply
  Search this Thread
Old 03-08-2016, 04:22 PM   #1
digimike212121
LQ Newbie
 
Registered: Mar 2016
Posts: 4

Rep: Reputation: Disabled
Cant access Windows 8.1 after Zorin OS 9 Install


I installed Zorin OS 9 alongside Windows 8.1. I can't boot into Windows 8.1. I am in Legacy mode and I believe the problem has to do with that, but I can't access the BIOS on my Sony laptop. I installed Zorin in Legacy and Windows 8.1 is in UEFI. This is my first attempt at Linux and any help to be able to access BIOS to switch it back to UEFI would be awesome.

Report from "Boot-Repair": http://paste2.org/zUJV7EU8
 
Old 03-08-2016, 04:56 PM   #2
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
Hi:

Try booting into Zorin and as root run this command.
Code:
sudo update-grub
Reboot and your Grub Menu should give you the option to boot into Zorin or Windows.
If you don't want to boot into Zorin than use the arrow key to move down to Windows highlighted and press Enter.

When I installed Ubuntu years ago I couldn't boot into Windows and updating grub did the trick.

-::-On my Sony Vaio I have to press 'F2' a few times as it's booting up to get into the BIOS.-::-
 
Old 03-08-2016, 04:59 PM   #3
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
Looking at the report you posted; Grub was installed to your first partition of the MBR (master boot record) on your Western Digital HDD; which is what you want. Your Linux partitions look good.

Let me know if updating Grub helps.

Last edited by Ztcoracat; 03-08-2016 at 05:05 PM.
 
Old 03-08-2016, 05:59 PM   #4
digimike212121
LQ Newbie
 
Registered: Mar 2016
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks for the quick reply!

That did not help. Here is a pic of the error I receive when I try to boot windows. I can boot into Zorin just fine. Pressing F2 does not work for me. I have pressed all the buttons to try and get into BIOS and it will not work.
Attached Thumbnails
Click image for larger version

Name:	IMG_0822.jpg
Views:	58
Size:	147.8 KB
ID:	21091  
 
Old 03-08-2016, 06:22 PM   #5
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
Sorry that didn't help.

Looking at the error:
Code:
The boot configuration data for your pc is missing or contains errors.
I think you need boot repair.

This link should help.
http://answers.microsoft.com/en-us/w...aaedab8?auth=1

https://www.youtube.com/watch?v=P_yF57tjfXI

If you don't have the Windows disks than you will need to create one.
 
Old 03-08-2016, 07:26 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Quote:
I installed Zorin in Legacy and Windows 8.1 is in UEFI
That's your problem. Mixing MBR and UEFI produces the result you have. Explained at the Ubuntu link below. Zorin is another Ubuntu derivative so the information should all apply. If you look at the link below, Section 5 discusses changing to UEFI. You will need boot repair.

https://help.ubuntu.com/community/UEFI

The last line of your boot repair suggests this.

Quote:
The boot of your PC is in Legacy mode. You may want to retry after changing it to EFI mode.
 
Old 03-08-2016, 08:30 PM   #7
digimike212121
LQ Newbie
 
Registered: Mar 2016
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks again!

I also believe that is the problem. I have been using boot repair and I am getting the error message to boot into EFI. I have no idea how to get into my BIOS. I think I can fix it once I am in BIOS. ...
 
Old 03-09-2016, 08:02 AM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Generally, upon the initial boot you will see the logo of the manufacturer and at the bottom it show say "press ?? key to enter setup. If you don't see that, do you have a manual for the laptop? Check that and if you do not have it, just do an online search for "Sony laptop" but specifiy the exact model of the laptop in your search. Several solutions at the link below. Check the last post at the site which seems to have the simplest solution.

https://community.sony.com/t5/VAIO-U...ive/td-p/60063
 
Old 03-09-2016, 09:33 PM   #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
On my Sony Vaio it's pressing F2 after the splash screen that says VAIO is large letters.
 
Old 03-10-2016, 12:01 AM   #10
digimike212121
LQ Newbie
 
Registered: Mar 2016
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks yancek!

I appreciate everyone's efforts. It looks like sometimes the easiest answer is the right one. I went on the link yancek posted and Sony Vaio laptop users have to hold down the assist button on the laptop. That is the only thing that worked. It was easy to switch to UEFI mode and boot right into Windows. Thanks again!
 
Old 03-10-2016, 07:19 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 digimike212121 View Post
I appreciate everyone's efforts. It looks like sometimes the easiest answer is the right one. I went on the link yancek posted and Sony Vaio laptop users have to hold down the assist button on the laptop. That is the only thing that worked. It was easy to switch to UEFI mode and boot right into Windows. Thanks again!
Glad to hear that the assist button worked for you.

I'll keep that in mind for the future.

Kindly, mark your thread SOLVED.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Zorin 9 Wireless Network access jhector Linux - Wireless Networking 3 03-08-2016 02:34 PM
I added Zorin 8.1 and now am unable to access my windows XP. Mac37 Linux - Newbie 1 04-14-2014 09:39 AM
LXer: Artyom Zorin on Zorin OS, the gateway to Linux for Windows users LXer Syndicated Linux News 0 04-23-2012 02:10 AM
installed zorin os my i phone tethering wireless does not connect to zorin walt8 Linux - Newbie 2 06-18-2010 05:54 AM
installed zorin os my i phone tethering wireless does not connect to zorin walt8 Linux - Newbie 1 06-18-2010 03:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zorin OS

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