From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2BBA513877A for ; Fri, 5 Sep 2014 13:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAD24E0AAE; Fri, 5 Sep 2014 13:06:18 +0000 (UTC) Received: from mail142c7.megamailservers.com (mail111c7-2520.megamailservers.com [69.49.98.21]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9784FE0A0B for ; Fri, 5 Sep 2014 13:06:17 +0000 (UTC) X-POP-User: admin@sys-concept.com X-VIP: 69.49.109.100 Received: from syscon7.localdomain (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail142c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id s85D6FSH003855 for ; Fri, 5 Sep 2014 09:06:16 -0400 Received: by syscon7.localdomain (Postfix, from userid 1000) id 2D48820027E; Fri, 5 Sep 2014 07:06:27 -0600 (MDT) Date: Fri, 5 Sep 2014 07:06:27 -0600 From: Joseph To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] installed Gentoo on SSD - no bootable device Message-ID: <20140905130627.GE7971@syscon7> References: <20140905001746.GI7483@syscon7> <20140905003621.GJ7483@syscon7> <540922BF.4090708@gmail.com> <20140905034614.GB7971@syscon7> <20140905090442.6167a914@digimed.co.uk> <20140905123700.GD7971@syscon7> <20140905134424.7b94d5e5@hactar.digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20140905134424.7b94d5e5@hactar.digimed.co.uk> User-Agent: Mutt/1.5.22 (2013-10-16) X-CTCH-RefID: str=0001.0A020204.5409B548.01E9,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=aZZYw3Yt c=1 sm=1 tr=0 a=C3ZDv51cNVt4vJz/79I2xQ==:117 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=SDcUNfBxAAAA:8 a=BDKbP5mgAAAA:8 a=Unq3plm5DvEA:10 a=M1kyBYkWWGkA:10 a=t13s2OSXYqYA:10 a=ROiWby8cJu4A:10 a=nDghuxUhq_wA:10 a=8nJEP1OIZ-IA:10 a=pGLkceISAAAA:8 a=pBq9GbdAAnZskhUUkzkA:9 a=wPNLvfGTeEIA:10 X-Archives-Salt: 2bf16fe9-b564-4841-a11f-ee8e5f8cd57b X-Archives-Hash: 58335b1b6d3f8d308dfa09aaff2dc62a On 09/05/14 13:44, Neil Bothwick wrote: >On Fri, 5 Sep 2014 06:37:00 -0600, Joseph wrote: > >> My BIOS if from 1998 I think so it is not EFI. >> I don't think I'm suppose to be doing this EFI. >> >> "...UEFI (~EFI) is a firmware interface that is widespread on recent >> computers, especially those more recent than 2010. It is intended to >> replace the traditional BIOS firmware interface that is prevalent on >> earlier machines. " >> >> So think I should scrap the partition sda1 and sda2 and combine them >> into one partition and install grub (not grub2). > >You need the BIOS boot partition, as described in the other thread, if >you are using a GPT partition table (and you should). I've no idea >whether legacy GRUB will handle this, but there's no point in starting >with dead software. Keep the BIOS boot partition and use GRUB2 but ignore >any advice referring to EFI. [snip] I made a typo my Bios is from around 2008 so it can not be EFI. So I need a "BIOS boot partition" which in my case is "/dev/sda1" but I don't need the /dev/sda2 - this is my 128M boot partition. My layout: Device Start End Size Type /dev/sda1 2048 6143 2M BIOS boot partition /dev/sda2 6144 268287 128M Linux filesystem /dev/sda3 268288 4462591 2G Linux swap /dev/sda4 4462592 937703054 445G Linux filesystem Can I combine sda1 and sda2? I mean delete both and create bigger sda1 make it a BIOS boot partition and format it as ext2; install grub2 on it. -- Joseph