When I set SD card as /home, PP can't complete boot
#5
This is the fstab that causes it to not complete the boot, if I uncomment that last line:
Code:
mobian@mobian:~$ cat /etc/fstab
UUID=49871ada-b2ac-4162-a2bc-7ea476ac0516    /    ext4    defaults    01
UUID=199221bd-4da8-4ed5-b995-0d0781698f6a    /boot    ext4    defaults    02
#UUID=3314869d-66e3-44ad-8dbb-7a7275b6ea64    /home    ext4    defaults    0    2
This is the shell script that successfully umounts and mounts the SD card when I run it as sudo:
Code:
mobian@mobian:~$ cat /usr/bin/msd
#! /bin/bash
umount /media/mobian/3314869d-66e3-44ad-8dbb-7a7275b6ea64
mount -t ext4 /dev/mmcblk0p1 /home[

Finally, this is the uuid of the SD:
Code:
mobian@mobian:~$ sudo blkid /dev/mmcblk0p1
[sudo] password for mobian:
/dev/mmcblk0p1: UUID="3314869d-66e3-44ad-8dbb-7a7275b6ea64" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3634a9ac-01"
Pinephone beta edition, convergence model, Mobian Bookworm with Phosh.
  Reply


Messages In This Thread
RE: When I set SD card as /home, PP can't complete boot - by nelstomlinson - 12-27-2021, 03:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mobian installed to eMMC - how to install tow-boot grump_fiddle_reinstall 6 1,901 11-22-2023, 11:46 AM
Last Post: aLoop100o
  How to check if tow-boot is installed? jojuma 3 907 09-29-2023, 11:29 PM
Last Post: tllim
  Mobian boot failed with zstd message after upgrade. Mahgue 0 617 09-01-2023, 11:29 AM
Last Post: Mahgue
  4G data on default startup / boot dcinoz 1 824 04-29-2023, 11:24 PM
Last Post: dcinoz
  PinePhone won't boot after software update jb2000 2 1,308 03-17-2023, 07:26 AM
Last Post: Zebulon Walton
  Boot log analyses -> GPU no regulator (mali) found freelectro 0 943 03-06-2023, 12:06 PM
Last Post: freelectro
  APN settings not working with new operator SIM card user641 1 1,012 03-01-2023, 04:43 PM
Last Post: anonymous
  boot gets stuck shortly after disk decryption vortex 8 3,930 02-13-2023, 02:11 AM
Last Post: sharase
  What does handle SD card automount? mdk 1 1,027 01-29-2023, 03:15 AM
Last Post: mdk
  [solved] Black screen at boot time mdk 0 1,004 01-13-2023, 03:33 AM
Last Post: mdk

Forum Jump:


Users browsing this thread: 1 Guest(s)