5. Issues and Solutions
Last updated
Last updated
1.Initramfs Issue BusyBox /fsck error
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)
2.failed to start nvidia persistence daemon
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.
3.Date and Time setting
Solution
OR
4.GRUB RESCUE ISSUE
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