xeno74 wrote: Thu Aug 26, 2021 9:01 am
Hi Kilaueabart,
Thanks for testing Void! Please try the ROOTFS
20210820. This ROOTFS is already configured and has more software included.
Ironically, that was the first one I put in my new partition dev/sda8, but apparently I didn't unarchive it. I cleaned out sda8, copied the 20210820 archive in again, unarchived it, and tried to run it, but it failed with a note that nothing could be found to boot.
The problem seems to have been that it hadn't unarchived to the partition, but to a folder named "void-ppc-ROOTFS-20210820" in that partition. Not knowing what else to do, I tried copying everything in that folder out to the partition. Now when I try
run void it looks like it is working, the boot-up text getting to a line that says "void-live login:" before going to a flashing multi-color screen with a text cursor in the upper left corner. Thinking maybe there would be clues in the boot-up text which flashes past way too fast to read, I videoed it and copied out the last page:
Code: Select all
=> Mounting rootfs fead-write...
EXT4-fs (sda8): re-mounted. Opts: (null). Qu
=> Mounting all non-network filesystems...
=> Intializing swap...
=> Intializing random seed...
=> Setting up loopback interface...
=> Setting up hostname to 'void-live'...
=> Loading sysctl(8) settings...
kernel.dmesg_restrict = 1
kernel.kexec_load_disabled = 1
sysctl: cannot stat /proc/sys/kernel/yama/ptr
kernel.core_uses_pid = 1
fs.protected_hardlinks = 1
fs.protected_symlinks = 1
kernel.kptr_restrict = 1
kernel.perf_event_paranoid = 2
sysctl: cannot stat /proc/sys/kernel/unprivile
=> Initialization complete, running stage 2...
- runit: leave stage: /etc/runit/1
- runit: enter stage: /etc/runit/2
runsuchdir: default: currrent.
udevd[3854]: starting version 3.2.10
udevd[3854]: starting eudev-3.2.10
Void 5.14.0-rc6_A-EON_X5000 (void-live) (tty1)
void-live login: _
Some lines were too long for my camera.
I also took a look at dmesg.log. Most of it is old stuff but it ends up like this:
Code: Select all
[ 7.642657] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 11.267906] EXT4-fs (sda8): INFO: recovery required on readonly filesystem
[ 11.275713] EXT4-fs (sda8): write access will be enabled during recovery
[ 12.213223] EXT4-fs (sda8): recovery complete
[ 12.239378] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 12.247247] VFS: Mounted root (ext4 filesystem) readonly on device 8:8.
[ 12.275556] devtmpfs: mounted
[ 12.283522] Freeing unused kernel image (initmem) memory: 444K
[ 12.291300] This architecture does not have kernel memory protection.
[ 12.299139] Run /sbin/init as init process
[ 12.306924] with arguments:
[ 12.306927] /sbin/init
[ 12.306929] with environment:
[ 12.306932] HOME=/
[ 12.306935] TERM=linux
[ 12.623555] random: crng init done
[ 13.142706] udevd[2269]: starting version 3.2.10
[ 13.247762] udevd[2270]: starting eudev-3.2.10
[ 15.415271] EXT4-fs (sda8): re-mounted. Opts: (null). Quota mode: none.
[ 16.343111] EXT4-fs (sda8): re-mounted. Opts: (null). Quota mode: none.
I'm not smart enough anymore to ever figure out if there are any useful clues in these documents or not. I suspect I have missed something in Christian's instructions in this discussion. For one thing, I don't have a "small FAT-16" place to put it. /dev/sda8/ is a 1 GiB ext4 job. And I couldn't get GParted to make a partition out of part of my unallocated almost 500 GiB so I did it from OS4. My boot script for Void is my boot Fienix script, with /dev/sda6 changed to /dev/sda8.