0

I am using Kubuntu 14.04. I want to change default OS from Kubuntu to windows 8.1

  • I want information about Kubuntu only
  • I searched and find out for Ubuntu not for Kubuntu
sourav c.
  • 44,715
  • 1
    How does it matter what the OS is you want to change -from-? – Rinzwind Mar 01 '15 at 18:03
  • Ubuntu and Kubuntu are the same; it's just that Kubuntu uses the KDE desktop environment whereas Ubuntu uses Unity. More than likely, though, you'll need to run commands in Konsole to change the default OS anyways. – saiarcot895 Mar 01 '15 at 18:04
  • 1
    There should be no real difference between Ubuntu and Kubuntu besides the desktop environment used (Unity vs. KDE). The default OS is selected by GRUB before the computer fully boots. Any information applicable to Ubuntu will work for Kubuntu as well. – Knowledge Cube Mar 01 '15 at 18:04

2 Answers2

0

If you're using GRUB (installed by default when you're installing Kubuntu alongside Windows), try using grub-customizer

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
0

You could go with this link and imagine that every time it says Ubuntu it's saying Kubuntu the only differences are the GUI, the boot process is identical.

Jason
  • 583