Advertisement
balazs95

grub2

Nov 13th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo fdisk -l
  2.  
  3. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  4.  
  5.  
  6. Disk /dev/sda: 128.0 GB, 128035676160 bytes
  7. 255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
  8. Units = sectors of 1 * 512 = 512 bytes
  9. Sector size (logical/physical): 512 bytes / 512 bytes
  10. I/O size (minimum/optimal): 512 bytes / 512 bytes
  11. Disk identifier: 0x00000000
  12.  
  13. Device Boot Start End Blocks Id System
  14. /dev/sda1 1 250069679 125034839+ ee GPT
  15.  
  16. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  17. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  18. Units = sectors of 1 * 512 = 512 bytes
  19. Sector size (logical/physical): 512 bytes / 512 bytes
  20. I/O size (minimum/optimal): 512 bytes / 512 bytes
  21. Disk identifier: 0x000867a9
  22.  
  23. Device Boot Start End Blocks Id System
  24. /dev/sdb3 2048 976773119 488385536 7 HPFS/NTFS/exFAT
  25. ubuntu@ubuntu:~$ sudo mount /dev/sda /mnt
  26. mount: block device /dev/sda is write-protected, mounting read-only
  27. mount: you must specify the filesystem type
  28. ubuntu@ubuntu:~$ sudo mount --bind /dev/ /mnt/dev
  29. mount: mount point /mnt/dev does not exist
  30. ubuntu@ubuntu:~$ sudo chroot /mnt
  31. chroot: failed to run command ‘/bin/bash’: No such file or directory
  32. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement