Re: [Bug 703009] Re: grub-probe: error: cannot stat `aufs'.

2011-10-10 Thread Calendros
On 2011-10-10 15:21, tuximero wrote:
> I am having the same problem. There seems to be no possibility to
> successfully run the ubuntu installer. It always ends up with a critical
> error: 'cannot stat aufs'. I can not even run the grub-install
> afterwards and let the installer skip this step because there is no
> option for this.
>
> I don't know how to install the distribution without the installer.
>
> It's very sad that this bug is known for nine month and nothing happens.
> This one is critical and kept people from trying ubuntu.
>
Have you tried to boot ubuntu live (the "try ubuntu option" not the 
install one) after a failed installation to force then to install grub 
following the procedure I propose ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/703009

Title:
  grub-probe: error: cannot stat `aufs'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/703009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 703009] Re: grub-probe: error: cannot stat `aufs'.

2011-10-07 Thread Calendros
I think it may be caused by the fact that grub-install does not know 
where is the root directory (the partition where /boot/grub is located on).

maybe something like :
 sudo mount /dev/sda1 /mnt # where sdb1 is your root partition (or 
boot partition if you have one)
 sudo grub-install /dev/sda --root-directory=/mnt # sda is the disk 
where you want to install grub

Or maybe you can do a chroot :
 sudo mount /dev/sda1 /mnt # root partition (or boot partition)
 sudo mount -o bind /dev /mnt/dev
 sudo mount -o bind /proc /mnt/proc
 sudo mount -o bind /sys /mnt/sys
 sudo chroot /mnt
 grub-install /dev/sda # where you want to install grub

Hope it can help someone if it works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/703009

Title:
  grub-probe: error: cannot stat `aufs'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/703009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs