More UUID madness

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I posted an issue I was having booting a new install of F19 on my Samsung netbook.  It seems that my system cannot find the disks by UUID for some reason.  The way I fixed this before was to edit grub to use the device name /dev/sda5 (which is /boot) instead of UUID.  Some people replied that I needed to make sure that my system UUID matched what grub was trying to use.  I've attached a copy of the UUIDs (from blkid) and from /boot/grub2/grub.cfg.  I did another fresh install of F19, reformatted the partitions again and still had the same problem.  So I booted back into my LiveUSB image and pulled the data from blkid and and grub.cfg.   So, what do I do now? 

 

I noticed in the boot params there's a '--fs-uuid' switch, can I remove that and specify /dev/sda5 instead?  I know so little about the newest boot process that I'm flailing here.  Help!

 

Thanks.

 

Mark

 

/dev/sda5: LABEL="boot" UUID="f8239c70-5d18-4855-9dfb-b1ccae27fc7a" TYPE="ext4" 
/dev/sda6: UUID="f45bec4e-c351-4256-a551-8936bb047856" TYPE="swap" 
/dev/sda7: LABEL="root" UUID="6da2b4d5-7278-45f2-add1-06372595f6a9" TYPE="ext4"

#### /boot/grub2/grub.cfg

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora, with Linux 3.9.5-301.fc19.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.9.5-301.fc19.x86_64-advanced-6da2b4d5-7278-45f2-add1-06372595f6a9' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos5'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5'  f8239c70-5d18-4855-9dfb-b1ccae27fc7a
        else
          search --no-floppy --fs-uuid --set=root f8239c70-5d18-4855-9dfb-b1ccae27fc7a
        fi
        linux   /vmlinuz-3.9.5-301.fc19.x86_64 root=UUID=6da2b4d5-7278-45f2-add1-06372595f6a9 ro rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=us  rd.luks=0 vconsole.font=latarcyrheb-sun16 rhgb quiet 
        initrd  /initramfs-3.9.5-301.fc19.x86_64.img
}
 
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux