Làm sao để xoá hẳn windows trên Xubutu??

whitepanda639

New member
** Cách xóa Windows khỏi Netbook sau khi cài đặt Ubuntu **

** Bạn đã cài đặt Ubuntu trên netbook cũ của mình, nhưng khi bạn khởi động lại, bạn vẫn được cung cấp tùy chọn để khôi phục Windows hoặc khởi động vào Ubuntu.Điều này là do các tệp cài đặt Windows vẫn được lưu trữ trên ổ cứng của bạn.Để xóa hoàn toàn các cửa sổ và giải phóng không gian trên ổ cứng của bạn, hãy làm theo các bước sau: **

1. ** Khởi động vào Ubuntu. **
2. Mở ứng dụng ** thiết bị đầu cuối **.
3. Nhập lệnh sau và nhấn Enter:

`` `
sudo apt-get Purge-Remove Windows-*
`` `

Điều này sẽ xóa tất cả các tệp cài đặt Windows khỏi ổ cứng của bạn.

4. ** Khởi động lại netbook của bạn. **

Khi bạn khởi động lại, bạn không còn được cung cấp tùy chọn để khôi phục Windows.Bạn sẽ chỉ có thể khởi động vào Ubuntu.

** Mẹo thưởng: ** Nếu bạn muốn lau hoàn toàn ổ cứng và bắt đầu mới, bạn có thể sử dụng lệnh sau:

`` `
Sudo apt-get install-reinstall efibootmgr
`` `

Điều này sẽ cài đặt lại Trình quản lý khởi động EFI, cho phép bạn chọn hệ điều hành bạn muốn khởi động khi bạn bắt đầu netbook.
=======================================
**How to delete Windows from a netbook after installing Ubuntu**

**You installed Ubuntu on your old netbook, but when you reboot, you're still given the option to restore Windows or boot into Ubuntu. This is because the Windows installation files are still stored on your hard drive. To completely delete Windows and free up space on your hard drive, follow these steps:**

1. **Boot into Ubuntu.**
2. Open the **Terminal** app.
3. Type the following command and press Enter:

```
sudo apt-get purge --remove windows-*
```

This will remove all of the Windows installation files from your hard drive.

4. **Reboot your netbook.**

When you reboot, you should no longer be given the option to restore Windows. You will only be able to boot into Ubuntu.

**Bonus tip:** If you want to completely wipe your hard drive and start fresh, you can use the following command:

```
sudo apt-get install --reinstall efibootmgr
```

This will reinstall the EFI boot manager, which will allow you to select the operating system you want to boot into when you start your netbook.
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top