# 5. Issues and Solutions

![](/files/-Me0XmNwsjxDfgURcI1Y)

{% hint style="danger" %}
**1**.Initramfs Issue BusyBox /fsck error
{% endhint %}

![](/files/j1beordHdtr53lq70TI1)

> solution

```
fsck /dev/sdaX
```

&#x20;`/dev/sda1` is the first partition of first drive. X- partition

```
reboot
```

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.

```
fsck /dev/sdaX -y
```

{% hint style="info" %}
Error that occurred due to improper shutdown or Partial upgrades(**fsck**-**F**ile**S**ystem **C**hec**k)**
{% endhint %}

{% hint style="danger" %}
**2**.failed to start nvidia persistence daemon
{% endhint %}

![](/files/-McZsmMS5VYZ9yGd8q2F)

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.

{% hint style="info" %}
&#x20;`nomodeset` is a temporary solution in case a system does not boot without a proprietary driver. This is not to be used permanently.
{% endhint %}

{% hint style="danger" %}
**3**.Date and Time setting
{% endhint %}

> Solution

![](/files/-MK_wRFRdTKnefP8hjDv)

```
sudo date 010224311971.59
```

> OR

```
sudo date --set="2020-01-02 23:31:5
```

{% hint style="danger" %}
**4.GRUB RESCUE ISSUE**
{% endhint %}

![](/files/kaTmBCFDaJfNDtB23DaF)

> **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`
>
> &#x20;

```
sudo update-grub
```

```
sudo grub-install /dev/sda
```

**METHOD 1:**

![](/files/kAkDfAe3Q0XE1KtFmfFx)

**2**

![](/files/SzQi6fo7gY9IqDdGHj2f)

**3**

![](/files/pTjfhFA9Jpq99X9ioYdI)

OTHER LINKS:[<mark style="color:orange;background-color:purple;">GRUB RESCUE</mark>](https://www.pcsuggest.com/grub-rescue-linux/)<mark style="color:orange;background-color:purple;">1</mark>&#x20;

[<mark style="background-color:purple;">GRUB RESCUE LINK2</mark>](https://itsfoss.com/fix-minimal-bash-line-editing-supported-grub-error-linux/)

## How do I change the user account password?

```
passwd
```

## To change other users password:

```
sudo passwd USERNAME
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ksitmalappuzha.in/hastham/ubuntu-system-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
