- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Wanted to install Linux alongside Windows-8 (UEFI)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 12:51 AM
11-27-2012 12:51 AM
Wanted to install Linux alongside Windows-8 (UEFI)
I have HP pavilion 23 all in one PC., which came with Windows-8 pre-installed. I now want to install Linux alongside W-8. Any suggestions for Linux distribution with UEFI support?
Thanks
B.W. Gore
- Tags:
- EFI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 08:58 AM - edited 11-27-2012 09:02 AM
11-27-2012 08:58 AM - edited 11-27-2012 09:02 AM
Re: Wanted to install Linux alongside Windows-8 (UEFI)
When I try to boot from Linux-DVD, the BIOS does not allow system to be booted from DVD in EFI mode. It always assumes legacy (non-EFI) mode for DVD boot. Hence, I am unable to install & boot into linux.
The error message thrown is:
ERROR: No boot disk has been detected or the disk has failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 12:44 PM
11-27-2012 12:44 PM
Re: Wanted to install Linux alongside Windows-8 (UEFI)
Not all Linux distributions have EFI-bootable installation DVDs yet. Fortunately, the legacy boot method usually works too.
Booting the installation DVD in traditional mode does not prevent you from setting up the Linux installation to boot in UEFI mode. It just means you must be careful with the installer and possibly perform some manual configuration steps.
You must tell the installer to NOT overwrite the Windows partitions and NOT install a legacy boot loader to the Master Boot Record. Luckily, the UEFI boot implies the system disk uses GPT partition table format instead of the legacy PC partition table, so the ancient restriction of only 4 primary partitions per disk will not apply.
If the installer sees just one partition that fills the entire system disk, stop: this is probably the UEFI placeholder MBR, and it indicates the partitioner component of the installer does not understand GPT. In that case, pick a newer Linux distribution with GPT support included in the installer. When viewing a system disk of a UEFI system with Windows already installed, you should see at least three partitions: the UEFI system partition, the Microsoft Reserved Partition (about 200 MB) and the actual Windows partition.
Installing the legacy Linux boot loader to the beginning of the Linux /boot partition is acceptable, although not very EFI-like. However, this might be the easiest way to make it work with Windows 8.
Another alternative would be installing a UEFI-based Linux bootloader and using the facilities of the UEFI BIOS to choose which OS to boot, if your system has a reasonably complete UEFI implementation. Either make sure the installer detects the UEFI system partition and installs an appropriate UEFI boot loader automatically, or install the UEFI boot loader manually.
(If you want to dual-boot with Windows 8 and maintain the Secure Boot functionality, it is likely that some manual operations are needed anyway.)
Here is an example on using a traditional Linux boot loader with Windows 8, by chain-loading it from the Windows bootloader. This preserves the ability to use Bitlocker in Windows, as the Windows boot sequence will still be "secure":
https://stomp.colorado.edu/blog/blog/2011/12/05/on-dual-booting-tpm-linux-windows-and-bitlocker/