F4RR3LL
05.11.09, 11:07

exit
und dann schon ein reboot also
Code:
chroot /mnt /bin/bash mount -t proc none /proc mount -o bind /dev /dev mount -t tmpfs none /tmp apt-get remove mdadm yes netboot im ovh manager ändern exit shutdown -r now
chroot /mnt /bin/bash mount -t proc none /proc mount -o bind /dev /dev mount -t tmpfs none /tmp apt-get remove mdadm yes netboot im ovh manager ändern exit shutdown -r now
mount /dev/sda1 /mnt mount /dev/sdaX /mnt/var chroot /mnt /bin/bash mount -t proc none /proc mount -o bind /dev /dev mount -t tmpfs none /tmp apt-get remove mdadm yes netboot im ovh manager ändern killall -9 /bin/bash shutdown -r now