Hirdetés

Aktív témák

  • sellerbuyer

    őstag

    LOGOUT blog

    Ha valaki esetleg tudna segíteni... Ubuntu 10.04 LTS, Raid1 létrehozva, minden nagyon jó, csak nem akar róla bootolni sajnos.

    Így néz ki a /boot/grub sarkalatos része:

    ### BEGIN /etc/grub.d/09_swraid1_setup ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry 'Ubuntu, with Linux 2.6.32-41-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    insmod raid
    insmod mdraid
    insmod ext2
    set root='(md0,1)'
    linux /vmlinuz-2.6.32-41-generic root=/dev/md0 ro quiet
    initrd /initrd.img-2.6.32-41-generic
    }### END /etc/grub.d/09_swraid1_setup ###

    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Ubuntu, with Linux 2.6.32-41-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod raid
    insmod mdraid
    insmod ext2
    set root='(md0)'
    search --no-floppy --fs-uuid --set 6292b0dc-88a6-40ce-a247-6b36b2475f0d
    linux /vmlinuz-2.6.32-41-generic root=UUID=ca79a1c5-b8b4-492f-926b-7d956410ab4f ro quiet splash
    initrd /initrd.img-2.6.32-41-generic
    }

    A boot során ezt az UUID-jű eszközt reklamálja valamiért a grub:
    ca79a1c5-b8b4-492f-926b-7d956410ab4f

    Ebből arra következtetek, hogy valamiért nem a ### BEGIN /etc/grub.d/09_swraid1_setup ### rész menüje fut le, hanem a ### BEGIN /etc/grub.d/10_linux ### részé. Ergo nem tudja a grub, hogy raid-ről van szó, pedig csak a két raid 1-ben lévő vinyó van a gépben boot-kor. :F

Aktív témák