Skip to content

Manjaro OS

Things to do after installing Manjaro OS.

Disable Start-Up Process

  1. Stop and disable Bluetooth:

    bash
    sudo systemctl stop bluetooth.service
    sudo systemctl disable bluetooth.service
    systemctl status bluetooth.service
  2. To stop other service to start Bluetooth, mask it using sudo systemctl mask bluetooth.service

Dual Booting OS

Dual boot windows and linux

Remove Linux From Dual Boot

Here are two methods to remove the OS.

Method 1

  1. Boot into Windows 10.
  2. Go to Disk Management.
  3. Delete the drive(s) containing the Linux OS.
  4. Delete the Free Partition.
  5. Then rebuild mbr.

Method 2

  1. shift + Restart -> Troubleshoot -> Advanced options -> cmd -> then type:

    bash
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /scanos
    bootrec /rebuildbcd
  2. bcdedit /enum all

  3. bcdedit /delete identifier