My installation is a Ubuntu 12.04 64 bits (Classic "legacy" MBR - No EFI/UEFI here) with two partition :
- A separate boot partition
- An encrypted LUKS volume that contains the system Logical Volumes
I seems I accidentaly deleted all the current kernel files with:
sudo apt-get purge 'linux-image-3.8*'
I applied the updates with Ubuntu Software Update, rebooted and then: Ubuntu can't boot.
I tried to boot on a live DVD with a 14.04.1 Ubuntu and can still see my partitions (described later):
/dev/sda1 (boot) /dev/sda2 (Encrypted volume) /dev/sda5 (Logical Volume container)
What are the steps to recover/reinstall the kernel files and dependencies in order to cleanly reboot my installed system?
Thanks in advance