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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-19-2015, 03:08 PM
|
#1
|
LQ Newbie
Registered: Jan 2015
Posts: 2
Rep:
|
Booting to Linux on a win8 UEFI PC
Booting to CentOS Linux problem. I have an HP desktop PC with an AMD CPU and win8.1 installed on it with UEFI as the boot process. The CentOS7 DVD indicates that I have installed the CentOS successfully. When I boot the PC it does take me to a menu offering CentOS and Win8. Win 8 will boot correctly. However, when I try to boot to CentOS I get a screen that says “Kernel not found”. The boot loading process continues until it ultimately brings up a terminal login screen. When I try to login with my password and usr name it tells me that they are wrong. I suspect the Kernel not found is the real problem but I can't get into the CentOS program to see if GRUB or any of the other programs are missing or defective. So far I have not disabled the UEFI since I didn't think I needed to. Any suggestions?
|
|
|
01-20-2015, 08:09 AM
|
#2
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,027
|
Can you boot the CentOS DVD or any Linux Live CD and go to the site below to download and run the bootinfoscript? You need to run it on a Linux system and it will provide details on boot files/partitions and other related information in a results.txt script which you can post here. I don't use UEFI or CentOS but, from what I have read it creates problems if both systems are not UEFI. If you installed CentOS in UEFI and have its efi files on the efi partition then it would be something else. I've also read posts about restrictions that are specific to newer HP computers with windows and efi so you might take a look at the various options in the BIOS.
|
|
|
01-20-2015, 09:56 AM
|
#3
|
Member
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Rep:
|
Quote:
Originally Posted by smokey2014
Booting to CentOS Linux problem. I have an HP desktop PC with an AMD CPU and win8.1 installed on it with UEFI as the boot process. The CentOS7 DVD indicates that I have installed the CentOS successfully. When I boot the PC it does take me to a menu offering CentOS and Win8. Win 8 will boot correctly. However, when I try to boot to CentOS I get a screen that says “Kernel not found”. The boot loading process continues until it ultimately brings up a terminal login screen. When I try to login with my password and usr name it tells me that they are wrong. I suspect the Kernel not found is the real problem but I can't get into the CentOS program to see if GRUB or any of the other programs are missing or defective. So far I have not disabled the UEFI since I didn't think I needed to. Any suggestions?
|
I assume you're running CentOS 6.5? It's the only scenario that would make sense from what I read on the CentOS wiki.
|
|
|
01-20-2015, 10:52 AM
|
#4
|
Member
Registered: Dec 2005
Location: India
Distribution: centos
Posts: 178
Rep:
|
Disable the safeboot option in bios settings.
|
|
|
01-20-2015, 05:16 PM
|
#5
|
Moderator
Registered: Mar 2008
Posts: 22,177
|
Centos 7 is reported to work without disabling anything. http://wiki.centos.org/HowTos/UEFI Some uefi may not be standard.
I'd look at the fedora pages maybe for clues as to what is going on. I assume that what you say is Grub is saying it can't find kernel.
|
|
|
01-21-2015, 11:29 PM
|
#6
|
Member
Registered: Jan 2014
Location: Gulf Coast, USA
Distribution: Xubuntu
Posts: 51
Rep:
|
It sounds like installing Linux dual boot on Windows 8.1 with UEFI is still problematic? I went through hell about 9 months ago trying to install it on my new ASUS laptop. I finally gave up and went back to an old Dell Optiplex with BIOS.
It would be good to find a good step by step process for doing it. I would consider switching Linux distros, for one compatible with UEFI, with comprehensive instructions on how to do it.
|
|
|
01-22-2015, 11:45 AM
|
#7
|
LQ Newbie
Registered: Jan 2015
Posts: 2
Original Poster
Rep:
|
Booting to CentOS Linux problem
All
My apologies to all. When I typed my CentOS log in problem about a WIN8 UEFI desktop, I inadvertently typed in that during the boot process the screen showed "No kernel found". Actually the screen showed "No controller found". It is not clear to me exactly what the controller does in CentOS.
As for the comment about "some UEFI not being standard". This is one thing that concerns me because this desktop has an AMD CPU, not an Intel, plus I know HP has modified the MS WIN8 on this PC. I have however upgraded to Win8.1
The CentOS version is 7.0-1406-x86_64. The write up on this version of CentOS states that it is designed for use with UEFI and in fact it was the only Linux Distro I have tried that actually went into the install process and did appear to install. Ubuntu 14.04 which also has UEFI capability built into it hangs everytime during the install process.
Lastly, some added info. I have been able to get to the GRUB cursor but no GRUB commands are recognized.
Bob
|
|
|
01-22-2015, 01:30 PM
|
#8
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647
|
Microsoft's " secureboot" is a version of"UEFI "
but NOT any standard version , a mangled thing to stop other operating systems from booting ( about the only thing it is GOOD at)
add to that that different manufactures use DIFFERENT versions of this "thing"
there will be problems
disable it
|
|
|
01-22-2015, 01:45 PM
|
#9
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,027
|
http://sourceforge.net/projects/bootinfoscript/
The link above is to the bootinfoscript site which I referred to in my earlier post and then forgot to post the link. If you can boot your CentOS medium and download and run the script per the instructions in the link in the Description box on that page, you can post the results here and someone might be able to help.
So your windows 8.1 is using UEFI, correct? Then you need to install CentOS in UEFI. Did you do that or did you have that option?
What grub commands did you try?
Also, I have read on other sites that HP has made some modifications which apparently make it more difficult to use non-windows systems. I don't use UEFI on my HP so can't verify that.
|
|
1 members found this post helpful.
|
01-22-2015, 10:48 PM
|
#10
|
Moderator
Registered: Mar 2008
Posts: 22,177
|
|
|
|
All times are GMT -5. The time now is 03:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|