Как настроить загрузчик GRUB во время обновления apt-get на Ubuntu 12.04

У меня есть ящик с Ubuntu 12.04, и я просто обновил apt-get. Мне сообщается об обновлении моего загрузчика GRUB, но со следующим сообщением:

The GRUB boot loader was previously installed to a disk that is no longer present, 
or whose unique identifier has changed for some reason. It is important to make sure that the  
installed GRUB core image stays in sync with GRUB modules and grub.cfg. Please check
again to make sure that GRUB is written to the appropriate boot devices.                         

If you're unsure which drive is designated as boot drive by your BIOS, it is often 
a good idea to install GRUB to all of them.                                                        

Note: it is possible to install GRUB to partition boot records as well, and some
appropriate partitions are offered here. However, this forces GRUB to use the blocklist
mechanism, which makes it less reliable, and therefore is not recommended.                                                                                                                       

GRUB install devices:
[ ] /dev/sda (3000592 MB; ST3000DM001-9YN166)                                                                                                                                           
[ ] /dev/sdb (3000592 MB; ST3000DM001-9YN166)                                                                                                                                         
[ ] /dev/md1 (536 MB; rescue:1)                                                                                                                                                    
[ ] /dev/md2 (1099510 MB; rescue:2)                                                                                                                                                                                                      

Я беспокоюсь, что выбор неправильного варианта сделает мой ящик не загружаемым. У меня нет физического доступа к нему, так как это ящик в облаке. Пожалуйста, совет!

Изменить:

Это мой / etc / fstab:

proc /proc proc defaults 0 0
/dev/md/0 none swap sw 0 0
/dev/md/1 /boot ext3 defaults 0 0
/dev/md/2 / ext4 defaults 0 0
/dev/md/3 /home ext4 defaults 0 0

Это мой df -h:

1
задан 18 January 2014 в 02:09

0 ответов

Другие вопросы по тегам:

Похожие вопросы: