我现在正在使用ubuntu 12.04 64位Beta。具有更奇特的分区设置:
- EFI
- /boot PARTITION (fat)
- LVM (encrypted)
|
|- /root
|- /home
|- /swap
现在,我注意到我的启动分区没有被更新管理器更新。因此,新的内核映像等将被下载,但会下载到/ root分区上的另一个/ boot文件夹。当我尝试从cli更改grub时,也会发生同样的情况,grub-update仅适用于/ root- / boot东西,而使我的启动过程不受影响...
整个安装程序已经使用替代cd / dvd进行了全新安装。如果我没记错的话,我也在10.04 LTS上遇到了这个问题(因为我们继续使用centos,所以从来没有在那里解决过)。
有任何见解,建议或解决方案吗?谢谢。
猫/ 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