Le 4984 Septembre 1993, Nathan Willis a tapoté:
> What to do?

The only workaround I found is to boot on the live CD.
Then mount the root device under /mnt/:

$ sudo bash
# mount /dev/hdXY /mnt

Mount /proc /dev and /sys

# mount --bind /proc /mnt/proc
# mount --bind /dev /mnt/dev
# mount --bind /sys /mnt/sys

Chroot to there:
# chroot /mnt

By defaut I do not have bash, which I prefer
# /bin/bash

You must mount everything:
# mount -a

Then install yaird.
# apt-get install yaird

Then create the initramfs with yaird
# yaird -o /boot/initrd.img-<version> <version>

You may delete the old initrd first.

# umount -a

Exit from the chroot, umount /mnt/proc /mnt/dev /mnt/sys /mnt
Reboot.

Hope it will help.
-- 
Daniel Dehennin

-- 
I keep getting an error with initramfs every time it tries to load a new initrd 
image
https://bugs.launchpad.net/bugs/98911
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to