I am on the ubuntu 12.04 64bit Beta right now. Having a more exotic partition setup:
- EFI
- /boot PARTITION (fat)
- LVM (encrypted)
|
|- /root
|- /home
|- /swap
Now I noticed that my boot partition doesn't get updated by the Update Manager. Thus new kernel images etc. get downloaded but to another /boot folder on the /root partition. Same is happening when I try to make changes to grub from cli, grub-update only applies to the /root-/boot stuff, leaving my boot process uneffected...
The whole setup has been done on a fresh install using the alternate cd/dvd. If I remember correctly I ran into this issue on 10.04 LTS, too (never solved it there because we went on using centos).
Any insights, tipps or solutions? Thanks.
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/agw--x220-root / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=8EBB-0ACF /boot/efi vfat defaults 0 1
/dev/mapper/agw--x220-home /home ext4 defaults,user_xattr 0 2
/dev/mapper/agw--x220-swap_1 none swap sw 0 0