That pretty much fixed it. When I rebooted, I did have a GRUB menu. But when I opted to go into Ubuntu, I got an error message:
One or more of the mounts listed in /etc/fstab cannot yet be mounted:
SWAP: waiting for UUID=[UUID number]
Press ESC to enter a recovery shell.I pressed ESC. I went to Applications > Accessories > Terminal and typed "sudo gedit /etc/fstab." This opened fstab. The lines weren't wide enough to view clearly, so I expanded the box. Fstab contained an entry for SWAP, which (above) was the partition that didn't boot in my case. I started another Terminal session and typed "blkid" to see what the UUIDs were. I saw that the UUIDs and the /dev entries for SWAP didn't match. I changed the fstab line for SWAP to match what blkid had given me, for both the UUID and the /dev location. (I had to use the right-click option to copy from the Terminal output for blkid.) I saved fstab and rebooted. That seemed to fix it; the boot proceeded normally.
No comments:
Post a Comment