On Tue, Mar 18, 2014 at 6:16 PM, Bruce Dubbs <bruce.du...@gmail.com> wrote:
>
> If you are using a GUID Partition Table (GPT), then you don't need a initrd.
> Assuming /boot is on a partition by itself, try:
>
> menuentry "LFS Dev, Linux 3.10.32-sm01" {
>    linux /vmlinuz-3.10.32-sm01 \
>      root=PARTUUID=49acd73e-1457-424f-8dc1-3c3fa027becf \
>      rootfstype=ext4 rootdelay=20
> }
>
> Of course, grub needs to be able to find the partition with the kernel on
> it.  It should be on the boot device with where grub.cfg is located.

Could I skip initrd with extlinux as well if I use gpt?
If I do grub-install, it complains about gpt.. What are the tricks to
install grub2.0 on gpt formatted disk with a separate /boot?

Regards,
Alexey
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to