On Samstag 16 Mai 2009, Maximilian Bräutigam wrote:
> Hi all,
>
> on my new computer i recently installed gentoo using a raid1
> of /dev/sda6 and /dev/sdb6. i'm using genkernel with nearly standard
> config (except the configs regarding raid and power management) and my
> grub ist configured as u see below:

probably forgot something there.
>
> title           Gentoo Linux x86_64-2.6.28-5 (fb)
> root            (hd0,5)
> kernel          /boot/kernel-genkernel-x86_64-2.6.28-gentoo-r5
> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/md1 udev
> video=vesafb:mtrr:3,ywrap vga=838
> initrd          /boot/initramfs-genkernel-x86_64-2.6.28-gentoo-r5
> savedefault
> boot

ugh. You know that you don't need an initrd for raid1?

>
> The framebuffer is working well, the scans that are made before booting
> are working and then it tries to
>  * boot (initramfs) ..
> and at this point he simply stops and does nothing anymore.
>
> yesterday, everything was working fine, but i can't remember that i did
> something wrong or extraordinary. for me it sounds like raid-support is
> broken, but my config is ok. recompilation of kernel was no problem.
>
> please, help me solving this weird problem, that is driving me crazy.

boot systemrescuecd
mount /dev/md1 /mnt/gentoo
cd /mnt/gentoo
mount --bind /proc proc
mount --bind /dev dev
mount --bind /sys sys
chroot ./. /bin/zsh
etc-update
exit
reboot


Reply via email to