1

I'm trying to install Ubuntu without deleting windows from my computer, how can I partition free space without deleting anything

  • You have to remove free space from disk manager of windows.You have can shrink a drive to free up some space. – dc7 Oct 01 '18 at 11:53

1 Answers1

2

You need not worry about "pre-partitioning". Ubuntu installer has a partitioning manager that will make everything clear.

Its default is not to "delete windows". In fact, you'd have to go way out of your way to accomplish this.

There are pre-preemptive steps you must take Windows-side though to ensure Ubuntu may actually boot.

Contrary to any other OS, Windows will attempt to keep the drive in a read state on hibernate (and shutdown/restart which in latest Windows 10 also defer to fake-hibernate).

So if you follow Windows's own procedure for adding a dual boot, Windows should do the necessary to disable its own rigging of the hard drives on that particular reboot which will ensure that Ubuntu won't write itself to the disk, then fail to obtain the rights to write its own loader which will result in no dual-boot after the installation, just Windows, and you feeling like the Ubuntu installer didn't do anything.

So, assuming you're under Windows 10:

  1. make sure your Ubuntu live USB key is inserted.
  2. open up a CMD
  3. type powercfg -h off

Go to Settings -> Update and Security:

Recovery -> (Advanced startup) Restart now:

This will reboot to this:

Windows boot options

You'll then be able to select your Ubuntu key and if you follow its instructions, everything should go according to plan.

This is one of the easy screens you'll be faced with (this one allows you to do the partitioning work, with a simple slider that stops sliding at used space in your Windows partition, so no risks to be had (similarly; the minimum partition size for ubuntu will prevent the slider from reducing the ubuntu partition under 10GB):

Ubuntu installer partitioning screenshot

If, on the other hand, you get this screen :

Ubuntu installer partitioning screenshot

then, follow this video tutorial :

https://www.youtube.com/watch?v=OU_dkeFprhY

in the above screenshot, select the line that has "/windows" and click the "change" button, this will open up a modal in which you may reduce the amount of bytes allocates to your windows (not to worry it will refuse a number below used space on that partition) you'll have to try different numbers if you don't want to bother converting bytes to GB and don't worry, so long as you don't click on "install now" and subsequently confirm applying changes, nothing you mess around with in this screen will apply, so you can go back and start again as many times as you wish until you are sure you've set it up the way you want and then at long last you may click on "install now".

I personally recommend having a single partition with mountpoint / for your entire ubuntu in ext4 formatting (of absolute minimum 27GB) (max 100GB), one EFI partition of 650mb, (I'm guessing you have an uefi motherboard, (post 2015 motherboard)) and no SWAP partition.

tatsu
  • 3,107
  • i tried booting from my flash drive and this is the only option i have https://imgur.com/a/TsqLWYa – Izzy Zemser Oct 01 '18 at 13:35
  • huh, that's the less user friendly mode, oh well, that's usable too. I'll update my guide for that screen hang tight. – tatsu Oct 01 '18 at 14:14
  • ok I updated. you should have no problems, tell me if something is too confusing. – tatsu Oct 01 '18 at 14:26
  • care to mark as answer so that others may see this in the results when they search for this problem? and you are welcome! :) glad I could be of help – tatsu Oct 02 '18 at 07:15