preparing SSD for dual boot

Rad Anusiew 1 Reputation point
2021-12-08T00:48:48.67+00:00

I would like to enable dual boot (Windows 10 and Linux Mint) on my laptop with 240GB SSD, MBR, four partitions. (Currently Windows 10 only; please guide me step by step how to convert this disk and install Mint along Windows. (i.e. Legacy to UEFI, MBR to GPT etc., unfortunatelly I am not a 20 years old IT genius...). So far my attempts failed. I have a bootable USB with Mint, I would like to either clone the existing Win10 or download a new to USB to install. I do not need to keep the remaining data.
Please advise;
Thank you
Rad.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-12-08T01:14:15.027+00:00

    You can follow along here.
    https://www.tecmint.com/install-linux-mint-alongside-windows-dual-boot-uefi-mode/

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Limitless Technology 39,926 Reputation points
    2021-12-08T20:31:24.907+00:00

    Hi @Rad Anusiew

    If you are not flexible with steps you can try some third-party tools which might make these bit quicker and easier. If not you can follow these steps.

    1. Press Windows + R key combination and type ‘diskpart’.
    2. Type the following commands in turn and press Enter after each move.
      list disk
      select disk 2 (disk 2 is the SSD)
      create partition primary size=102400 (the unit of the size is KB)
      assign letter=H
      exit
    3. Right after you create the partition, a small window will appear and ask you to format the disk/drive before you can use it. Then click “Format Disk”.

    You can then restart the PC and try booting up with Mint.

    Hope this resolves your query!

    ---------
    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.