What's a good image to use now? [tutorial help as well]
#27
(03-12-2025, 10:55 AM)wdt Wrote: so, I tried again, twice
------
2147483648 bytes (2.1 GB, 2.0 GiB) copied, 288.64 s, 7.4 MB/s
Setting up swapspace version 1, size = 2 GiB (2147479552 bytes)
no label, UUID=9bed6eb0-5672-4607-9c21-b58daadebb99
install: cannot create regular file '/home/d/pinebook-pro-debian-installer/sysimage/etc/fstab': No such file or directory

You don't have a etc/ directory. That gets created by the installation of all the many Debian packages (they install some files into the etc/ directory thereby creating it).

Perhaps something went wrong in do_prep(). The code differs between Debian and Manjaro:

Code:
do_prep () {
        printf '\n\n>>>> Preparing to install\n\n'

        git submodule update --init

        PACKAGES="debootstrap pigz dosfstools"
        [ ! -z "$CRYPT" ] && PACKAGES="$PACKAGES cryptsetup"

        if [ -x "$(command -v apt-get)" ]
        then
                sudo apt-get install -y $PACKAGES
        else if [ -x "$(command -v pacman)" ]
        then
                sudo pacman -S --needed --noconfirm $PACKAGES
        else
                printf '\n\nWARNING: could not find a package manager.\n'
                printf 'Make sure the following packages are installed:\n'
                printf "  $PACKAGES\n\n"
        fi
        fi
}


Are you sure the "Preparing to install" phase went through fine?

I run the debian installer from Debian (initially from Mrfix't Debian 9 ... and nowadays from a debian bootstrap'ed Debian 10, 11 and 12). I never tried to run it from Manjaro. I'm sure many folks did it. There should be hope. Just analyze the output from the do_prep() phase (or from any other previous phase).
  Reply


Messages In This Thread
RE: What's a good image to use now? [tutorial help as well] - by Der Geist der Maschine - 03-12-2025, 07:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PBP does not start from postmarket OS image burnt to sd card zkajdan 21 2,714 03-10-2025, 01:55 PM
Last Post: wdt
  Pinebook Pro upgrading from the factory image yamsoup 12 6,095 02-22-2024, 04:02 PM
Last Post: tllim
  Would a Pinebook Pro be good for a Linux newbie? cassado10 6 3,412 08-08-2023, 04:58 AM
Last Post: moobythegoldensock
  postmarketOS/Alpine edge image for the Pinebook Pro MartijnBraam 74 145,459 08-24-2022, 02:06 PM
Last Post: petersen77
  Debian/unstable SD card rescue image vajak 4 5,396 10-28-2021, 02:53 PM
Last Post: vajak
Brick Anyone know of a good firewall? SpaceLord 6 7,849 07-24-2021, 12:04 PM
Last Post: globaltree
  Good i3 Config file to use? User 22018 6 8,012 06-17-2021, 09:38 AM
Last Post: user526
  Recalbox Image is available Luke 8 18,172 01-31-2021, 12:00 PM
Last Post: rimaille
  eMMC Trouble After Flashing WRONG Image balin 7 9,965 12-29-2020, 04:24 PM
Last Post: KC9UDX
  PBP not starting up sometimes / [Firmware Bug]: Kernel image misaligned at boot pato3 8 12,494 10-17-2020, 09:52 AM
Last Post: wdt

Forum Jump:


Users browsing this thread: 3 Guest(s)