Title says everything. Here is output of Boot info script: http://paste.ubuntu.com/1169338/
sudo os-prober returns only Windows partition:
sudo os-prober
/dev/sda2:Windows 7 (loader):Windows:chain
If I manually mount Arch Linux partition with Nautilus, sudo os-prober returns Windows and also Arch Linux partition:
sudo os-prober
/dev/sda2:Windows 7 (loader):Windows:chain
/dev/sda6::Arch:linux
If os-prober don't find Arch Linux partition, Arch Linux don't show on the Grub2, so everytime kernel in Ubuntu is updated I have to manually mount Arch Linux partition and run sudo update-grub
. Does anyone have any idea how to solve this problem?
P.S.: I use Ubuntu 12.04 LTS