I'm trying to move my root directory from sda5 to sda3.
After running grub2-install and grub2-mkconfig,
my machine will not boot.
I performed the changes using a F33 live DVD which also fails to boot.
After plugging in a USB-connected SD card with Centos 7 on it,
the F33 live DVD decided to boot.
It is what I am running now.
The complaint is UUID 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a not found.
While running F33 live DVD I get
blkid | grep 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a
/dev/loop1: LABEL="Anaconda" UUID="2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a" BLOCK_SIZE="4096" TYPE="ext4" /dev/mapper/live-rw: LABEL="Anaconda" UUID="2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a" BLOCK_SIZE="4096" TYPE="ext4" /dev/mapper/live-base: LABEL="Anaconda" UUID="2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a" BLOCK_SIZE="4096" TYPE="ext4"

I backed up sda5 with rsync -auHAXUUx .
I copied from the backup with the same flags.
I edited the new etc/fstab to point at sda3,
actually LABEL=local3slash .

As root:
grupb2-install
grub2-mkconfig -o .../local3slash/boot/grub2/grub/cfg

Reboot failed and sent me to grub rewscue mode, about which I know nothing.

From .../local3slash/boot ,
grep -r -F 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a .
./grub2/grub.cfg: search --no-floppy --fs-uuid --set=root 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a ./grub2/grub.cfg: search --no-floppy --fs-uuid --set=root 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a ./grub2/grub.cfg: search --no-floppy --fs-uuid --set=root 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a ./grub2/grub.cfg: search --no-floppy --fs-uuid --set=root 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a ./grub2/grub.cfg: search --no-floppy --fs-uuid --set=boot 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a ./grub2/grub.cfg: search --no-floppy --fs-uuid --set=boot 2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a ./grub2/grub.cfg: set kernelopts="root=UUID=2b82edc2-4eb2-44a0-8b5b-c71da0de9b3a ro "

What is going on and what can I do about it?


--
Michael   henne...@web.cs.ndsu.nodak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
                                                             --  someeecards
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to