Xin cách khắc phục Ubuntu đã shutdown và tự khởi động

binhhoatran

New member
** Ubuntu 14.02 sẽ không tắt sau khi cài đặt Windows 10 **

** TL; DR: ** Sau khi cài đặt Windows 10 cùng với Ubuntu 14.02, Ubuntu sẽ không tắt đúng cách.Nó chỉ tự khởi động lại sau vài giây.

**Vấn đề:**

Gần đây tôi đã cài đặt Windows 10 cùng với Ubuntu 14.02 trên hệ thống khởi động kép của mình.Mọi thứ đều hoạt động tốt, nhưng sau đó tôi nhận thấy rằng Ubuntu sẽ không ngừng hoạt động đúng cách.Khi tôi cố gắng tắt Ubuntu, nó sẽ tự khởi động lại sau vài giây.

**Giải pháp:**

Tôi đã tìm thấy một giải pháp cho vấn đề này trên các diễn đàn Ubuntu.Giải pháp là chỉnh sửa tệp cấu hình bộ tải khởi động Grub.Để thực hiện việc này, hãy mở một cửa sổ đầu cuối và nhập lệnh sau:

`` `
sudo nano/etc/mặc định/grub
`` `

Điều này sẽ mở tệp cấu hình bộ tải Boot Boot trong trình soạn thảo văn bản.Cuộn xuống dòng bắt đầu bằng `grub_cmdline_linux_default` và thêm tùy chọn sau:

`` `
Nomodeset lặng lẽ
`` `

Lưu tệp và thoát trình soạn thảo văn bản.Sau đó, chạy lệnh sau để cập nhật cấu hình bộ tải khởi động Grub:

`` `
SUDO Cập nhật-Grub
`` `

Bây giờ, bạn sẽ có thể tắt Ubuntu đúng cách.

** Mẹo thưởng: **

Nếu bạn gặp khó khăn trong việc chỉnh sửa tệp cấu hình bộ tải khởi động Grub, bạn có thể sử dụng lệnh sau để tạo bản sao sao lưu của tệp:

`` `
sudo cp/etc/mặc định/grub /etc/default/grub.bak
`` `

Điều này sẽ tạo một bản sao lưu của tệp có tên là `/etc/default/grub.bak`.Nếu bạn mắc lỗi trong khi chỉnh sửa tệp, bạn có thể khôi phục bản sao sao lưu bằng cách chạy lệnh sau:

`` `
sudo mv /etc/default/grub.bak/etc/mặc định/grub
`` `
=======================================
**Ubuntu 14.02 Won't Shut Down After Installing Windows 10**

**TL;DR:** After installing Windows 10 alongside Ubuntu 14.02, Ubuntu won't shut down properly. It just reboots itself after a few seconds.

**The Problem:**

I recently installed Windows 10 alongside Ubuntu 14.02 on my dual-boot system. Everything was working fine, but then I noticed that Ubuntu wouldn't shut down properly. When I tried to shut down Ubuntu, it would just reboot itself after a few seconds.

**The Solution:**

I found a solution to this problem on the Ubuntu forums. The solution is to edit the GRUB boot loader configuration file. To do this, open a terminal window and type the following command:

```
sudo nano /etc/default/grub
```

This will open the GRUB boot loader configuration file in a text editor. Scroll down to the line that starts with `GRUB_CMDLINE_LINUX_DEFAULT` and add the following option:

```
quiet splash nomodeset
```

Save the file and exit the text editor. Then, run the following command to update the GRUB boot loader configuration:

```
sudo update-grub
```

Now, you should be able to shut down Ubuntu properly.

**Bonus Tip:**

If you're having trouble editing the GRUB boot loader configuration file, you can use the following command to create a backup copy of the file:

```
sudo cp /etc/default/grub /etc/default/grub.bak
```

This will create a backup copy of the file called `/etc/default/grub.bak`. If you make a mistake while editing the file, you can restore the backup copy by running the following command:

```
sudo mv /etc/default/grub.bak /etc/default/grub
```
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top