LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 02-23-2016, 09:35 AM   #1
z99
Member
 
Registered: Aug 2009
Location: Iran-Sari
Distribution: CentOS,Fedora,Slitaz
Posts: 136

Rep: Reputation: 20
Unable to install centos 7 with win 10


hello,
laptop asuspro 2520j.
i have 1 TB hdd,with one primary and extended partition + 40 GB of free space,
first i install win 10,my current drive is MBR.
then i try to install the centos 7 64bit-1511,i choose the automatic partitioning but when it tires to create the /boot/efi, an error popup,
“an unknown error has occurred”
file usr/lib/pyton2.7/site-packages/blivet anaconda ...
......
....

i tried the manual partitioning,it was not successful.
so what should i do !
thanks in advance.
 
Old 02-23-2016, 08:26 PM   #2
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
fwiw, I recently installed centos7.2 as a dual boot with windows 10 secure boot on a celeron-based micro desktop, and had no problems. It seems to me I manually did the partitioning during the install, maybe there is something with auto partitioning.
 
Old 02-23-2016, 11:04 PM   #3
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Hold everything, z99. If your drive is MBR, then Win 10 is installed in MBR/msdos/Legacy/CSM mode. Trust me, if that is true, you do not want to install a second OS in UEFI mode - that will not work.
First, verify the mode of Windows 10 -
Boot into Windows and check using these instructions -
Press the Windows + R keys to open the Run dialog, type msinfo32, and press Enter.
In the right pane of System Summary in System Information, see if the BIOS Mode value says Legacy or UEFI.


Post the result so that you can get the correct instructions.

Last edited by TxLonghorn; 02-23-2016 at 11:05 PM.
 
1 members found this post helpful.
Old 02-24-2016, 12:53 AM   #4
z99
Member
 
Registered: Aug 2009
Location: Iran-Sari
Distribution: CentOS,Fedora,Slitaz
Posts: 136

Original Poster
Rep: Reputation: 20
Hi thanks for helping,
bios mode is legacy,
so should i create partitions with win 10 media installation !
 
Old 02-24-2016, 06:45 AM   #5
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by z99 View Post
Hi thanks for helping,
bios mode is legacy,
so should i create partitions with win 10 media installation !
That is good. As I said, with Windows in Legacy mode, linux should be installed in Legacy mode also - not UEFI.
No, you should not create partitions for linux using Windows 10. You should leave unused (unallocated) space, and then create your linux partitions with the gparted program, or with the installation program.
You have your computer's boot settings wrong - the installation DVD or USB is booting in UEFI mode. That is not good.
Change your computer's boot settings to boot centos in Legacy (CSM) mode.
Verify that you have booted in Legacy mode with the command:
Code:
[ -d /sys/firmware/efi ] && echo "Currently in EFI mode" || echo "Currently in Legacy mode"
This tutorial can be applied to Windows 10, as well as Windows 7
Dual boot: Windows 7 and CentOS 7 - Tutorial
 
Old 02-24-2016, 07:16 AM   #6
z99
Member
 
Registered: Aug 2009
Location: Iran-Sari
Distribution: CentOS,Fedora,Slitaz
Posts: 136

Original Poster
Rep: Reputation: 20
Thanks @TxLonghorn,
i have booted centos 7 in legacy mode too,but it couldn't create partition.
i think the better way is to create partition in a gpt file system with windows 10,and then install centos,
so what do you think ? is this a good way !
if so,how can i create gpt file system !
 
Old 02-24-2016, 07:54 AM   #7
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by z99 View Post
Thanks @TxLonghorn,
i have booted centos 7 in legacy mode too,but it couldn't create partition.
i think the better way is to create partition in a gpt file system with windows 10,and then install centos,
so what do you think ? is this a good way !
if so,how can i create gpt file system !
You can create a GPT partition table using the gparted program. Click on the Device menu in gparted > Partition table.
That will require you to re-install Windows 10 after you do that, and then install centos in UEFI mode.
That is a lot of work. Why do you want to switch to GPT?

Last edited by TxLonghorn; 02-24-2016 at 07:55 AM.
 
Old 02-24-2016, 10:47 AM   #8
z99
Member
 
Registered: Aug 2009
Location: Iran-Sari
Distribution: CentOS,Fedora,Slitaz
Posts: 136

Original Poster
Rep: Reputation: 20
because when i installed linux in legacy mode,i had the same problem,couldn't create partition,
so is should fire up GPARTED then Click on the menu item Device and select Create Partition Table,choose GPT,
then create a partition for windows and a free space to install linux later.
is this ok !
 
Old 02-24-2016, 11:31 AM   #9
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by z99 View Post
because when i installed linux in legacy mode,i had the same problem,couldn't create partition,
so is should fire up GPARTED then Click on the menu item Device and select Create Partition Table,choose GPT,
then create a partition for windows and a free space to install linux later.
is this ok !
That is correct for a switch to GPT partitioning and UEFI installation.
However, the way to create more partitions using a msdos partition table is to create an extended partition, which can contain several logical partitions.
This allows you to create all the linux partitions you want.
https://help.ubuntu.com/community/Ho...itioningBasics

Last edited by TxLonghorn; 02-24-2016 at 11:35 AM.
 
Old 02-25-2016, 02:50 AM   #10
z99
Member
 
Registered: Aug 2009
Location: Iran-Sari
Distribution: CentOS,Fedora,Slitaz
Posts: 136

Original Poster
Rep: Reputation: 20
Solved
the problem was with the ISO of win 10,i download another one and create a bootable flash disk with Rufus http://www.windowscentral.com/how-cr...b-installation,and then create my partitions with windows during installation plus a free space for Linux,and everything is okay.
thanks for helping.
 
  


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
Win 7 failed after Install Mint 14 beside win 7 on HP pavillion dv6 6091 saeedit Linux - Laptop and Netbook 9 04-17-2013 02:54 PM
[CetOS server] Multiple problems ulkoma Linux - Newbie 4 09-28-2012 08:49 PM
Some commands not running in primary nameserver using cetos 5.6 SarahGurung Linux - Newbie 16 10-17-2011 06:56 AM
qt4 designer not starting on Cetos 5 tomtom1 Linux - Software 2 06-22-2011 01:40 AM
unable to install ubuntu/win 7 Brianret Linux - Newbie 5 10-27-2010 06:32 AM

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

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