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