0

everyone,

I just joined the Ubuntu community today & don't have a programming or tech background at all, but found out about Ubuntu several years ago from a friend who recommended it to rejuvenate our old laptop. With his help, we completely removed Windows and installed Ubuntu 16.04. My wife and I both really liked it. Our old laptop finally died and we just bought a new Windows 10 machine. Neither of us had used Windows 10 before buying the computer and we don't like Windows 10 at all, so I found instructions for downloading Ubuntu 18.04. Now that I've done that, I find that I can't do much with Ubuntu with Windows already on the laptop. I found other posts explaining how to install Windows Subsystem for Linux (WSL) inside Windows 10, and that's what I've done, but with that arrangement, it seems like all I can run is a "piece" of or a "shell" of Ubuntu. It's nothing like the experience we had with our old laptop that didn't have Windows at all, but just Ubuntu. If I completely remove Windows 10, can I run Ubuntu 18.04 and have it work similarly to 16.04 did on our old computer before it finally died? Could that hurt our new computer? Have any of you done it with good results? Thanks for any help.

mikewhatever
  • 32,638
  • 4
    Possible duplicate of How to install Ubuntu on a laptop with Windows 10 this question si worth reading for additional information although it is not a duplicate: How do I install Ubuntu alongside a pre-installed Windows with UEFI? – karel Mar 31 '19 at 18:54
  • 1
    The above link describes how to do a full installation of Ubuntu including the grub bootloader, not the Windows Subsystem for Linux installation which runs inside of Windows 10. – karel Mar 31 '19 at 19:01
  • Thanks, @karel, I'll review this and give things a go. May not be able to complete till tomorrow, but will update my post when I've tested. – SheepNoodle Mar 31 '19 at 19:10
  • Yes, @user68186, you have it right exactly, but I don't know the steps & also nervous about taking that step w/brand new computer given my limited experience. Have you successfully done this? Will Ubuntu run like what I'm used to once I completely ditch Windows? – SheepNoodle Mar 31 '19 at 19:15
  • What brand/model systemand what video card/chip? Just about all work, but some need extra settings. https://help.ubuntu.com/community/UEFI & http://askubuntu.com/questions/743095/how-to-prepare-a-disk-on-an-efi-based-pc-for-ubuntu – oldfred Mar 31 '19 at 19:30
  • Hi, @oldfred, it's an acer aspire e15 e5-576-392h with intel core i3-813u 2.2 ghz and intel uhd graphics...I'll be honest in saying i don't have a clue what any of that means, but that's what we bought. I hope that helps. – SheepNoodle Mar 31 '19 at 19:38
  • Have you updated UEFI from Acer. And then you have to set "trust". Acer Aspire E15 will not dual boot, many details Trust settings in step 35 http://askubuntu.com/questions/627416/acer-aspire-e15-will-not-dual-boot & Acer Trust Settings - details, some now report that then secure boot has to be on to set trust: https://ubuntuforums.org/showthread.php?t=2297947&p=13369742#post13369742 & https://ubuntuforums.org/showthread.php?t=2297947 – oldfred Mar 31 '19 at 23:42

4 Answers4

2

Yes, several times.

It's not difficult to do, and it won't break anything. If you are scared about anything, just download or copy the manufacturers "restore" disk that should bring it back to previous state. Also, make sure you back up any files you want to keep. Because you will be deleting everything on the computer and starting from scratch.

Sometimes, the toughest part is getting the system to boot into Ubuntu the first time (make the computer boot from the USB drive before the hard drive). You may have to do this from the boot menu or BIOS/UEFI, right when the computer boot (white text on black background).

Once you do this, piece of cake. Pretty much just hit next through all the prompts. Reformat the hard drive when it asks. Also, try to install when you are connected to a network--it will download the latest software as it installs.

After that, just test the various functionality--make sure everything works. And almost always, everything works flawlessly and automatically. Wifi, the brightness / volume buttons, etc. They should all work. If not, ask the question here.

jenks
  • 41
0

Yes! You can erase Windows 10 and install Ubuntu 18.04 in it's place

The Ubuntu installation USB you will make allowes this. After installing Ubuntu there will be no Windows 10. Any documents, photos, music, videos, etc. you may have in the new laptop will be erased as part of the process. You will need to copy such files to an external hard drive before you start. Once the installation of Ubuntu is done, you can copy the files back in the laptop.

Could that hurt our new computer?

No. Not unless you drop the computer on the floor

However, complete removal of Windows 10 will make it difficult to get warranty service and customer support from the manufacturer. If something in the new computer does not work after you install Ubuntu, either because that component in the new computer is not compatible with Ubuntu, or because the hardware malfunctioned, customer support probably won't know what to tell you to do, as they only know Windows.

Have any of you done it with good results?

Yes

I do it to all the computers I buy. Things always work out in the end. However, I don't have your laptop. Only you do. Even same brand and model often have different internal components when they come from different batches of production.

You need to create a live USB or a live DVD of your new laptop has a DVD slot. Then boot from the live USB/DVD. You will see an option to "Try Ubuntu without installing". Use that option and try! Make sure all components, such as, webcam, sounds, mouse, trackpad, keyboard, WiFi, Ethernet cable socket, etc. work.

Some components (WiFi is often an issue) may not work initially, and need installation of additional drivers, or other tweaks. Search this site for answers if you run into such problems.

Some components like fingerprint reader may not work at all. Decide if you can live without them.

Hope this helps

user68186
  • 33,360
  • Hi, @user68186, I'm glad for the help; Before I downloaded 18.04 directly onto the computer, I also made a USB boot stick, but it sounds like I need to make a slightly different thing if I want to completely remove Windows and replace it exclusively w/Ubuntu. I'll research the existing questions on AskUbuntu for instructions to make the USB Install stick! – SheepNoodle Mar 31 '19 at 19:42
  • An USB boot disk and a Live USB are the same thing to me. If you think my answer is correct the please put the green check mark (✅) on the left margin of the answer. You can also up-vote an answer even if it not the correct one, but provides useful information. This will help others. – user68186 Apr 02 '19 at 14:20
0

Another thing is that Ubuntu has changed desktops with 18.04, so it will look different, but you can add the old desktop (unity) back if you do not like the new look.

crip659
  • 551
0

I did this recently and everything is great for me in the Ubuntu world! But if you are like me and want a safety net, you could always clone your disk into an image so, if you find any issues and want to rollback to windows, you just put that bad boy back in and get your old windows exactly as you left it.

metichi
  • 897