Re: Jenux OS, The "Next Jen!"

Hi, since the command to reread the partition table is run directly after the partitioning step, the partitions on the flash drive are not touched. To verify, run parted, fdisk/gdisk, or whatever partitioning tool you are most comfortable with. If the drive was touched, the partition layout, excluding size differences, would be the same on both the installed system and the flash drive. As for the squashfs error, this most likely indicates that the drive was either jostled during the installation, or powered off in some way, which will cause reading of sfs blocks to fail. To fix this problem, do one of the following:
1: if using isolinux in csm mode, after the beep, hit tab, end, type a space, and type copytoram=y, hit enter. Once you hear speech, it should be safe to unplug the drive.
2: Use the netboot script mentioned above to boot the target over the network, which does not require a flash drive, downloading the kernel, initramfs, and rootfs into the target's ram and running from there.
Since the package download and installation is complete, you have a working system. To fix the unconfigured system problem, either manually follow the arch install guide after the install the base system section, or for automatic configuration, use the post-install tarball for your specific selected software preset, replacing /dev/sda with your hard drive, sda3 with whatever you made your root partition, and sda2 with whatever you made your boot partition. Here's how to do it:
1: If using encryption, unlock your LUKS by typing:
cryptsetup luksOpen /dev/sda3 root
If not using encryption, replace step two's mount command with your root partition, i.e. instead of /dev/mapper/root, put /dev/sda3
2: mount your root partition:
mount /dev/mapper/root /mnt
3: mount your boot partition:
mount /dev/sda2 /mnt/boot
4: cd to /mnt, download and extract the post-installation tarball, replacing preset with your preset name, such as base, gnome, mate, kodi, or all, and run the script:
cd /mnt
curl https://nashcentral.duckdns.org/autobui … tar.gz|tar -xz
arch-chroot /mnt /etc/postinstall.sh /dev/sda
Hope this helps.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : JaceK via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : ashleygrobler04 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : ashleygrobler04 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : zenothrax via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : JaceK via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : JaceK via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : JaceK via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : JaceK via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : JaceK via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : Angel via Audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector

Reply via email to