On Fri, Nov 22, 2013 at 5:44 AM, James Hogarth <james.hogarth@gmail.com> wrote:


On 22 Nov 2013 02:20, "Bruno Medeiros" <brunojcm@gmail.com> wrote:
> I would bet it's btrfs related, as a lot of people have reported success on this procedure.
>

FWIW my laptop is on BTRFS from the default layout of the F19 anaconda ... Ext4 /boot with / and /home subvolumes of a common btrfs pool.


Ok, so now I separated my /boot partition to a different volume, still have the same problem. Choose the fedup grub entry, boot to normal GDM. Here follows my grub entry:

menuentry 'Fedora, with Linux fedup' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-fedup-advanced-077370f6-d8b8-4be8-8cbb-2a13fb5244ac' {
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos4'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 --hint='hd0,msdos4'  e0e1f20f-62c1-4415-87d5-b7884c719131
        else
          search --no-floppy --fs-uuid --set=root e0e1f20f-62c1-4415-87d5-b7884c719131
        fi
        linux   /vmlinuz-fedup root=UUID=077370f6-d8b8-4be8-8cbb-2a13fb5244ac ro rootflags=subvol=rootfedora rd.md=0 rd.lvm=0 rd.dm=0  rd.luks=0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=br-abnt2 rhgb quiet
        initrd  /initramfs-fedup.img
}

Please, I need some help, I'm stuck in F19.

Thanks,

--
BrunoJCM