0

I am using Toshiba Z10t laptop+tablet . It is i 5 having 4 gb of RAM and 120 gb of built in SSD. So , I am very confused how to dual boot windows 10 and Ubuntu . Currently it is pre-installed windows 8. And also want to know how i should manage my partitions . It will be required two partitions (like one for Windows 10 and other one for Ubuntu) or it can be managed both in one partition . Actually i have no idea how to do it so need step by step guide . Love Community

  • I think that 120GB will be sufficient as long as you don't install softwares or files. Since you want Windows 10 too so I'll recommend you to install Windows first and then Ubuntu. Consider having a disk of larger capacity. – Kulfy Jul 08 '18 at 09:57

2 Answers2

0

You're asking for a step by step guide and there is one here already: https://help.ubuntu.com/community/Installation

There's also a couple of nice guides with pictures specifically for dual-booting:

https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/how-to-install-ubuntu-18-04-alongside-with-windows-10-or-8-in-dual-boot.html

https://www.linuxtechi.com/dual-boot-ubuntu-18-04-lts-with-windows-10/

The minimum requirements in the official documentation say 25GiB of hard drive space is needed. In my experience, a fresh install takes up about half of that, but you want to have a little bit of room to install other programs and store your own files etc.

You would be better to do a bit of reading and understand a little about what you're doing first, but basically Windows will have it's own partition and Ubuntu will have it's own partition. One hard disk drive with separate sections for each operating system.

The easiest way to go about it is to use Windows to shrink the 'windows' partition in order to make space on the Hard Drive (SSD) for Ubuntu to have it's own partition.

In the 'Control Panel' program there is a section to manage hard drive partitions. Use that to shrink your 'Windows' partition as much as it will let you.

Try Ubuntu first using a Live USB. This will ensure that it's going to work fine on your hardware - you say you've got a sort of tablet/laptop, so you want to be sure that the touchscreen, wifi, sound etc are all fine before you try installing it.

I'd recommend using the program called Rufus to create your Live USB on Windows.

If you can free up about 30GiB of space on your SSD, then choosing the 'Install Ubuntu alongside Windows' option will let the installer deal with it without you having to worry about it.

pHeLiOn
  • 1,778
-1

1st of all you need to ensure your disk has mbr format (most of preinstaled laptops disk are gpt to be able to manage more than 4 partitions).

Once you've ensured that your laptop has te correct format you havae to create a new partition for Ubuntu. I recomend you to install both sistems in the same disk so you have to create a new partition in your SSD.

After that, just install Ubuntu as allways (If you wanna install W10 instead of W8, install Windows allways 1st) PAY ATTENTION when it asks you to install Linux Grub, it's 100% necesary yo let you boot both systems. Once you have your dual system, you can use Grub Customizer in Ubuntu to edit your grub as you want.

  • 2
    I'm sorry Ropiper, but your answer worries me a lot - I've dual-booted a number of machines using gpt partitioning schemes and they've worked fine. I don't understand why you'd suggest changing the disk to mbr - please elaborate. – pHeLiOn Jul 08 '18 at 09:51
  • Under my personal experience, with a gpt partition scheme, grub is unable to boot. I tried once and WIndows was always booting over it but I've never have this problem using mbr. – Ropiper Jul 09 '18 at 10:42
  • UEFI can only boot if the disk is using a gpt partition scheme. It sounds like you were having trouble installing Ubuntu in UEFI boot mode and got round that by using mbr and installing both in 'legacy' mode. I had similar problems the 1st time I tried using UEFI (I was used to legacy boot methods) until I realised it was necessary to boot the USB in UEFI mode to be able install it and then boot either operating system from the Grub menu - https://askubuntu.com/questions/1047313/cannot-access-ubuntu-18-04-in-dual-boot-because-system-boots-straight-to-window/1047469#1047469 – pHeLiOn Jul 09 '18 at 13:58