I have a smal laptop Acer aspire and I wish to install ubuntu from a flash drive how do I proceed?
-
https://discourse.ubuntu.com/t/create-a-bootable-usb-stick-on-ubuntu/14011 https://discourse.ubuntu.com/t/create-a-bootable-usb-stick-on-windows/14020 https://discourse.ubuntu.com/t/create-a-bootable-usb-stick-on-macos/14016 https://discourse.ubuntu.com/t/install-ubuntu-desktop/13618/2 – guiverc Feb 26 '20 at 21:04
-
If Windows is on it and you want to keep Windows, need to make available a partition of at least 20 or 30GBs(more is better). Read answers and if installing beside Windows, double and triple check you know which partition you want to use and make backups of any data you want to keep. – crip659 Feb 26 '20 at 21:48
-
Highly recommend - https://www.balena.io/etcher/ – Кристиян Кацаров Feb 26 '20 at 23:03
2 Answers
- Burn out your Ubuntu iso image to your flashdrive
- Disable secure boot in BIOS if enabled
- Insert it into your laptop's USB port
- Turn on your laptop and boot from your flashdrive
- Select Try Ubuntu without installing
- Check if everything is detected and working: wi-fi, ethernet, sound, video, hdd, ssd, etc.
- If everything is working, than you could install Ubuntu on your laptop

- 7,559
- 9
- 33
- 52
Here's the official workflow from Ubuntu's own tutorials.
Download Ubuntu's ISO file at https://ubuntu.com/download
or for a supported 'flavour' with a different Desktop Environment, download from https://ubuntu.com/download/flavours .
The ISO file you use to create a LiveUSB should be checked for download errors by https://tutorials.ubuntu.com/tutorial/tutorial-how-to-verify-ubuntu#0 .
Make a LiveUSB following these instructions on another Linux PC https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ubuntu#0 or on a Windows PC https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0 .
Once you make a LiveUSB, install from it following these steps https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop#0

- 17,202