Ho provato in tutti i modi ma dice sempre command not found!!
Codice: Seleziona tutto
root@ubuntu:/# sudo mount --bind /proc /mnt/proc
bash: sudo: command not found
root@ubuntu:/# sudo mount -o bind /proc /mnt/proc
bash: sudo: command not found
root@ubuntu:/# sudo mount --bind /sys /mnt/sys
bash: sudo: command not found
root@ubuntu:/# mount --bind /sys /mnt/sys
mount: mount point /mnt/sys does not exist
root@ubuntu:/# mount /dev/sda4 /mnt/boot
mount: mount point /mnt/boot does not exist
root@ubuntu:/# sudo mount /dev/sda4 /mnt/boot
bash: sudo: command not found
root@ubuntu:/# grub-install /dev/sda
bash: grub-install: command not found
root@ubuntu:/# sudo grub-install /dev/sda
bash: sudo: command not found
root@ubuntu:/# grub-install --recheck /dev/sda
bash: grub-install: command not found
root@ubuntu:/#Vi prego aiutatemi...non voglio perdere i dati su Ubuntu :'( :'(


