Dell System Inspiron N7110

I have a Dell System Inspiron N7110.
Kernel: 6.8.0-51-generic
CPU: Intel i5-2410M (4) @ 2.900GHz
GPU: Intel 2nd Generation Core Proce
Memory: 776MiB / 5838MiB
The computer is a MBR/Legacy machine

I looked this machine up and found it came out in 2011. I don’t think it can be used with Ubuntu? Any suggestions on how I can keep this computer out of the E waste dump?

It can be used with Ubuntu. However, given the age and specifications a “lighter” flavor is recommended. The “midrange” Kubuntu (KDE) should be perfectly fine. Even lighter, the classics Xubuntu (XFCE) or Lubuntu (LXQt).

1 Like

On the hardware side, for much better results:

  • Replace the old HDD with a SSD;
  • Max out the RAM
1 Like

If you feel like being a little bit adventurous, you can also check out Bodhi Linux or EndeavourOS.

Both work well on older hardware.

1 Like

Some older PCS have trouble booting in Legacy mode when the installer adds a BIOS Boot partition.
This can be avoided by installing to a single partition (pre UEFI style).

Also, it would be advisable to try a lighter flavour within the Ubuntu family e.g. Xubuntu or Lubuntu

This is an old-fashioned installation with only one partition (without a BIOS Boot partition) :-

  • Remove all disks – only the installer USB and target disk available
  • Boot into a “Try Ubuntu” live session in Legacy mode
  • Open terminal and double check boot mode

[ -d /sys/firmware/efi ] && echo "UEFI" || echo "Legacy"

  • Open Gparted (or KDE Partion Manager) > Devices > Create a msdos partition table on the target disk.
  • Close the partition editor
  • Open the installer
  • Installation type = Manual Installation (Something Else)
  • Select free space and click the + sign
  • Create one Primary partition with Ext4 file system and Mount point = / (system root)
  • Install Grub bootloader to device not to a partition (e.g sda not sda1)
  • Do not let the installer “Erase Disk and Install”
  • If you see a message/warning about “ESP not found”, ignore it and continue the installation.
  • Also ignore any GPT message about bios-grub
  • The installer will show that only one partition is to be created and formatted.
  • Continue the installation
  • Rarely, you may need to flag the partition as boot or bls_boot

Let’s see if Lady Luck is on your side?

It only has 1 partition that the system is mounted on.

Which version of the Ubuntu family?

I have Mint, that will not boot so I want to try one of the lighter versions of Ubuntu that you suggested.

My suggestion helped a user with a Dell N4110, so worth a shot?

You are thinking wrong. :wink: That is for the current LTS release, so your machine just about fits the bill; don’t mind that it doesn’t show 6 GiB exactly.

The only additional setup I’d recommend is zswap; should be good for some additional RAM savings. The installer sets up an appropriately sized swap file, so all you have to do is enable zswap on top of that, for instance by adding zswap.enabled=1 to the kernel command line.


Oh, almost forgot, with an Ubuntu Pro subscription (free for personal use on up to five machines) that machine can keep working until 2036 (2038, if you’re willing to pay for extended support).

Moderator steps in here, for two reasons.

  1. It’s rude to say it that way. The emoji doesn’t fix it.
    When a person with a misunderstanding is asking for help, please take the time to help them in a way that will help them best.
    Folks from around the world will read this. Avoid the use of idioms, sarcasm, or humor. We have found they they often don’t translate well.

  2. The official system requirements for all releases of Ubuntu are right here in Ubuntu Discourse.
    When the original source is available, please use it.
    Sending folks to unofficial sites instead is…not cool.

Sounds absolutely fine. 6Gb RAM is plenty. You could always try Ubuntu and see how it performs. You could also install the XFCE desktop, switch to that then use XFCE which will give a more responsive system. Both cost nothing to try :slight_smile:

I think I have found the problem with this computer not booting up after I install an operating system. I can run a system from the flash drive, but when installed it will not boot. I had Android on a flash stick and I installed it and it would not boot up. I am going to replace the hard drive with a SSD and hopefully that will solve my problem.

If you have any other ideas let me know please.

If the problem is a faulty drive, sure.

However, if the problem is wrong settings in BIOS then it won’t, obviously.

I checked the Bios, this computer is from 2011 and is very simple and nothing to change.

So, if you’re sure the boot order is correct go ahead and replace the drive. An incorrect boot order is what I meant when I said “wrong settings” above.

When booted to the ISO on USB, run sudo parted -l and see if you drive is using ms-dos or GPT partitioning. Some of those older computers don’t understand GPT even with the bios_grub partition for a legacy install

1 Like

I set it up as ms-dos when I installed the system.