This article will show the simple steps of installing the latest version of Ubuntu – Ubuntu Desktop 24.04 LTS on the entire second disk in the system. This is the simplest set up with two operation system with dual boot – one Windows 10 and one the new Ubuntu 24.04. There are two separate disks one NVME and one hard disk device in the system are installed, and the the entire sda disk will be used for the installation of Ubuntu Desktop 24.04 LTS. All disk information in sda disk device will be permanently deleted by the installation wizard! Review of Ubuntu
Ubuntu Desktop 24.04 LTS offers the following software:
We used the following ISO for the installation process – Ubuntu 24.04 LTS (Noble Numbat): https://releases.ubuntu.com/noble/ubuntu-24.04-desktop-amd64.iso
It is a LIVE image so you can try it before installing it. The easiest way is just to download the image and burn it to a DVD disk or make a bootable USB flash drive with the Linux dd tool and then follow the installation below.
The USB drive, which will be overwritten by the dd command is /dev/sdb – all data on this device will be lost! Check carefully, which device is the plugged removable USB device, which should host the live Ubuntu Desktop 24.04 LTS installation image.
sudo # dd if=/mnt/media/OS/ubuntu-24.04-desktop-amd64.iso of=/dev/sdb bs=8M status=progress oflag=direct 6056574976 bytes (6.1 GB, 5.6 GiB) copied, 52 s, 116 MB/s6114656256 bytes (6.1 GB, 5.7 GiB) copied, 52.4699 s, 117 MB/s 728+1 records in 728+1 records out 6114656256 bytes (6.1 GB, 5.7 GiB) copied, 52.5094 s, 116 MB/s
It’s worth noting this installation procedure is a little bit different than the last for Ubuntu 22.04. Follow the screenshots below to install Ubuntu Desktop 24.04 LTS:
To install Ubuntu from your DVD or USB you must boot from it, so change your BIOS accordingly – first boot divice should be the DVD or USB drive with Ubuntu installation. If you do it successfully you would see the screenshot below.
By default, English is selected. Click on “Next”.
Several options are available – Seeing, Hearing, Typing, Pointing and clicking, and Zoom.
Probably the default is ok, the setup tries to autodetect it. Click on “Next”.
If the user would like to just try and see what the new Ubuntu 24.04 can do select the second option “Try Ubuntu”.
The user will choose several custom options.
The post Install Ubuntu Desktop 24.04 LTS on the entire disk with dual boot MS Windows first appeared on Any IT here? Help Me!.
Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…
Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…
At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…
I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…
Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…
Now I want to share the DNS server installation process on your Ubuntu 20.04 server.…