Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] installed Gentoo on SSD - no bootable device
Date: Fri, 05 Sep 2014 00:17:48
Message-Id: 20140905001746.GI7483@syscon7
1 I just installed gentoo on my new SSD (intel 480GB drive SSDSC2BF-480H501)
2
3 I mostly was installing everything over ssh (easier) and using grub2 but upon rebooting I get:
4
5 "No bootable device - Insert boot disk and press any key"
6
7 I boot strap to my system:
8
9 # swapon /dev/sda3
10 # mount -t ext4 /dev/sda4 /mnt/gentoo
11 # mount /dev/sda2 /mnt/gentoo/boot
12 # cd /mnt/gentoo
13 # mount -t proc none /mnt/gentoo/proc
14 # mount --rbind /dev /mnt/gentoo/dev
15 # chroot /mnt/gentoo /bin/bash
16 # env-update
17 # source /etc/profile
18
19 If boot strap and try to start ssh I and get a warning (and can not login)
20
21 "You attempting to run an openrc service on a system which openrc did not boot
22 ..."
23 I can ssh to the system before I boot I bootstrap
24
25 My partition:
26 fdisk -l /dev/sda
27
28 Disk /dev/sda: 447.1 GiB, 480103981056 bytes, 937703088 sectors
29 Units: sectors of 1 * 512 = 512 bytes
30 Sector size (logical/physical): 512 bytes / 512 bytes
31 I/O size (minimum/optimal): 512 bytes / 512 bytes
32 Disklabel type: gpt
33 Disk identifier: 37C37937-6310-4B04-93A6-05CD7792EF16
34
35 Device Start End Size Type
36 /dev/sda1 2048 6143 2M BIOS boot partition
37 /dev/sda2 6144 268287 128M Linux filesystem
38 /dev/sda3 268288 4462591 2G Linux swap
39 /dev/sda4 4462592 937703054 445G Linux filesystem
40
41 sda2 - boot
42 sda4 - root
43
44 --
45 Joseph

Replies

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