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
- sudo mkdir /media/fix
- sudo mount /dev/sda2 /media/fix(replace /dev/sda2 by your drive name.)
- sudo chroot /media/fix su
- apt-get update
- apt-get upgrade
Reference: Zee’s 6 Step Ubuntu Fix

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.