pmbootstrap install: No space left on device
Trying to build a new image for a oneplus-enchilada, I'm getting an error indicating that there is no space left on the device. I'm not sure which device is being used, but the disk on this machine has about 13GB free.
I'm mostly following my own previous notes on building the image on a dedicated VM.
The following is my session after running pmbootstrap zap
and rebooting the machine (e.g.: no leftover mounts):
localhost:~# alias pmbootstrap="pmbootstrap --as-root"
localhost:~# pmbootstrap init
[22:38:00] Location of the 'work' path. Multiple chroots (native, device arch, device rootfs) will be created in there.
[22:38:00] Work path [/root/.local/var/pmbootstrap]:
[22:38:03] NOTE: pmaports path: /root/.local/var/pmbootstrap/cache_git/pmaports
[22:38:03] Choose the postmarketOS release channel.
[22:38:03] Available (8):
[22:38:03] * edge: Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge
[22:38:03] * v23.06: Upcoming stable release (DO NOT USE)
[22:38:03] * v22.12: Latest release / Recommended for best stability
[22:38:03] * v22.06: Old release (unsupported)
[22:38:03] * v21.12: Old release (unsupported)
[22:38:03] * v21.06: Old release (unsupported)
[22:38:03] * v21.03: Old release (unsupported)
[22:38:03] * v20.05: Old release (unsupported)
[22:38:03] Channel [edge]:
[22:38:04] NOTE: pmaports is on master branch, copying git hooks.
[22:38:04] Choose your target device vendor (either an existing one, or a new one for porting).
[22:38:04] Available vendors (78): acer, alcatel, amazon, amediatech, apple, ark, arrow, asus, beelink, bq, cubietech, cutiepi, dongk
[22:38:04] Vendor [oneplus]:
[22:38:05] Available codenames (14): bacon, billie2, cheeseburger, dumpling, enchilada, fajita, guacamole, instantnoodlep, kebab, lex
[22:38:05] Device codename [enchilada]:
[22:38:06] This device has proprietary components, which trade some of your freedom with making more peripherals work.
[22:38:06] We would like to offer full functionality without hurting your freedom, but this is currently not possible for your devic.
[22:38:06] device-oneplus-enchilada-nonfree-firmware: Modem, WiFi and GPU Firmware, also needed for osk-sdl
[22:38:06] Enable this package? (y/n) [y]:
[22:38:07] Username [hugo]:
[22:38:08] Available user interfaces (20):
[22:38:08] * none: Bare minimum OS image for testing and manual customization. The "console" UI should be selected if a graphical UI.
[22:38:08] * asteroid: (Wayland) Smartwatch UI from AsteroidOS
[22:38:08] * console: Console environment, with no graphical/touch UI
[22:38:08] * fbkeyboard: Plain framebuffer console with touchscreen keyboard support
[22:38:08] * framebufferphone: Minimalist framebuffer menu/keyboard UI accessible via touch/volume keys & compatible scripts
[22:38:08] * gnome: (Wayland) Gnome Shell
[22:38:08] * gnome-mobile: (Wayland) Gnome Shell patched to adapt better to phones (Experimental)
[22:38:08] * i3wm: (X11) Tiling WM (keyboard required)
[22:38:08] * kodi: (GBM) 10-foot UI useful on TV's
[22:38:08] * lxqt: (X11) Lightweight Qt Desktop Environment (stylus recommended)
[22:38:08] * mate: (X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)
[22:38:08] * phosh: (Wayland) Mobile UI developed for the Librem 5
[22:38:08] * plasma-bigscreen: (Wayland) 10-feet variant of Plasma, made for big screen TVs
[22:38:08] * plasma-desktop: (X11/Wayland) KDE Desktop Environment (works well with tablets)
[22:38:08] * plasma-mobile: (Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)
[22:38:08] * shelli: Plain console with touchscreen gesture support
[22:38:08] * sway: (Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)
[22:38:08] * sxmo-de-dwm: Simple Mobile: Mobile environment based on SXMO and running on dwm
[22:38:08] * sxmo-de-sway: Simple Mobile: Mobile environment based on SXMO and running on sway
[22:38:08] * weston: (Wayland) Reference compositor (demo, not a phone interface)
[22:38:08] * xfce4: (X11) Lightweight desktop (stylus recommended)
[22:38:08] User interface [plasma-mobile]:
[22:38:09] This user interface has an extra package: Meta package for additional Plasma mobile apps
[22:38:09] Enable this package? (y/n) [y]:
[22:38:09] Additional options: extra free space: 0 MB, boot partition size: 256 MB, parallel jobs: 3, ccache per arch: 5G, sudo time/
[22:38:09] Change them? (y/n) [n]:
[22:38:10] Additional packages that will be installed to rootfs. Specify them in a comma separated list (e.g.: vim,file) or "none"
[22:38:10] Extra packages [zsh,docs,git,neovim,font-noto-cjk,cargo,yubikey-manager,dino,telegram-desktop,bubblewrap]:
[22:38:12] WARNING: Unable to determine timezone configuration on host, using GMT.
[22:38:12] Available locales (14): C.UTF-8, ch_DE.UTF-8, de_CH.UTF-8, de_DE.UTF-8, en_GB.UTF-8, en_US.UTF-8, es_ES.UTF-8, fr_FR.UTF-8
[22:38:12] Choose default locale for installation [en_GB.UTF-8]:
[22:38:13] Device hostname (short form, e.g. 'foo') [hermes]:
[22:38:14] After pmaports are changed, the binary packages may be outdated. If you want to install postmarketOS without changes, rep.
[22:38:14] Build outdated packages during 'pmbootstrap install'? (y/n) [y]:
[22:38:15] Zap existing chroots to apply configuration? (y/n) [y]:
[22:38:17] % rm -rf /root/.local/var/pmbootstrap/chroot_native
[22:38:17] % rm -rf /root/.local/var/pmbootstrap/chroot_rootfs_oneplus-enchilada
[22:38:18] Cleared up ~4316 MB of space
[22:38:18] WARNING: The chroots and git repositories in the work dir do not get updated automatically.
[22:38:18] Run 'pmbootstrap status' once a day before working with pmbootstrap to make sure that everything is up-to-date.
[22:38:18] DONE!
localhost:~# pmbootstrap install --fde
[22:38:26] *** (1/4) PREPARE NATIVE CHROOT ***
[22:38:26] (native) install alpine-base
[22:38:27] (native) install cryptsetup util-linux parted
[22:38:28] *** (2/4) CREATE DEVICE ROOTFS ("oneplus-enchilada") ***
[22:38:28] (native) install qemu-aarch64
[22:38:28] Register qemu binfmt (aarch64)
[22:38:28] (rootfs_oneplus-enchilada) install alpine-base
[22:38:30] (rootfs_oneplus-enchilada) install postmarketos-base device-oneplus-enchilada postmarketos-ui-plasma-mobile device-oneplul
[22:40:15] (rootfs_oneplus-enchilada) install device-oneplus-enchilada
[22:40:18] (rootfs_oneplus-enchilada) install postmarketos-mkinitfs
[22:40:20] (rootfs_oneplus-enchilada) mkinitfs postmarketos-qcom-sdm845
[22:40:36] *** SET LOGIN PASSWORD FOR: 'hugo' ***
New password:
Retype new password:
passwd: password updated successfully
[22:40:42] NOTE: No valid keymap specified for device
[22:40:45] *** (3/4) PREPARE INSTALL BLOCKDEVICE ***
[22:40:46] (native) create oneplus-enchilada.img (5457M)
[22:40:46] (native) mount /dev/install (oneplus-enchilada.img)
[22:40:46] (native) partition /dev/install (boot: 256M, reserved: 0M, root: the rest)
[22:40:46] (native) format /dev/installp2 (root, luks), mount to /dev/mapper/pm_crypt
[22:40:46] *** TYPE IN THE FULL DISK ENCRYPTION PASSWORD (TWICE!) ***
Enter passphrase for /dev/installp2:
Enter passphrase for /dev/installp2:
[22:40:54] (native) install e2fsprogs
[22:40:54] (native) format /dev/mapper/pm_crypt (root, ext4)
[22:40:54] (native) mount /dev/mapper/pm_crypt to /mnt/install
[22:40:54] (native) install e2fsprogs
[22:40:54] (native) format /dev/installp1 (boot, ext2), mount to mountpoint
[22:40:55] *** (4/4) FILL INSTALL BLOCKDEVICE ***
[22:40:55] (native) copy rootfs_oneplus-enchilada to /mnt/install/
[22:41:11] NOTE: The failed command's output is above the ^^^ line in the log file: /root/.local/var/pmbootstrap/log.txt
[22:41:11] ERROR: Command failed (exit code 1): (native) % cd /mnt/rootfs_oneplus-enchilada; cp -a usr etc srv bin sbin mnt dev opt /
[22:41:11] See also: <https://postmarketos.org/troubleshooting>
Run 'pmbootstrap log' for details.
localhost:~# pmbootstrap log
cp: can't create directory '/mnt/install/usr/lib/tree-sitter': No space left on device
cp: can't create symlink '/mnt/install/usr/lib/libQt6EglFsKmsSupport.so.6' to 'libQt6EglFsKmsSupport.so.6.5.1': No space left on deve
cp: can't create symlink '/mnt/install/usr/lib/libQt5MultimediaWidgets.so.5.15' to 'libQt5MultimediaWidgets.so.5.15.9': No space lefe
cp: can't create '/mnt/install/usr/lib/libdvdread.so.8.0.0': No space left on device
cp: can't create symlink '/mnt/install/usr/lib/libva-drm.so.2' to 'libva-drm.so.2.1800.0': No space left on device
cp: can't create '/mnt/install/usr/lib/libical_cxx.so.3.0.16': No space left on device
cp: can't create '/mnt/install/usr/lib/libKF5ThreadWeaver.so.5.106.0': No space left on device
cp: can't create symlink '/mnt/install/usr/lib/libkdeconnectinterfaces.so.23' to 'libkdeconnectinterfaces.so.23.04.1': No space lefte
cp: can't create '/mnt/install/usr/lib/libKF5JSApi.so.5.106.0': No space left on device
cp: can't create symlink '/mnt/install/usr/lib/libKF5PeopleBackend.so.5' to 'libKF5PeopleBackend.so.5.106.0': No space left on device
cp: can't create '/mnt/install/usr/lib/libharfbuzz-subset.so.0.60730.0': No space left on device
cp: can't create '/mnt/install/usr/lib/libtest-6414b3cb4a981627.so': No space left on device
cp: can't create symlink '/mnt/install/usr/lib/libxshmfence.so.1' to 'libxshmfence.so.1.0.0': No space left on device
cp: can't create symlink '/mnt/install/usr/lib/libKF5WidgetsAddons.so.5' to 'libKF5WidgetsAddons.so.5.106.0': No space left on device
cp: can't create '/mnt/install/usr/lib/libtalloc.so.2.4.0': No space left on device
cp: can't create '/mnt/install/usr/lib/libQuotient.so.0.7.2': No space left on device
cp: can't create '/mnt/install/usr/lib/libopenjp2.so.2.5.0': No space left on device
cp: can't create '/mnt/install/usr/lib/libv4l2rds.so.0.0.0': No space left on device
cp: can't create '/mnt/install/usr/lib/libQt6LabsAnimation.so.6.5.1': No space left on device
cp: can't create directory '/mnt/install/etc': No space left on device
cp: can't create directory '/mnt/install/srv': No space left on device
cp: can't create directory '/mnt/install/bin': No space left on device
cp: can't create directory '/mnt/install/sbin': No space left on device
cp: can't create directory '/mnt/install/mnt': No space left on device
cp: can't create directory '/mnt/install/dev': No space left on device
cp: can't create directory '/mnt/install/opt': No space left on device
cp: can't create directory '/mnt/install/run': No space left on device
cp: can't create directory '/mnt/install/var': No space left on device
cp: can't create directory '/mnt/install/root': No space left on device
cp: can't create directory '/mnt/install/media': No space left on device
cp: can't create directory '/mnt/install/sys': No space left on device
cp: can't create directory '/mnt/install/proc': No space left on device
cp: can't create directory '/mnt/install/lib': No space left on device
cp: can't create directory '/mnt/install/tmp': No space left on device
(001912) [22:41:11] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(001912) [22:41:11] NOTE: The failed command's output is above the ^^^ line in the log file: /root/.local/var/pmbootstrap/log.txt
(001912) [22:41:11] ERROR: Command failed (exit code 1): (native) % cd /mnt/rootfs_oneplus-enchilada; cp -a usr etc srv bin sbin mnt/
(001912) [22:41:11] See also: <https://postmarketos.org/troubleshooting>
(001912) [22:41:11] Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/pmb/__init__.py", line 63, in main
getattr(frontend, args.action)(args)
File "/usr/lib/python3.11/site-packages/pmb/helpers/frontend.py", line 325, in install
pmb.install.install(args)
File "/usr/lib/python3.11/site-packages/pmb/install/_install.py", line 1089, in install
install_system_image(args, 0, f"rootfs_{args.device}", step, steps,
File "/usr/lib/python3.11/site-packages/pmb/install/_install.py", line 712, in install_system_image
copy_files_from_chroot(args, suffix)
File "/usr/lib/python3.11/site-packages/pmb/install/_install.py", line 146, in copy_files_from_chroot
pmb.chroot.root(args, ["cp", "-a"] + folders + ["/mnt/install/"],
File "/usr/lib/python3.11/site-packages/pmb/chroot/root.py", line 83, in root
return pmb.helpers.run_core.core(args, msg, cmd_sudo, None, output,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pmb/helpers/run_core.py", line 351, in core
check_return_code(args, code, log_message)
File "/usr/lib/python3.11/site-packages/pmb/helpers/run_core.py", line 221, in check_return_code
raise RuntimeError(f"Command failed (exit code {str(code)}): " +
RuntimeError: Command failed (exit code 1): (native) % cd /mnt/rootfs_oneplus-enchilada; cp -a usr etc srv bin sbin mnt dev opt run /
(005408) [22:41:43] % tail -n 60 -F /root/.local/var/pmbootstrap/log.txt
(005408) [22:41:43] *** output passed to pmbootstrap stdout, not to this log ***
^C
Caught KeyboardInterrupt, exiting …
localhost:~# df -h
Filesystem Size Used Available Use% Mounted on
devtmpfs 10.0M 0 10.0M 0% /dev
shm 489.1M 0 489.1M 0% /dev/shm
/dev/sda3 17.3G 8.3G 8.2G 50% /
tmpfs 195.6M 108.0K 195.5M 0% /run
/dev/sda1 271.1M 19.5M 232.6M 8% /boot
tmpfs 489.1M 0 489.1M 0% /tmp
tmpfs 1.0M 0 1.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev
tmpfs 489.1M 0 489.1M 0% /root/.local/var/pmbootstrap/chroot_native/dev/shm
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/var/cache/apk
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/appstream-data
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/var/cache/distfiles
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-go
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/etc/apk/keys
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop7
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop6
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop5
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop4
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop3
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop2
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop1
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop0
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/loop-control
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/install
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/installp1
devtmpfs 10.0M 0 10.0M 0% /root/.local/var/pmbootstrap/chroot_native/dev/installp2
/dev/mapper/pm_crypt 5.0G 2.1G 2.6G 45% /root/.local/var/pmbootstrap/chroot_native/mnt/install
/dev/installp1 221.2M 112.7M 96.7M 54% /root/.local/var/pmbootstrap/chroot_native/mnt/install/boot
/dev/sda3 17.3G 8.3G 8.2G 50% /root/.local/var/pmbootstrap/chroot_native/mnt/rootfs_oneplus-enchilada
localhost:~# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=123597,mode=755,inode64)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,inode64)
/dev/sda3 on / type ext4 (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,size=200344k,nr_inodes=819200,mode=755,inode64)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
/dev/sda1 on /boot type ext4 (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,inode64)
tmpfs on /root/.local/var/pmbootstrap/chroot_native/dev type tmpfs (rw,noexec,relatime,size=1024k,inode64)
tmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,inode64)
proc on /root/.local/var/pmbootstrap/chroot_native/proc type proc (rw,nosuid,nodev,noexec,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/var/cache/apk type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/appstream-data type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-ccache type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/var/cache/distfiles type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-git type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-go type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-rust type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-abuild-config type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/etc/apk/keys type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-netboot type ext4 (rw,relatime)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/pmbootstrap-packages type ext4 (rw,relatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop7 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop6 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop5 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop4 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop3 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop2 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop1 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop0 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=1235)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/loop-control type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inod)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/install type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=12)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/installp1 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=)
devtmpfs on /root/.local/var/pmbootstrap/chroot_native/dev/installp2 type devtmpfs (rw,nosuid,noexec,relatime,size=10240k,nr_inodes=)
/dev/mapper/pm_crypt on /root/.local/var/pmbootstrap/chroot_native/mnt/install type ext4 (rw,relatime)
/dev/installp1 on /root/.local/var/pmbootstrap/chroot_native/mnt/install/boot type ext2 (rw,relatime,errors=continue,user_xattr,acl)
/dev/sda3 on /root/.local/var/pmbootstrap/chroot_native/mnt/rootfs_oneplus-enchilada type ext4 (rw,relatime)
localhost:~#