Answer the question
In order to leave comments, you need to log in
How to restore grub 1.99?
I don't know how, but the GRUB v.1.99 bootloader was killed on the laptop. Gives the following error:
GRUB loading.<br/>
error: no such device: ca24e38d-4441-4a89-b31d-01b14bbc8ef3.<br/>
Entering rescue mode...
Answer the question
In order to leave comments, you need to log in
Agree with mark_ablov, it's likely that the drive is disabled or corrupted.
However:
It may help, if the OS still manages to boot:
1. We climb into the file system, look for /etc/fstab, look at which disk this UUID belongs to. Let's say it's /dev/sda1.
2. $ blkid /dev/sda1
[this will give us the UUID of the disk]
3. Change the UUID in /etc/fstab to the correct one.
4. # mount -a
If it is not possible to boot into the OS, then:
From the bootable flash drive, we climb into the console:
$ sudo update-grub
grub identifies physical disks by a UUID that is generated based on the disk's internal info.
It tells you that a disk with that UUID was not found.
Are you physically okay?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question