I have downloaded ubuntu-18.04.4-desktop-amd64.iso I want to install Ubuntu directly on my external HDD from my Windows 10 desktop Can any one please provide me the steps I have read many articles related to this but not sure how to install
1 Answers
Installing to External Drive Using only Internal Windows Drive
Both Rufus and Etcher will install Ubuntu Live to an External USB. Ubuntu Live can then be used to install Ubuntu to the same external drive.
In Rufus select "List USB Hard Drives"
In Etcher select the gear in the upper right hand corner, then select "Unsafe mode"
Warning: This will overwrite all data on the external drive.
Remember to unselect these options when done.
Disable internal drive before proceeding.
Once Ubuntu Live is installed to the external drive, boot it in the same BIOS/UEFI mode Windows uses, using the toram
option.
Press shift
as soon as the boot starts. Press esc
then press F6
, press esc
again, then type a space and then type toram
.
Once booted open Nautilus and enter sudo umount -lrf /dev/sdxy
Where sdxy is the partition containing the running Live Ubuntu.
- Start Install Ubuntu.
- Select Language, click "Continue".
- Select Keyboard layout, click "Continue".
- Select Wireless network, click "Continue". (optional).
- Select installation preference and select "Download updates while installing Ubuntu", (optional), and Select "Install third-party software ...", click "Continue". (Optional).
- If asked about mounted partitions, select Yes, click "Continue".
- Do not use Advanced feature disk encryption for this install method.
- At "Installation type" select "Something else". (Full disk encryption is not working with flash drives).
- Select "Continue".
- Confirm target device for bootloader is correct.
- Select "New Partition Table".
- Click Continue on the drop down.
- Click "free space" and then "+".
- Select "Primary", "Size ..." = 4500 to 6000 MB, "Beginning of this space", Ext4, and Mount point = "/" then OK.
- Click Install now.
- Confirm partitions to be formatted if asked, click continue.
- Select your location. click "Continue".
- Insert your name, computer name, username, password and select if you want to log in automatically or require a password. - Click "Continue".
- Wait until install is complete.

- 19,519
.iso
. – waltinator Jul 27 '20 at 05:52