5. Issues and Solutions

solution

/dev/sda1 is the first partition of first drive. X- partition

If you don't want to manually press 'y' every time it asks for a fix, you can also run the command with the -y option.

Error that occurred due to improper shutdown or Partial upgrades(fsck-FileSystem Check)

solution: first restart your system. then select ubuntu from GRUB menu. then press the E key. Add nouveau.modeset=0 to the end of the linux line - press F10 to boot.

nomodeset is a temporary solution in case a system does not boot without a proprietary driver. This is not to be used permanently.

Solution

OR

solution:1

grub>set

for Example:

root=hd0,msd0s7(output of set)this may change

................................................

grub rescue>set boot=(hd0,msd0s7)

grub rescue>set prefix=(hd0,msd0s7)/boot/grub

grub rescue>insmod normal

grub rescue>normal

Then login to ubuntu update Grub

METHOD 1:

2

3

OTHER LINKS:GRUB RESCUE1

GRUB RESCUE LINK2

How do I change the user account password?

To change other users password:

Last updated