You have to install it on a partition. My advice would be to check that the disk is definitely empty (or at least doesnt have anything you want on it), then click the "new partition table" option, which would (I think) reformat the drive and allow you to set up the drive with a more linux-friendly file system than NTFS. From there, you want to select a partition on the drive and install Mint there. You may be able to install it directly on the NTFS partition now but I'm not sure.
Linux Mint
Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.
Want to see the latest news from the blog? Set the Firefox homepage to:
where is a current or past release. Here's an example using release 21.1 'Vera':
https://linuxmint.com/start/vera/
I appreciate the quick response but how do I know if the external drive is sda or sdb?
You can boot into Windows and use disk utility to remove all the partitions from the non windows hard drive. Windows will indicate which drive it booted from. When you go back to the Mint install media one of the drives won’t have any partitions on it and you can make new partitions there to install Mint
That works thank you
You should be able to drop into a terminal at some point in the installer and run a command to check the size of the drives. Assuming they aren't the same size, the one that matches the size of your external disk is the one to partition.
To find out the name of your (attached) USB drive, run
sudo fdisk -l
.
Ok. Got through the part of figuring out which drive is which.
Now I get this problem
It is saying no root file system when I try to install.
If I click the + symbol on the left side it gives me the ability to create a partition but I see nothing that says root
Yeah I'm missing something obvious. Where do I go from here?
The filesystem that it wants defined is the format for how data is written. Filesystem nerds can correct my bad description. You're probably looking ext4
as per this install guide.
https://linuxmint-installation-guide.readthedocs.io/en/latest/install.html
Edit: Your root
is the base of the disk. In this case, represented as /
. This is similar to Windows C:\
.
Ah i see. Thank you
Cheers and good luck with your foray into the world of Linux!
I hit the install button.
And it the icon turned into a circling icon type thing. (Yeah I know bad description) and it has been doing that and not installing ever since. 40+ minutes so far.
I'm going to leave it for a while longer.
No progress bar? Spinning mechanical disk or SSD? If it's literally still on the same window with no change to the GUI in any way other than a progress indicator on the mouse cursor for 40m, I'd say try clicking again. If it responds, I'll be a bit surprised, but hey, you try these things just to see what will happen. It'll probably result in no change still.
At that point, don't let it waste any more time. Something got stuck. Shut down and reboot and try again.
Not sure what I did different this time. Tried and failed four maybe five times. It started the install this time. Have a progress bar.
Correction
It worked. Total install time about five minutes. Going through the update drivers section at the moment.
Wish I knew what I did different this time that made it work.
But thanks for the help
I wish you the best. Don't hesitate to ask the community for help. People in this camp like to help each other.
sdb is your Western Digital drive. If you're really worried about messing up your internal Windows drive, you can physically disconnect the internal Windows drive. This will force the installer to use the only drive available (your WD drive). Then, you can plug the Windows drive back in once Linux is done installing.
When the Linux installation is done, change the boot order in your BIOS to boot from the WD drive first. Once your satisfied that Linux is working properly, run "sudo update-grub" from the terminal. This will make Linux locate all bootable operating systems and update the boot menu on your WD drive. Now, you can choose which OS your want at startup.
Booting from your secondary drive has the advantage of leaving your (primary) Windows drive completely untouched. If you decide you're not going to use Linux after all, then all you have to do to remove Linux is change the boot order back in your BIOS. Windows will boot normally, and then you can do whatever your want to the WD drive. (reformat back to NTFS, I assume).
Undoing a dual-boot means you have to remove the Linux partition, re-partition the windows partition so it takes up the full drive again, remove and replace the grub bootloader with a normal Windows bootloader so Windows can boot normally.