Fix : Ubuntu Boot error – Boot device not found (after partitioning)

Problem: Ubuntu gives the message “Boot device not found” after partitioning using Gparted (done from a usb instance).

Reason : Unknown. Could be that no partition was mapped to /boot.

Fix: Open terninal – Run these commands

  1. sudo mkdir /media/fix
  2. sudo mount /dev/sda2 /media/fix(replace /dev/sda2 by your drive name.)
  3. sudo chroot /media/fix su
  4. apt-get update
  5. apt-get upgrade

Reference: Zee’s 6 Step Ubuntu Fix

Sreekumar Kj
Sreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his personal blog from the year 2010, where he writes about technology, philosophy, society and a bit about physics. He now runs a conversational AI company - DheeYantra - focusing his efforts to help businesses improve operational efficiency using digital employees powered by AI.