Instructions to install Ubuntu directly from the hard drive

Ubuntu is one of the most popular Linux distributions. According to DistroWatch.com, Ubuntu and Linux Mint are the two most widely used Linux distros. Linux Mint is a derivative of Ubuntu. Besides, it is also a customized version of Ubuntu.

Because new versions of Ubuntu and Linux Mint are released every 6 months, there is no way to copy ISO files to blank discs.

  1. Instructions for installing Ubuntu on VMware Workstation - Part 1
  2. Instructions for installing Ubuntu on VMware Workstation - Part 2
  3. How to install Ubuntu and still keep Windows

Instructions to install Ubuntu directly from the hard drive Picture 1

So how to install Ubuntu or Linux Mint without copying ISO files?

There are two answers to the above question:

  1. Install from USB Flash Drive boot.
  2. Install directly from the hard drive.

There are lots of tutorials and tools to help you create bootable USB drives to install Ubuntu.

In this article, I will show you how to install Ubuntu (and its derivatives) directly from the hard drive.

Advantages of installing Ubuntu directly from your hard drive

  1. Secondary media such as CD, DVD or USB Flash Drive are not required.
  2. Faster installation.
  3. No need to change boot order. You just need to boot normally from the hard drive.

Install Ubuntu from ISO using Grub4Dos

  1. Install Grub4Dos on the hard drive. Grub4Dos is a powerful boot loader that supports ISO simulation.
  2. Download Ubuntu to the root of any drive.
  3. Add the following item to menu.Ist.

title Install Ubuntu
find --set-root /ubuntu-11.04-desktop-i386.iso
map /ubuntu-11.04-desktop-i386.iso (0xff) || map --mem /ubuntu-11.04-desktop-i386.iso (0xff)
--hook map
root (0xff)
kernel / casper / vmlinuz = / cdrom / preseed / ubuntu.seed noprompt boot = casper only-ubiquity iso-scan / filename = / ubuntu-11.04-desktop-i386.iso quiet splash -
initrd /casper/initrd.lz

  1. Restart and select Install Ubuntu in the Grub4dos menu.
  2. After downloading the desktop directly, open the terminal and enter the following commands:

sudo umount -l / isodevice

  1. Now double click on Install Ubuntu . You can install Ubuntu.

Note:

ISO hard disk defragmentation software has been downloaded by Wincontig. If your ISO is fragmented, grub4dos will try to load the entire ISO RAM. If RAM is not enough, it may cause some problems.

The above actions also work with Linux Mint. Just change the corresponding ISO file names in the menu.lst code.

If you want to install Ubuntu in the simplest way, please do the above!

Good luck!

3.9 ★ | 13 Vote

May be interested

  • Do you know the safest operating system yet?Photo of Do you know the safest operating system yet?
    the safest operating system will help protect data and users against hackers, if you are looking for a secure operating system for your computer after wannacry, eternalrocks or sambacry, read this article.
  • Do you know how to use Emoji emoticons on Linux?Photo of Do you know how to use Emoji emoticons on Linux?
    emoji has become one of the popular methods to express emotions and add a little spice to conversations in today's internet technology era. in this article, i will show you how to use emoji in linux. let's follow it!
  • Protect Linux computers with IptablesPhoto of Protect Linux computers with Iptables
    linux is one of the operating systems that runs faster and has a reputation for more security functions than other operating systems, but that doesn't mean it can be completely secure. so the best way is to do some other security methods. our suggestion is to use a firewall. there are several firewall options in linux, but here we want to mention iptables.
  • Troubleshoot Linux boot problems with GRUBPhoto of Troubleshoot Linux boot problems with GRUB
    grub (grand unified bootloader) is a bootloader that allows users to install multiple distributions on the system and select one when the system starts up.
  • Install Ubuntu in Windows using the Wubi InstallerPhoto of Install Ubuntu in Windows using the Wubi Installer
    you want to find a solution to try ubuntu but don't like the idea of ​​creating a partition, using the cd drive directly, or not having enough resources to run a virtual machine. try using the wubi installer program to run to ubuntu.
  • Instructions for installing Microsoft Office 2007 in Ubuntu 9.04Photo of Instructions for installing Microsoft Office 2007 in Ubuntu 9.04
    in the field of handling office work, microsoft office has almost no competitors with many outstanding features, the ability to handle smart and convenient jobs. however, for people using open source operating systems like ubuntu, using microsoft office suite is indeed a problem.