[nmglug] raid1 kernel crash
js at jasonschaefer.com
js at jasonschaefer.com
Mon Oct 3 15:35:53 PDT 2005
My OS is Debian 3.1r0a. I can boot into hda without raid. I can build
the raid with mdrun, currently it is still missing hda. I want it to
boot before adding hda to the raid.
fstab:
proc /proc proc defaults 0 0
/dev/md0 / ext3 defaults,errors=remount-ro
0 1
/dev/md2 /home ext3 defaults 0 2
/dev/md1 /var ext3 defaults 0 2
/dev/hda1 none swap sw,pri=1 0 0
/dev/hdb1 none swap sw,pri=1 0 0
menu.lst:
title Debian GNU/Linux, kernel 2.6.8-2-386
root (hd0,1)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/md0
md=0,/dev/hda2,/dev/hdb2 ro
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-386 (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/md0 md=0,/dev/hdb2
ro singleinitrd /boot/initrd.img-2.6.8-2-386
savedefault
boot
Edward F. Brown wrote:
>Jason,
>
>If you are still trying to solve this, can you add some details? OS,
>grub.conf, fstab... Can you still boot from hda only, or are you working
>on this from a rescue environment?
>
>-Ed
>
>
>
>
>>Hello
>>
>>I am at my ends wit! I am trying to setup a software raid1 on my entire
>>system, including boot and root.
>>
>>I keep getting a kernel panic
>>
>>pivot_root: No such file for directory
>>/sbin/init: 432: cannot open dev/console no such file
>>kernel panic: attempted to kill init!
>>
>>setup partitions on hdb to match hda, marked type fd (raid autodetect)
>>
>>mdadm --create /dev/md0 --raid-devices=2 --level=1 missing /dev/hdb2,3,4
>>etc.
>>
>>I then mkfs.ext3 /dev/md0,2,3 etc. and copied files from hda to
>>appropriate mda.
>>
>>Modified grub: root (hd0,1) and root=/dev/md0 md=0,/dev/hda2,/dev/hdb2
>>
>>changed /etc/fstab to be md instead of hd.
>>
>>I have setup /etc/mkinitrd/modules with various modules I think I may
>>need (not too sure what exactly I need)
>>
>>sis
>>sis5513
>>ide-core
>>ide-generic
>>ide-disk
>>md
>>raid1
>>
>>I rebuilt initrd with mkinitrd -o /boot/initrd.....
>>
>>Let me know if you see any fault with my method.
>>
>>-Jason
>>
>>
>>_______________________________________________
>>nmglug mailing list
>>nmglug at nmglug.org
>>http://www.nmglug.org/mailman/listinfo/nmglug
>>
>>
>>
>
>
>_______________________________________________
>nmglug mailing list
>nmglug at nmglug.org
>http://www.nmglug.org/mailman/listinfo/nmglug
>
>
>
More information about the nmglug
mailing list