2
votes
1answer
76 views

I'm stuck on choosing the right Linux bootloader for software RAID-10

I'm installing Gentoo on a SOHO server with 4 500GB Hitachi hard drives. I was able to boot from Live USB, created RAID-10 array /dev/md0 with the following command: mdadm --create /dev/md0 ...
0
votes
1answer
587 views

xvd device support with Gentoo running in Xen HVM guest

I'm trying to install Gentoo into a Xen HVM guest. Everything went fine with the install up to the point where you do the grub-install. Apparently, grub does not know about block devices labeled ...
5
votes
4answers
1k views

The Gentoo live-cd shows my drives as “hda”, but booting into my own kernel shows “sda” (therefore, boot fails). What should I do?

The Gentoo live-cd shows my drives as "hda", so I followed the Gentoo handbook and configured my partitions as "hda". However, the boot failed because, when booting into my kernel, it wanted to refer ...
1
vote
1answer
2k views

Gentoo and GPT Grub support

Grub seems to support GPT, or so it says, there is a patch for it, however when i try to boot after installing grub into the active boot partition (ext2) it starts to boot and before grub loads any ...