Page 1 of 1

66MiB WeeDogLinux SliTaz flavour 32bit CD/usb bootable iso

Posted: Sat 20 Jun 2020, 15:22
by wiak
66MiB WeeDogLinux SliTaz flavour 32bit CD/usb bootable iso

All announcements, details and feedback and discussions about WeeDogLinux have been moved to only:

https://weedoglinux.rockedge.org/

Please note that the download script will be regularly updated to download the most recent version uploaded to weedoglinux repo. Alternative versions may also be offered for download in near future by the download script (e.g. 64bit, huge initrd etc).

wiak

Posted: Sat 20 Jun 2020, 20:25
by ally
deleted

:)

Last WeeDogLinux distribution announcement on murga forum

Posted: Sun 21 Jun 2020, 07:22
by wiak
All announcements, details and feedback has been moved to only:

https://weedoglinux.rockedge.org/viewto ... p=226#p226

Posted: Sun 21 Jun 2020, 12:18
by gabtech
Hi wiak,

I did a frugal install of weedog slitaz on ext3 partition, but the boot process hangs as seen in the attached pic.


sh-4.3# inxi -F
System: Host: dellbot Kernel: 3.14.56 i686 (32 bit) Desktop: JWM git-976 Distro: tahrpup 6.0.5
Machine: System: Hewlett-Packard (portable) product: N/A version: F.0B
Mobo: Hewlett-Packard model: 30C0 version: KBC Version 71.2A
Bios: Hewlett-Packard version: 68DDU Ver. F.0B date: 08/02/2007
CPU: Dual core Intel Core2 Duo CPU T7500 (-MCP-) cache: 4096 KB flags: (lm nx pae sse sse2 sse3 ssse3 vmx)
Clock Speeds: 1: 1200.00 MHz 2: 800.00 MHz
Graphics: Card: Intel Mobile GM965/GL960 Integrated Graphics Controller (primary)
X.org: 1.15.1 drivers: intel (unloaded: vesa) tty size: 80x24 Advanced Data: N/A for root
Audio: Card: Intel 82801H (ICH8 Family) HD Audio Controller driver: snd_hda_intel Sound: ALSA ver: k3.14.56
Network: Card-1: Broadcom NetLink BCM5787M Gigabit Ethernet PCI Express driver: tg3
IF: eth0 state: down mac: 00:1a:4b:82:66:40
Card-2: Intel PRO/Wireless 4965 AG or AGN [Kedron] Network Connection driver: iwl4965
IF: wlan0 state: down mac: 00:13:e8:d1:c2:ff
Drives: HDD Total Size: 320.1GB (33.2% used) 1: id: /dev/sda model: Hitachi_HTS54503 size: 320.1GB
Partition:
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: None detected - is lm-sensors installed and configured?
Info: Processes: 132 Uptime: 15 min Memory: 286.2/1506.3MB Client: Shell (sh) inxi: 1.9.17

Posted: Sun 21 Jun 2020, 21:13
by wiak
gabtech wrote:Hi wiak,

I did a frugal install of weedog slitaz on ext3 partition, but the boot process hangs as seen in the attached pic.
Hi gabtech,

Please ask your question on the weedog forum in SliTaz thread there. The attached pic you uploaded doesn't tell me what the issue might be. What you should attach is the grub method you are using and the menu.lst or grub2.cfg you have used, since that is where the likely error is.

wiak

Re: Last WeeDogLinux distribution announcement on murga forum

Posted: Mon 22 Jun 2020, 00:35
by perdido
wiak wrote:The above announcement regarding WeeDogLinux SliTaz flavour will be the final announcement regarding new WeeDogLinux releases on this murga-forum. As you know WeeDogLinux has its own forum and, to avoid user confusion, all downloads should be retrieved from the official downloads there. I cannot guarantee the currency of any downloads of build scripts or isos retrieved from any other source, particularly since WeeDogLinux variants are under regular active development.

None of the current or planned WeeDogLinux variants are in any way derivatives of Puppy Linux. The WeeDogLinux build systems use no Puppy Linux code and relies on its own, unique, and entirely independent initrd/init overlayfs related code to provide its functionality, which includes what was its unique designed in ability to load either sfs files or uncompressed directories into the filesystem layers (via overlayfs). That WeeDogLinux initrd/init was created entirely from scratch, and from first principles (originally for my own further education) without any thought or attempt to mirror the approach of any other frugally installable distribution.

Furthermore, I have made it very clear for a long time that I was unhappy with the organisation of the Murga forum, particulaly in it, in my view, not being willing to provide proportional space/exposure to the now many alternative distros being developed by murga-forum members. Some of these non-puppy-derived distros have had their main feedback threads on this murga forum for six or seven years or more - perhaps that should never have happened, but people tend to develop what they wish.

Up until now I was happy to announce new WeeDogLinux releases since some murga forum members have in the past expressed interest during the early development days of FirstRib WeeDog last year. However, having made the break from the restrictive organisation of murga forum to its own WeeDogLinux forum it seems appropriate to complete that break.

I remain a murga forum member and contributor however, but if you wish to follow WeeDogLinux developments and to keep up to date with its releases, please from now on do so by visiting its official forum, which is at:

https://weedoglinux.rockedge.org

wiak
Perhaps an administrator should move this thread to the Announcements section of the forum since this has been declared an announcement?

.

Posted: Mon 22 Jun 2020, 04:25
by gabtech
Hi wiak,

Here is my menu.lst entry generated using grud4dos.

# Full installed Linux

title Linux wdog-slitaz (sda2/wdog-slitaz)
uuid b5898352-8ccf-43da-bb5e-31d215700768
kernel /wdog-slitaz/vmlinuz root=/dev/sda2 ro
initrd /wdog-slitaz/initrd.xz

Posted: Mon 22 Jun 2020, 11:18
by zagreb999
regards

in fat32 iso works ok

but i can not install deb, rpm,pet

could the kernel be split-separated
from sfs file?

Posted: Mon 22 Jun 2020, 20:35
by rockedge
Hello gabtech!

I looked at your screenshot and I would recommend modifying the Grub4Dos entry from:

Code: Select all

title Linux wdog-slitaz (sda2/wdog-slitaz)
 uuid b5898352-8ccf-43da-bb5e-31d215700768
 kernel /wdog-slitaz/vmlinuz root=/dev/sda2 ro
 initrd /wdog-slitaz/initrd.xz
There is a syntax error on the boot menu configuration.

To ->

Code: Select all

title wdog-slitaz  (sda2/wdog-slitaz)
 uuid b5898352-8ccf-43da-bb5e-31d215700768
 kernel /wdog-slitaz/vmlinuz-linux  w_bootfrom=/mnt/sda2/wdog-slitaz
 initrd /wdog-slitaz/initrd.xz
Or ->

Code: Select all

title wdog-slitaz  (sda2/wdog-slitaz)
 uuid b5898352-8ccf-43da-bb5e-31d215700768
 kernel /wdog-slitaz/vmlinuz-linux net.ifnames=0 w_bootfrom=/mnt/sda2/wdog-slitaz
 initrd /wdog-slitaz/initrd.xz
net.ifnames=0 will insure the network cards and wifi numbering begins with eth0 and wlan0 and is optional.

Posted: Mon 22 Jun 2020, 23:40
by mistfire
@wiak

Congratulations! What a brilliant work.

Try to push a tiny announcement on slitaz by running this command to weedog-slitaz terminal

Code: Select all

sdt send weedog-slitaz
The result will shown here on this webpage
http://scn.slitaz.org/?sdt

Posted: Tue 23 Jun 2020, 00:49
by wiak
Thankyou mistfire!

And wishing you well for your own continuing good development work on Puppy-SliTaz-TazPup

wiak

Posted: Tue 23 Jun 2020, 04:35
by gabtech
rockedge wrote:Hello gabtech!

I looked at your screenshot and I would recommend modifying the Grub4Dos entry from:

Code: Select all

title Linux wdog-slitaz (sda2/wdog-slitaz)
 uuid b5898352-8ccf-43da-bb5e-31d215700768
 kernel /wdog-slitaz/vmlinuz root=/dev/sda2 ro
 initrd /wdog-slitaz/initrd.xz
There is a syntax error on the boot menu configuration.

To ->

Code: Select all

title wdog-slitaz  (sda2/wdog-slitaz)
 uuid b5898352-8ccf-43da-bb5e-31d215700768
 kernel /wdog-slitaz/vmlinuz-linux  w_bootfrom=/mnt/sda2/wdog-slitaz
 initrd /wdog-slitaz/initrd.xz
Or ->

Code: Select all

title wdog-slitaz  (sda2/wdog-slitaz)
 uuid b5898352-8ccf-43da-bb5e-31d215700768
 kernel /wdog-slitaz/vmlinuz-linux net.ifnames=0 w_bootfrom=/mnt/sda2/wdog-slitaz
 initrd /wdog-slitaz/initrd.xz
net.ifnames=0 will insure the network cards and wifi numbering begins with eth0 and wlan0 and is optional.
Thanks rockedge for the above menu entries. They both work after making a small change(remaning vmlinuz-linux to just vmlinuz). Though now weedog-slitaz just boots to commandline, just the same as tazpuppy did before mistfire rebuilt it. You can check the tazpuppy thread.

Posted: Tue 23 Jun 2020, 06:17
by wiak
All announcements, details and feedback has been moved to only:

https://weedoglinux.rockedge.org/viewto ... p=226#p226

Posted: Tue 23 Jun 2020, 09:24
by gabtech
Hi wiak,

For your own information I have both official slitaz and tazpuppy running on my machine. I just wanted to test your weedog-slitaz build, but it seems you do not want to offer support for your imperfect creation..

Posted: Tue 23 Jun 2020, 10:59
by wiak
All announcements, details and feedback and discussions about WeeDogLinux have been moved to only:

https://weedoglinux.rockedge.org/

Posted: Tue 23 Jun 2020, 16:47
by gabtech
Tell me what this is.

Posted: Tue 23 Jun 2020, 19:24
by rockedge
It's not this

118 megs RAM