Hi everyone 
I'm "resurrecting" this long-running topic, to share the specs and history of a "Dell Latitude E6440" (sometimes referred to as "Dell Latitude 6440") laptop computer that I have.
I live in Portugal (a country in Europe and in the EU / "European Union") and I bought this computer used, from a seller in "eBay UK", in the year 2019 (this was "pre-Brexit": back then the United Kingdom was still also in the European Union, so I didn't have to pay Customs Fees to buy it). This particular machine, back then in 2019, was 5 years old (it had been manufactured in 2014).
This machine came with a dual core 4th Generation Intel Core i7 Processor (CPU) ; 16 GB of RAM ; a 256 GB SSD and Windows 10 Pro (pre-installed from the eBay seller).
The computer is serving as a Media Player, connected with an HDMI Cable to a LED TV
This year (2025), a few months ago, considering that Windows 10 is going to stop receiving free security updates in October, I decided to delete Windows 10 and install "Ubuntu MATE 24.04 LTS" ("Noble Numbat").
The SSD came to me configured as a MBR (Master Boot Record) Device and not as a GPT (GUID Partition Table) one. I didn't want to risk changing it from MBR to GPT and I also didn't want to mess with the two pre-configured "system" partitions that it had. So, during the Ubuntu MATE 24.04 installation (that I did from a USB flash drive with the Ubuntu MATE live environment and installer ) - and given the limitations of the "Ubuntu 24.04" installer regarding MBR configurations - I ended up having to switch back-and-forth from the installer to the "GParted" program that is available in the "Ubuntu MATE 24.04" live environment in the flash drive. I deleted the Windows partition, recreated it as an extended partition and created a logical partition to install "Ubuntu MATE 24.04". It involved a bit of work, but it worked! 
So - and without further ado - here are the System Specs of this "Dell Latitude E6440":
myuser@dell6440:~$ inxi -ACDMmNSG
System:
Host: dell6440 Kernel: 6.8.0-64-generic arch: x86_64 bits: 64
Desktop: MATE v: 1.26.2 Distro: Ubuntu MATE 24.04.2 LTS (Noble Numbat)
Machine:
Type: Laptop System: Dell product: Latitude E6440 v: 00
serial: <superuser required>
Mobo: Dell model: 0YX2X3 v: A00 serial: <superuser required> BIOS: Dell
v: A24 date: 06/13/2019
Memory:
System RAM: total: 16 GiB available: 15.53 GiB used: 1.74 GiB (11.2%)
Array-1: capacity: 16 GiB slots: 2 modules: 2 EC: None
Device-1: DIMM A type: DDR3 size: 8 GiB speed: 1600 MT/s
Device-2: DIMM B type: DDR3 size: 8 GiB speed: 1600 MT/s
CPU:
Info: dual core model: Intel Core i7-4610M bits: 64 type: MT MCP cache:
L2: 512 KiB
Speed (MHz): avg: 908 min/max: 800/3700 cores: 1: 919 2: 800 3: 1114
4: 800
Graphics:
Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915
v: kernel
Device-2: Microdia Laptop_Integrated_Webcam_HD driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.11 driver: X: loaded: modesetting
unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1: 1920x1080~60Hz
2: N/A
API: EGL v: 1.5 drivers: crocus,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa
v: 24.2.8-1ubuntu1~24.04.1 renderer: Mesa Intel HD Graphics 4600 (HSW GT2)
Audio:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio
driver: snd_hda_intel
Device-2: Intel 8 Series/C220 Series High Definition Audio
driver: snd_hda_intel
API: ALSA v: k6.8.0-64-generic status: kernel-api
Server-1: PipeWire v: 1.0.5 status: active
Network:
Device-1: Intel Ethernet I217-LM driver: e1000e
Device-2: Intel Centrino Advanced-N 6235 driver: iwlwifi
Drives:
Local Storage: total: 238.47 GiB used: 66.38 GiB (27.8%)
ID-1: /dev/sda vendor: Transcend model: TS256GSSD420K size: 238.47 GiB
myuser@dell6440:~$ sudo parted /dev/sda print
Model: ATA TS256GSSD420K (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 577MB 576MB primary ntfs boot
2 577MB 255GB 255GB extended lba
5 578MB 147GB 147GB logical ext4
3 255GB 256GB 562MB primary ntfs msftres
myuser@dell6440:~$ sudo fdisk -l /dev/sda
Disk /dev/sda: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: TS256GSSD420K
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xfd4e3af1
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 1126399 1124352 549M 7 HPFS/NTFS/exFAT
/dev/sda2 1126400 499015679 497889280 237.4G f W95 Ext'd (LBA)
/dev/sda3 499015680 500113407 1097728 536M 27 Hidden NTFS WinRE
/dev/sda5 1128448 287848447 286720000 136.7G 83 Linux
Partition table entries are not in disk order.
myuser@dell6440:~$ df -hTP
Filesystem Type Size Used Avail Use% Mounted on
tmpfs tmpfs 1.6G 1.9M 1.6G 1% /run
/dev/sda5 ext4 134G 67G 61G 53% /
tmpfs tmpfs 7.8G 41M 7.8G 1% /dev/shm
tmpfs tmpfs 5.0M 12K 5.0M 1% /run/lock
tmpfs tmpfs 1.6G 176K 1.6G 1% /run/user/1000