I can manage /etc/fstab However, I am wondering about the /etc/boot/grub.cfg How can I change the msdos16 (/boot)? Actually e245f2fc-ef1e-4811-88a2-e64be3a010cb would be OK (UUID) set root='hd0,msdos16' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos16 --hint-efi=hd0,msdos16 --hint-baremetal=ahci0,msdos16 --hint='hd0,msdos16' e245f2fc-ef1e-4811-88a2-e64be3a010cb else search --no-floppy --fs-uuid --set=root e245f2fc-ef1e-4811-88a2-e64be3a010cb fi =========================================================================== Patrick DUPRÉ | | email: pdupre@xxxxxxx Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France =========================================================================== > Sent: Sunday, July 19, 2015 at 8:15 PM > From: "Joe Zeff" <joe@xxxxxxx> > To: "Community support for Fedora users" <users@xxxxxxxxxxxxxxxxxxxxxxx> > Subject: Re: Disk partition > > On 07/19/2015 11:06 AM, g wrote: > > if such is critically related to /etc/fstab, partition magic has a > > live cd you can boot to restructure partitions and the open fstab to > > edit changes. > > Even better, edit /etc/fstab to refer to partitions by UUID instead of > device name if it doesn't already. The various drives don't always > respond to probing in the same order (No, I don't know why.) meaning > that the numbering might change from one boot to the next, but the UUID > remains stable. > -- > 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 > -- 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