When Debian based live ISO is booted start terminal and type:
mount -t proc proc /mnt/sda5/proc
mount -t sysfs sys /mnt/sda5/sys
mount -o bind /dev /mnt/sda5/dev
chroot /mnt/sda5 /bin/bash
Then run:
update-grub2
grub-install /dev/sda
When Debian based live ISO is booted start terminal and type:
mount -t proc proc /mnt/sda5/proc
mount -t sysfs sys /mnt/sda5/sys
mount -o bind /dev /mnt/sda5/dev
chroot /mnt/sda5 /bin/bash
Then run:
update-grub2
grub-install /dev/sda
Xbian is my proffered media center solution for some time now and one of the great features is ability to create .img of your current system so that you can use it for backup purposes or multiplication.
All you need to do is to create your backup using xbian-config script run as root and navigate to Xbian copier: Continue reading “How to backup/restore/mount Xbian .img to a local folder”
When you log in into slax type:
mount -t proc proc /mnt/hda3/proc mount -o bind /dev /mnt/hda3/dev chroot /mnt/hda3 /bin/bash grub
then
find /boot/grub/stage2 root (hd0,2) setup (hd0) quit
Then exit and reboot.