Hello all
This is my First post and I really hope it will be helpful.
Basically the process is to disable secure boot in the bios and then convert the drive from GPT to MBR as this will allow you to create multiple partitions. Note: you might want to try with a kubuntu livecd first and attempt to perform the GPT to MBR conversion as the way I did it was by performing the steps below. Remember Install Windows first then install kubuntu in order for grub to become your boot manager.
http://www.ehow.com/how_12119053_con...mbr-linux.html
Dual Boot Ubuntu and Windows 7/8 in a EFI/Uefi Computer
Prior to anything I had allocated space on the drive by creating an unallocated partition.
I install Kubuntu and then follow this steps to convert gpt to mbr..
1.Click "Applications." Point to "Accessories," then click "Terminal." Input the following into Terminal: sudo fdisk -l
2.Press "Enter" to see the disk devices connected to the computer. The device with the asterisk next to it is the boot device. Write down the filename (for example, /dev/sda) assigned to the disk.
3.Input the following into Terminal: sudo apt-get install gdisk. Press "Enter" to install the partitioning tool to Ubuntu.
4.Input "sudo gdisk" into Terminal, then press "Enter" to run gdisk as a superuser. Input the name assigned to the boot device, then press "Enter" again.
5.Press "r," then hit "Enter," to switch to the recovery and transformation options. Press "g," then press "Enter," to select the option to convert GPT to MBR on Linux.
6.Press "0," then press "Enter," to convert GPT to MBR on the primary partitions. Then press “w” to write and Press "y," then "Enter," to finalize and exit.
The last step should read press 'w' then enter, as the command 'o' omits the partition of your choosing.
Note: since kubuntu was already install grub got messup but nevertheless reboot and install windows then install kubuntu and everything is fine.
Knowledge is Power, Keep sharing...
This is my First post and I really hope it will be helpful.
Basically the process is to disable secure boot in the bios and then convert the drive from GPT to MBR as this will allow you to create multiple partitions. Note: you might want to try with a kubuntu livecd first and attempt to perform the GPT to MBR conversion as the way I did it was by performing the steps below. Remember Install Windows first then install kubuntu in order for grub to become your boot manager.
http://www.ehow.com/how_12119053_con...mbr-linux.html
Dual Boot Ubuntu and Windows 7/8 in a EFI/Uefi Computer
Prior to anything I had allocated space on the drive by creating an unallocated partition.
I install Kubuntu and then follow this steps to convert gpt to mbr..
1.Click "Applications." Point to "Accessories," then click "Terminal." Input the following into Terminal: sudo fdisk -l
2.Press "Enter" to see the disk devices connected to the computer. The device with the asterisk next to it is the boot device. Write down the filename (for example, /dev/sda) assigned to the disk.
3.Input the following into Terminal: sudo apt-get install gdisk. Press "Enter" to install the partitioning tool to Ubuntu.
4.Input "sudo gdisk" into Terminal, then press "Enter" to run gdisk as a superuser. Input the name assigned to the boot device, then press "Enter" again.
5.Press "r," then hit "Enter," to switch to the recovery and transformation options. Press "g," then press "Enter," to select the option to convert GPT to MBR on Linux.
6.Press "0," then press "Enter," to convert GPT to MBR on the primary partitions. Then press “w” to write and Press "y," then "Enter," to finalize and exit.
The last step should read press 'w' then enter, as the command 'o' omits the partition of your choosing.
Note: since kubuntu was already install grub got messup but nevertheless reboot and install windows then install kubuntu and everything is fine.
Knowledge is Power, Keep sharing...
Comment