From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-158355-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id CACFE13877A
	for <garchives@archives.gentoo.org>; Fri,  5 Sep 2014 00:17:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D8A9EE08BB;
	Fri,  5 Sep 2014 00:17:41 +0000 (UTC)
Received: from mail146c7.megamailservers.com (mail768.megamailservers.com [69.49.98.78])
	(using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C1D83E0853
	for <gentoo-user@lists.gentoo.org>; Fri,  5 Sep 2014 00:17:40 +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 mail146c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id s850HcPO019942
	for <gentoo-user@lists.gentoo.org>; Thu, 4 Sep 2014 20:17:39 -0400
Received: by syscon7.localdomain (Postfix, from userid 1000)
	id B21FF200279; Thu,  4 Sep 2014 18:17:46 -0600 (MDT)
Date: Thu, 4 Sep 2014 18:17:46 -0600
From: Joseph <syscon780@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] installed Gentoo on SSD - no bootable device 
Message-ID: <20140905001746.GI7483@syscon7>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
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
User-Agent: Mutt/1.5.22 (2013-10-16)
X-CTCH-RefID: str=0001.0A020203.54090123.0160,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=Tqzf2lnh 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=5ahrQQbZuV4A:10 a=xxhCVxjNv3EA:10
	a=nDghuxUhq_wA:10 a=8nJEP1OIZ-IA:10 a=pGLkceISAAAA:8
	a=AiOGhwdLdKzGktqRuQUA:9 a=wPNLvfGTeEIA:10
X-Archives-Salt: 22f12d94-4335-4527-91e4-c43983b0c355
X-Archives-Hash: 7277fa288f6728935050753c7cf7e1d3

I just installed gentoo on my new SSD (intel 480GB drive SSDSC2BF-480H501)

I mostly was installing everything over ssh (easier) and using grub2 but upon rebooting I get:

"No bootable device - Insert boot disk and press any key"

I boot strap to my system:

# swapon /dev/sda3
# mount -t ext4 /dev/sda4 /mnt/gentoo
# mount /dev/sda2 /mnt/gentoo/boot
# cd /mnt/gentoo
# mount -t proc none /mnt/gentoo/proc
# mount --rbind /dev /mnt/gentoo/dev 
# chroot /mnt/gentoo /bin/bash
# env-update
# source /etc/profile

If boot strap and try to start ssh I and get a warning (and can not login)

"You attempting to run an openrc service on a system which openrc did not boot
..."
I can ssh to the system before I boot I bootstrap

My partition:
fdisk -l /dev/sda

Disk /dev/sda: 447.1 GiB, 480103981056 bytes, 937703088 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 37C37937-6310-4B04-93A6-05CD7792EF16

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

sda2 - boot
sda4 - root
 
-- 
Joseph