3

Maybe it's a stupid question but is it possible to partition a brand new ssd 500Gb before installing any OS on it? I would like to install Win 7 64bit home premium and linux ubuntu or mint as the second OS. I also would like to have a data partition where my data would not been affected by any OS format operation.

And will the linux will make me a boot menu?

Thanks to help me out on that.

1 Answers1

0

When you say "is it possible to partition a brand new ssd 500Gb before installing any OS", do you mean partition using the Ubuntu installer, or more general? In fact the answer is yes in both cases. During install: see this question, if you'd like to partition prior to running the installer, take a look at a live CD/USB stick like SystemRescueCD.

Regarding the data partition: since Windows can't (by default) read Linux Ext4 partitions, it's better to use NTFS (or FAT32) for it. Both Linux and Windows can read and write there.

If you install Windows first and Linux second, the installer will create a boot menu for you.

ph0t0nix
  • 1,377
  • Thank you for taking time to help me. I just want to know if it's possible to put partition 1 ntfs 2 ext4 3 swap and 4 ntfs (data partition for both systems) before installing any OS on the SSD and How to do it to have a boot menu on startup. – David Gagnon Nov 04 '14 at 13:42
  • Yes, the partition order you propose is possible. Install Windows first, then Ubuntu Linux and use the manual partition method mentioned in the link in my answer. Then Ubuntu will add a start up menu for you. – ph0t0nix Nov 04 '14 at 13:46