Advertisement
Wzrd1

overlayroot_issue

Mar 29th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. update-grub
  2. /usr/sbin/grub-probe: error: failed to get canonical path of `overlayroot'.
  3.  
  4. mount
  5. overlayroot on / type overlayfs (rw,lowerdir=/media/root-ro/,upperdir=/media/root-rw/overlay)
  6. proc on /proc type proc (rw,noexec,nosuid,nodev)
  7. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  8. none on /sys/fs/cgroup type tmpfs (rw)
  9. none on /sys/fs/fuse/connections type fusectl (rw)
  10. none on /sys/kernel/debug type debugfs (rw)
  11. none on /sys/kernel/security type securityfs (rw)
  12. udev on /dev type devtmpfs (rw,mode=0755)
  13. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  14. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  15. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  16. none on /run/shm type tmpfs (rw,nosuid,nodev)
  17. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  18. none on /sys/fs/pstore type pstore (rw)
  19. /dev/sda1 on /media/root-ro type ext4 (ro,errors=remount-ro)
  20. /media/root-ro/media/floppy0 on /media/floppy0 type overlayfs (rw,lowerdir=/media/root-ro/media/floppy0,upperdir=/media/root-rw/overlay/media/floppy0)
  21. /dev/mmcblk0p1 on /media/root-rw type ext4 (rw,relatime,data=ordered)
  22. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  23. gvfsd-fuse on /run/user/112/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lightdm)
  24.  
  25. df -h
  26. Filesystem Size Used Avail Use% Mounted on
  27. overlayroot 7.3G 55M 6.8G 1% /
  28. none 4.0K 0 4.0K 0% /sys/fs/cgroup
  29. udev 481M 4.0K 481M 1% /dev
  30. tmpfs 99M 1.1M 98M 2% /run
  31. none 5.0M 0 5.0M 0% /run/lock
  32. none 495M 72K 495M 1% /run/shm
  33. none 100M 12K 100M 1% /run/user
  34. /dev/sda1 6.3G 5.5G 482M 93% /media/root-ro
  35. /media/root-ro/media/floppy0 7.3G 55M 6.8G 1% /media/floppy0
  36. /dev/mmcblk0p1 7.3G 55M 6.8G 1% /media/root-rw
  37.  
  38. cat /etc/fstab
  39. #
  40. # This fstab is in an overlayfs. The real one can be found at
  41. # /media/root-ro/etc/fstab
  42. # The original entry for '/' and other mounts have been updated to be placed
  43. # under /media/root-ro.
  44. # To permanently modify this (or any other file), you should change-root into
  45. # a writable view of the underlying filesystem using:
  46. # sudo overlayroot-chroot
  47. #
  48. # /etc/fstab: static file system information.
  49. #
  50. # Use 'blkid' to print the universally unique identifier for a
  51. # device; this may be used with UUID= as a more robust way to name devices
  52. # that works even if disks are added and removed. See fstab(5).
  53. #
  54. # <file system> <mount point> <type> <options> <dump> <pass>
  55. # / was on /dev/sda1 during installation
  56. UUID=d34a6801-deff-4bc2-b132-9091e07a8005 /media/root-ro/ ext4 ro,errors=remount-ro 0 1
  57. /media/root-ro/ / overlayfs lowerdir=/media/root-ro/,upperdir=/media/root-rw/overlay 0 1
  58. # swap was on /dev/sda5 during installation
  59. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /tmp ext4 errors=remount-ro 0 1
  60. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /var ext4 errors=remount-ro 0 1
  61. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /home ext4 errors=remount-ro 0 1
  62. #overlayroot:swap=0#UUID=bd333f71-8993-4fdb-937a-1604c866651f none swap sw 0 0
  63. /dev/sr0 /media/root-ro/media/floppy0 auto ro,rw,user,noauto,exec,utf8 0 0
  64. /media/root-ro/media/floppy0 /media/floppy0 overlayfs lowerdir=/media/root-ro/media/floppy0,upperdir=/media/root-rw/overlay/media/floppy0 0 0
  65.  
  66. cat /media/root-ro/etc/fstab
  67. # /etc/fstab: static file system information.
  68. #
  69. # Use 'blkid' to print the universally unique identifier for a
  70. # device; this may be used with UUID= as a more robust way to name devices
  71. # that works even if disks are added and removed. See fstab(5).
  72. #
  73. # <file system> <mount point> <type> <options> <dump> <pass>
  74. # / was on /dev/sda1 during installation
  75. UUID=d34a6801-deff-4bc2-b132-9091e07a8005 / ext4 errors=remount-ro 0 1
  76. # swap was on /dev/sda5 during installation
  77. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /tmp ext4 errors=remount-ro 0 1
  78. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /var ext4 errors=remount-ro 0 1
  79. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /home ext4 errors=remount-ro 0 1
  80. UUID=bd333f71-8993-4fdb-937a-1604c866651f none swap sw 0 0
  81. /dev/sr0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  82.  
  83. cat /media/root-ro/etc/fstab
  84. # /etc/fstab: static file system information.
  85. #
  86. # Use 'blkid' to print the universally unique identifier for a
  87. # device; this may be used with UUID= as a more robust way to name devices
  88. # that works even if disks are added and removed. See fstab(5).
  89. #
  90. # <file system> <mount point> <type> <options> <dump> <pass>
  91. # / was on /dev/sda1 during installation
  92. UUID=d34a6801-deff-4bc2-b132-9091e07a8005 / ext4 errors=remount-ro 0 1
  93. # swap was on /dev/sda5 during installation
  94. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /tmp ext4 errors=remount-ro 0 1
  95. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /var ext4 errors=remount-ro 0 1
  96. #UUID=74fc3022-1dfc-4c0d-a1d9-aea7ed5ff614 /home ext4 errors=remount-ro 0 1
  97. UUID=bd333f71-8993-4fdb-937a-1604c866651f none swap sw 0 0
  98. /dev/sr0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  99.  
  100. cat /etc/overlayroot.conf
  101. # This is the overlayroot config file
  102. overlayroot_cfgdisk="disabled"
  103. overlayroot="device:dev=/dev/mmcblk0p1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement