Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] installed Gentoo on SSD - no bootable device
Date: Fri, 05 Sep 2014 18:20:18
Message-Id: d4be6675-7e50-4a3a-985b-7e735f43c2cf@email.android.com
In Reply to: Re: [gentoo-user] installed Gentoo on SSD - no bootable device by Joseph
1 On 5 September 2014 19:55:49 CEST, Joseph <syscon780@×××××.com> wrote:
2 >On 09/05/14 14:11, Neil Bothwick wrote:
3 >>On Fri, 5 Sep 2014 07:06:27 -0600, Joseph wrote:
4 >>
5 >>> I made a typo my Bios is from around 2008 so it can not be EFI.
6 >>> So I need a "BIOS boot partition" which in my case is "/dev/sda1"
7 >but I
8 >>> don't need the /dev/sda2 - this is my 128M boot partition. My
9 >layout:
10 >>>
11 >>> Device Start End Size Type
12 >>> /dev/sda1 2048 6143 2M BIOS boot partition
13 >>> /dev/sda2 6144 268287 128M Linux filesystem
14 >>> /dev/sda3 268288 4462591 2G Linux swap
15 >>> /dev/sda4 4462592 937703054 445G Linux filesystem
16 >>>
17 >>> Can I combine sda1 and sda2? I mean delete both and create bigger
18 >sda1
19 >>> make it a BIOS boot partition and format it as ext2; install grub2
20 >on
21 >>> it.
22 >>
23 >>No you can't, read the previous posts. The BIOS boot partition is not
24 >the
25 >>same as /boot, it is a special partition needed for MBR compatibility
26 >and
27 >>nothing to do with the OS files. The partition layout you have is
28 >>suitable, don't mess with it except possibly to create a separate
29 >/home.
30 >>sda1 and 2 are fine as they are, don't break them.
31 >
32 >It seems to me my BIOS can not read GPT partition so what are my
33 >alternatives?
34 >I think I will have to format the SSD in MBR
35 >
36 >How to use fidsk to partition HD in MBR; by default fdisk is going to
37 >GPT.
38
39 fdisk can only do MBR partitioning.
40 gdisk does GPT partitioning and can add MBR compatibility.
41
42 With a disk of less them 2TB I wouldn't bother with GPT if you don't have an EFI mainboard. Do yourself a favour and partition the SSD as if it were a spinning disk.
43
44 --
45 Joost
46 --
47 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] installed Gentoo on SSD - no bootable device Joseph <syscon780@×××××.com>