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
Kj [/.] Sreekumar programs computers as a hobby and profession. Into programming from his school days, Sree uses Codemarvels to key in facts and fixes he finds interesting while working on different projects. Some of the articles here give away a few shades of his philosophical leanings too.