I tried to install slitaz according to the instructions in the manual with the option “Loop install” (https://doc.slitaz.org/en:guides:uncommoninst#loop-install), but had no success!
I used the slitaz-rolling-preinit.iso from here: https://mirror.slitaz.org/iso/rolling/
I notice that the slitaz.fs is not mounted at all, but I can't see any errors in the logs! My question: are further actions required?
Further details are given below.
Many thanks!
Regards,
Abru
boot setup (menu.lst)
title SliTaz slitaz-rolling-preinit.iso with slitaz.fs on sda10
uuid 53080857-0a57-4636-9aa5-7bde31d88a18
kernel /boot/bzImage mount=53080857-0a57-4636-9aa5-7bde31d88a18 loopfs=slitaz.fs
initrd /boot/rootfs.gz
root@slitaz:~# uname -a
Linux slitaz 3.16.55-slitaz #4 SMP Thu Jul 14 18:31:26 UTC 2022 i686 GNU/Linux
root@slitaz:~# blkid /dev/sda10
/dev/sda10: UUID="53080857-0a57-4636-9aa5-7bde31d88a18" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="fdc442ff-0a"
root@slitaz:~# cat /proc/cmdline
mount=53080857-0a57-4636-9aa5-7bde31d88a18 loopfs=slitaz.fs
root@slitaz:~# head -n20 /var/log/boot.log
Switching / to tmpfs...
Starting udev daemon...
Udevadm requesting events from the Kernel...
Udevadm waiting for the event queue to finish...
Remounting rootfs read/write...
Mounting filesystems in fstab...
Detecting PCI devices Kernel modules...
* Builtin module : ata_piix
* Builtin module : ehci_pci
* Builtin module : pcieport
* Builtin module : uhci_hcd
Detecting USB devices Kernel modules...
root@slitaz:~# mount
tmpfs on /run type tmpfs (rw,relatime)
tmpfs on / type tmpfs (rw,relatime,size=2791800k)
proc on /proc type proc (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=1534308k,nr_inodes=210518,mode=755)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,relatime)
tmpfs on /var/lock type tmpfs (rw,nosuid,noexec,relatime)