Advertisement
unclemusclez

Untitled

Jun 27th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. unmount: command not found
  2. root@lubuntu:/# umount /boot/efi
  3. root@lubuntu:/# mount -a
  4. mount: mounting UUID=4da5596e-fd8b-4738-bbf5-56d2c2705ef1 on /boot failed: No such file or directory
  5. mount: mounting UUID=DEE2-1CC0 on /boot/efi failed: No such file or directory
  6. root@lubuntu:/# rm -r /boot
  7. root@lubuntu:/# mkdir -p /boot/efi
  8. root@lubuntu:/# type rm -r /boot/efi
  9. rm is hashed (/bin/rm)
  10. bash: type: -r: not found
  11. bash: type: /boot/efi: not found
  12. root@lubuntu:/# type rm -r /boot/efi
  13. rm is hashed (/bin/rm)
  14. bash: type: -r: not found
  15. bash: type: /boot/efi: not found
  16. root@lubuntu:/# type rm -r /boot/efi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement