Systemrettung: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
Zeile 17: Zeile 17:


cd /boot
cd /boot
dpkg-reconfigure initramfs-tools
oder
dpkg-reconfigure linux-image-4.4.5-towo.1-siduction-amd64
dpkg-reconfigure linux-image-4.4.5-towo.1-siduction-amd64
oder
oder

Version vom 9. April 2016, 15:18 Uhr


Grub restaurieren

  • Rettungssystem starten
BOOT_DISK=/dev/sdX
ROOT_PART=/dev/sdX5

test -d /trg || mkdir /trg
mount $ROOT_PART /trg

for dir in /sys /dev /proc ; do
   mount -o bind $dir /trg/$dir
done
chroot /trg
echo "we have entered the forign system (chroot)!"

cd /boot
dpkg-reconfigure initramfs-tools
oder
dpkg-reconfigure linux-image-4.4.5-towo.1-siduction-amd64
oder
initramdfs -v -u

grub-install $BOOT_DISK

echo "use 'exit' to leave the forign system"