Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
1–10 of 80 posts
Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#2Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#3Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#4What has saved my skin on a number of occasions is the ability to boot remote servers into rescue mode and chroot into the broken system. That way you can use package managers, all your diagnostic tools, and everything else the boot image doesn't provide.
Basically you just mount the different partitions and then chroot just swaps /proc /sys /dev of the rescue image with the real ones, and BAM you're back in business.
For details see threads like: http://superuser.com/questions/111152/whats-the-proper-way-t...
I know that for many of you this isn't rocket surgery, but for those who don't know you have to google for "chroot" when you boot into a rescue image and discover you can't do anything, you might just remember this post.
Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#5Pretty cool, although I'm pretty sure I would never use something like this. What has saved my skin on a number of occasions is the ability to boot remote servers into rescue mode and chroot into the broken system. That way you can use package managers, all your diagnostic tools, and everything else the boot image doesn't provide. Basically you just mount the different partitions and then chroot just swaps /proc /sys…
Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#6I guess this could be really useful for installing distributions that are not available at some VPS providers.
Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#7Pretty cool, although I'm pretty sure I would never use something like this. What has saved my skin on a number of occasions is the ability to boot remote servers into rescue mode and chroot into the broken system. That way you can use package managers, all your diagnostic tools, and everything else the boot image doesn't provide. Basically you just mount the different partitions and then chroot just swaps /proc /sys…
Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#8Pretty cool, although I'm pretty sure I would never use something like this. What has saved my skin on a number of occasions is the ability to boot remote servers into rescue mode and chroot into the broken system. That way you can use package managers, all your diagnostic tools, and everything else the boot image doesn't provide. Basically you just mount the different partitions and then chroot just swaps /proc /sys…
I like the term rocket surgery, I will steal it from you for sure.
Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#9Somebody correct if I am wrong, but this script somehow allows the session to live in the RAM. Once the OS is running directly from the RAM, the hard drive can be wiped and a new OS can be installed. The system is then booted to run off of the hard drive.
On the other hand, this seems like it would be an incredibly easy thing to screw up and potentially leave yourself with a corrupted or unbootable system.
Re: Takeover.sh – Wipe and reinstall a running Linux system via SSH without reboot
#10Pretty cool, although I'm pretty sure I would never use something like this. What has saved my skin on a number of occasions is the ability to boot remote servers into rescue mode and chroot into the broken system. That way you can use package managers, all your diagnostic tools, and everything else the boot image doesn't provide. Basically you just mount the different partitions and then chroot just swaps /proc /sys…