Score:0

How to install without USB stick

in flag

I have burned the ubuntu .iso to a USB with Balena etcher and installed Ubuntu to a new SSD with the USB installer.

Now that I have an Ubuntu machine. Is it possible to install to a new SSD from the Ubuntu, without the USB stick? It would be nice not to have to burn a USB stick and be able to outfit a new SSD from an OS (Mac, Windows, or Ubuntu) with an Ubuntu install .iso

user10489 avatar
in flag
It is possible but tricky to copy the iso to an existing filesystem or new partition on the old or new ssd and boot it. Or, if you are switching ssds but can connect them both at once during the install, you can clone the old one to the new one and expand it.
user535733 avatar
cn flag
Sure it's possible. Here's an example of how to do it in Debian: https://www.debian.org/releases/stretch/amd64/apds03.html.en The same basic procedure should work in Ubuntu. It's the way Debian-based systems were installed two decades ago. It's tedious and prone to user error, which is why Debian invented installer .iso images to replace this method. Note that while *possible*, and perhaps fun for an afternoon of experimentation, this is not a method that we provide support for. You are on your own.
Score:1
cn flag

Install Ubuntu without USB stick or DVD

For a UEFI bootable computer

  • Use GParted to create FAT32 partition 5GB or larger.

  • Copy/Paste contents of ISO file to new partition.

  • Reboot pressing F12 and select the UEFI Ubuntu partition.

  • Proceed to Ubuntu Installation.

For a BIOS bootable computer

Add the following menuentry to /etc/grub.d/40_custom:

menuentry "isoname ISO" {
  set root=(hdX,Y)
  set isofile="/[path]/[isoname].iso"
      loopback loop $isofile
      linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile toram --
      initrd (loop)/casper/initrd
}

Where (hdX,Y) is the disk and partition the ISO is on, [path] is the path to the folder the ISO file is in, and [isoname] is the name of the ISO

In Terminal run:

sudo update-grub

Reboot and select Ubuntu from the grub menu. Install as usual.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.