I need to install Linux soon and have very little experience with it. My laptop is an ASUS N752VX, and I'm wondering whether its hardware is compatible, especially with its Intel processor and NVIDIA graphics. I'd like a beginner-friendly distribution that installs smoothly, is easy to use, and can be made to resemble Windows 7. I also have both an SSD and a hard drive and want to know whether that complicates installation or affects performance. Can I use a USB drive that currently contains a Windows backup installer to install Linux, then recreate the Windows installer later if necessary? Finally, is it safe to install Linux alongside Windows in a dual-boot setup?
5 Answers
You can reuse the USB drive, but creating a Linux installer will erase its current contents. Keep the Windows backup somewhere else first. After Linux is installed, the USB is not needed to start Linux; the boot menu normally lets you choose Linux or Windows. Occasionally Windows changes the default boot entry, in which case you may need to select Linux as the preferred option in the UEFI settings.
Beginner-friendly choices include Linux Mint, Zorin OS, Ubuntu, Fedora, and openSUSE. Mint Cinnamon is a good fit if you want a familiar Windows-like desktop, while Zorin is especially easy to customize. Installation is generally a guided, click-through process, similar to installing Windows.
For dual booting, use Windows Disk Management first to shrink an existing partition and leave the resulting space unallocated. Around 50 GB is a reasonable starting point. Install Linux into that unallocated space, taking care not to select or format the Windows partition. Back up important files before changing partitions.
Your laptop should be usable with Linux, but Intel and NVIDIA combinations can sometimes require extra driver or graphics troubleshooting. Before installing, boot the Linux USB in live mode and test Wi-Fi, graphics, sound, sleep, and the touchpad. This lets you check compatibility without changing the installed system.
The operating system on the SSD will generally feel much faster than one installed on a traditional spinning hard drive, so Linux is best placed on the SSD if possible. Having two drives is not inherently a problem, but carefully confirm which drive and partition the installer is targeting.

Thanks, I’ll make sure the space is unallocated and back up my files before trying anything.