Le 12/01/2011 22:48, Stroller a écrit :
> On 12/1/2011, at 6:14pm, Jacques Montier wrote:
>> ...
>> after chroot, i can install every package except grub in /boot.
>> I get the message : "your boot partition, detected as being mounted as
>> /boot, is read-only.
>> Remounting it in read-write mode ..."
>> Then the error message : "failed to create symbolic link `//boot/boot` :
>> Read-only file system.
> Have you tried rebooting and chrooting in again?
>
> It sound like maybe (wild-ass guess) you forgot to do the `mount -t proc proc 
> /mnt/gentoo/proc && mount -o bind /dev /mnt/gentoo/dev` part or something 
> like this.
>
> Stroller.
>
>
What i did this morning :
- boot from a sysrescuecd cdrom.

I have 4 partitions for boot, /, usr and home, so :
- mount /dev/sda6 /mnt/gentoo
- mount /dev/sda3 /mnt/gentoo/boot
- mount /dev/sda7 /mnt/gentoo/usr
- mount /dev/sda8 /mnt/gentoo/home
- mount -t proc proc /mnt/gentoo/proc
- mount -o bind /dev /mnt/gentoo/dev
- cd /mnt/gentoo
- chroot /mnt/gentoo /bin/bash
- emerge grub

So grub-0.97-r10 is installed, but grub can't create grub directory
beause of read-only boot partition...


I tried

- export DONT_MOUNT_BOOT
- emerge grub

But no success...

--
Jacques

Reply via email to