Installing Debian on Drives Larger Than 2 TB

The following tutorial requires a motherboard that is EFI compatible (most boards since 2012 are EFI compatible). Typically when installing the operating system on a drive larger than 2 TB, the server does not end up booting and just sits at a black screen with a blinking cursor. To fix this, re-install the entire system following these directions:

  1. When the installer asks for a partitioning scheme, select the Manual Partitioning option.
  2. Create a partition that is 1 MB in size.
  3. Set the new partition type as "BIOS boot partition"
  4. Configure the rest of the partitions as you would do normally.
  5. Once the installation completes, the system should now boot up.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Update CentOS 7, Ubuntu 16.04, and Debian 8

When setting up a new Linux server, updating the system's Kernel and other packages to the latest...

Simple Mailserver With Postfix, Dovecot, And Sieve On Debian 7

The following tutorial describes how to set up a simple mailserver using Postfix as MTA, Dovecot...

Setup Your Own Private Network With OpenVPN

AKLWEB Host offers you awesome private network connectivity for servers running at the same...

Setup File Mirroring Using Rsync in Debian/Ubuntu

Introduction If you run a critical website, it is a good practice to mirror your files to a...

Setup PPP VPN on Debian/Ubuntu

Install Packages Install the pptpd package on your VPS with the following command: apt-get...