Latrina

Untitled

Nov 3rd, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. admin@gentoo ~ $ cat /mnt/sd/etc/fstab.broken
  2. /dev/mmcblk0p1 /boot vfat noatime 1 2
  3. /dev/mmcblk0p2 / ext4 noatime 0 1
  4. admin@gentoo ~ $
  5.  
  6. ### boot hangs here using the fstab above. noatime seems to be the issue.
  7.  
  8. [ 2.345184] Run /init as init process
  9. [ 2.393981] mmc1: new high speed SDIO card at address 0001
  10. [ 2.412653] Alpine Init 3.5.0-r0
  11. [ 2.418032] Loading boot drivers...
  12. [ 2.435836] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  13. [ 2.443121] Loading boot drivers: ok.
  14. [ 2.450857] Mounting root...
  15. [ 3.133575] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  16. [ 3.142736] Mounting root: ok.
  17.  
Add Comment
Please, Sign In to add comment