Gentoo Archives: gentoo-user

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GRUB isn't working on SSD
Date: Sun, 29 Jun 2014 13:16:59
Message-Id: 53B011A8.8050707@iinet.net.au
In Reply to: [gentoo-user] GRUB isn't working on SSD by "João Matos"
1 On 29/06/14 20:17, João Matos wrote:
2 >
3 > Dear list,
4 >
5 > After finishing the configuration, my gentoo was working very well. So,
6 > the last step was to create a stage4, and replace my old hd.
7 >
8 > I did it, installed grub lecacy in chroot. No error reported during the
9 > installation. My /boot isn't a separated partition, and my root fs is
10 > ext4, just like before. Everything is the same but the ssd.
11 >
12 > I tried the grub2, but I had the same result. I don't think grub is the
13 > problem, and I don't see need to change it, since I have just gentoo on
14 > my machine.
15 >
16 > what do you say?
17 >
18 > --
19 > João Neto
20 > Linux User #461527
21 > http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552
22
23 olympus build # cat /boot/grub/device.map
24 (hd0) /dev/sda
25 (hd1) /dev/sdb
26 (hd2) /dev/hdc
27 (hd3) /dev/sdd
28 olympus build #
29
30 sdd is the boot ssd (mbr) - grub would not recognise it until this was set.
31
32 BillK