Fatdog64-600b2

A home for all kinds of Puppy related projects
Message
Author
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#76 Post by rcrsn51 »

nooby wrote:the Instant that I saw that FatDog had ext4 savefile then my body told me. Something goes wrong with ext4 use ext3 instead. Now we know why
Just to be clear, we are NOT talking about the format of the savefile. This is the format of the Fatdog partition.

According to kickstart, FD521 booted OK out of ext4, so this is a new situation.

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#77 Post by jamesbond »

nooby wrote:"So it appears that legacy GRUB can't load the new large initrd file out of ext4."

See that did lurk somewhere in the dark corner of my poor brain.
the Instant that I saw that FatDog had ext4 savefile then my body told me.
Something goes wrong with ext4 use ext3 instead. Now we know why
I reacted to that term ext4 :)
Ahaha yeah, related problem but not exactly the same. The problem is not about ext4 in savefile, but booting the system from ext4 partition (Fatdog doesn't offer any automated way to create ext4 partition - this must be done consciously when one uses gparted). Legacy grub has not been updated for a long time anyway; its replacement, grub2, supports ext4 and other more exotic filesystems (e.g. btrfs) which has no hope of ever being supported in legacy grub. That being said, grub2 has its own share of problems ... :D
01micko wrote:You've seen the one I made in Slacko? Just layered the puppy icon over the binary icon.. lazy as it gets! (But effective :wink: )
Right! We did that one with the samba share, should probably do that for these icons too ...
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#78 Post by Jim1911 »

nooby wrote:"So it appears that legacy GRUB can't load the new large initrd file out of ext4."

See that did lurk somewhere in the dark corner of my poor brain.
the Instant that I saw that FatDog had ext4 savefile then my body told me.
Something goes wrong with ext4 use ext3 instead. Now we know why
I reacted to that term ext4 :)
Grub4dos does support ext4 partitions. Get it here.

kirk
Posts: 1553
Joined: Fri 11 Nov 2005, 19:04
Location: florida

#79 Post by kirk »

Shinobar's Grub4dos config is in Fatdog64, look in the Control Panel under the Utilities tab.

Gobbi
Posts: 255
Joined: Fri 09 Mar 2012, 14:01

#80 Post by Gobbi »

Today I wanted to boot a previous version which was put aside together with some other on a DVD as data so it wasn't bootable anymore .
To make it bootable again I realized how useful is ' ISOMASTER ' which I found it in Lighthouse 64 5.14 B2.
I think at least a pet if not inside a future release , could be a useful tool .
Installing fron fatdog 500 repo the FB Reader pet seemed OK , but it does not start.

User avatar
kickstart
Posts: 92
Joined: Wed 09 Mar 2011, 23:59

#81 Post by kickstart »

OK I now have FD600 booting successfully from its own directory on a ext4 partition. However the savefile no longer has the option to be created within a subdirectory, only directly into the partition. I have tried moving the savefile into the fd600 directory as I have with other frugal installs but the system cannot find it on boot up. I have attempted to edit the /etc/rc.d/rc.sysinit file to point to the savefile location but I don't really know what I'm doing and it doesn't work. Any changes made disappear on reboot. Anybody have any advice or do I just have to accept this stray savefile in the partition.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#82 Post by smokey01 »

Have you tried this:
savefile=direct:device:sda3:/fd64b1/fd64save.ext4

The above assumes your files are in sd3 and the directory is fd64b1
Last edited by smokey01 on Sat 30 Jun 2012, 22:36, edited 2 times in total.

capicoso
Posts: 172
Joined: Fri 13 Jan 2012, 23:38
Location: Argentina

#83 Post by capicoso »

Hey. I compiled a program, puredata, that needs libc 2.15. And fatdog comes with < 2.14. Would it be safe to update it myself? Or is there any chance that you could include an uptated version of it for the final release? thanks

User avatar
kickstart
Posts: 92
Joined: Wed 09 Mar 2011, 23:59

#84 Post by kickstart »

Have you tried this:
savefile=direct:device:sda3:/fd64b1/fd64save.ext4

The above assumes your files are in sd3 and the directory is fd64b1
Tried it with directory name changed to suit but system still couldn't find it at boot. I'm not sure I am inserting the line in the correct location as I'm inexperienced in writing scripts, editing files etc. I'll have another look later, got an early start for a classic bike run in the morning.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#85 Post by rcrsn51 »

kickstart wrote: I'm not sure I am inserting the line in the correct location
In your menu.lst entry:

Code: Select all

kernel /fd64b1/vmlinuz savefile=direct:device:sda3:/fd64b1/fd64save.ext4
Please post the entry you have now.

User avatar
DC
Posts: 360
Joined: Sun 30 Apr 2006, 15:07
Location: Maidenhead, England

error 16

#86 Post by DC »

Hi,
booting the system from a ext4 partition with legacy grub
All my frugals are in a ext4 partition and have been for months.
Before my problem with Fatdog600b1 and Fatdog600b2.
Fatdog600A2 was quite happily booting from my frugal partition using legacy grub.
So maybe legacy grub might be the main problem but I think one other little thing pushed it over the edge.
I'm happy with grub4dos as I never got on with grub2

best regards

DC
a little bit of knowledge and I'm dangerous

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#87 Post by jamesbond »

smokey01 wrote:I have compiled geeqie in fd64-600b1.

It's a great little graphics viewer / photo manager but unfortunately it doesn't have a function to send photos by email.

It's fast and what I really like about it, it doesn't created a lot of thumbnails, taking up additional disk space and it's a single binary.

Works very well in Fatdog.
Many thanks, I stripped the binary and uploaded this to the pet repo.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#88 Post by jamesbond »

capicoso wrote:Hey. I compiled a program, puredata, that needs libc 2.15. And fatdog comes with < 2.14. Would it be safe to update it myself? Or is there any chance that you could include an uptated version of it for the final release? thanks
Hi,

Sorry, it would be unlikely to update glibc. Glibc is the foundation used by *almost all* programs and updating it can have unforeseen consequences. The safest way to update glibc is to get a new glibc and re-build everything.
That being said, some have successfully compiled latest glibc and just plug it in to their system and everything seems fine ... so take the warning above is a grain of salt; it is just a warning.

I've never done puredata before. I know it is a music app, I wonder though what is its business requiring the latest glibc? It could perhaps be hacked to compile with earlier glibc too .... :D
DC wrote:I'm happy with grub4dos as I never got on with grub2
That makes two of us.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

capicoso
Posts: 172
Joined: Fri 13 Jan 2012, 23:38
Location: Argentina

#89 Post by capicoso »

jamesbond wrote:
capicoso wrote:Hey. I compiled a program, puredata, that needs libc 2.15. And fatdog comes with < 2.14. Would it be safe to update it myself? Or is there any chance that you could include an uptated version of it for the final release? thanks
Hi,

Sorry, it would be unlikely to update glibc. Glibc is the foundation used by *almost all* programs and updating it can have unforeseen consequences. The safest way to update glibc is to get a new glibc and re-build everything.
That being said, some have successfully compiled latest glibc and just plug it in to their system and everything seems fine ... so take the warning above is a grain of salt; it is just a warning.

I've never done puredata before. I know it is a music app, I wonder though what is its business requiring the latest glibc? It could perhaps be hacked to compile with earlier glibc too .... :D
DC wrote:I'm happy with grub4dos as I never got on with grub2
That makes two of us.
Re build all programs? ouch. I tried updating it, somethings got broken like, i couldn't configure anything(gcc can't make executables!), And my system suddenly was at 70% cpu.
Puredata is a graphical programming language. The user connects objects with other objects, those objects do things, like fft, convert signals. They're programmed on C. Maybe for that... Why the latest glibc i don't know(they always work with latest ubuntu, and latest ubuntu has latest glibc, maybe that's why) ... It's not the official PD i want to use tho. It's one named pd-l2ork. That's only available for linux and is the best so far(that's one of the reasons i moved 100% to linux)...The problem is that they delete older versions from the webpage. Maybe i could email them to give me an older one... The older ones i have are for 32bit... How do you think i could make it work with earlier glibc?
The worst part(for me) is that it's the main program i use.

BTW. Puredata relies on tk and tcl. They're in the fatdog repo, i downloaded them but puredata still couldn't see them. Puredata was looking for tk8.5.so.0 and the lib was named tk8.5.so. I had to add .0 to the lib and got fixed. I don't know if it's a puredata problem or the libs...
Thhanks

BTW2. I'm also happy with grub4DOS!

edit: Loaded my savefile before attempting to update glibc and did it again paying more attention and all... Now everything works fine... at least it looks like it... I'm a bit scared though, what programs can i run to see if i didn't corrupt them?
thanks again

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#90 Post by nooby »

This ibibilio is too slow. Took 30 minutes or more despite fast LAN.
Sure I should wait for the mirrors but them take days to get
the files. Should I send money to Smokey or somebody else so they
accept to have a FatDog in their Kennel :)

Anyway being lazy I reused the old savefile from B2 for this RC
version and it just works. AFAIK have not tested much.
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Fatdog64-600rc

#91 Post by Billtoo »

Booting from dvd with savefile.

Computer
Processor 2x Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
Memory 4045MB (158MB used)
Machine Type Physical machine
Operating System Fatdog64 [54d320f566]
User Name root (root)
Date/Time Sun Jul 1 07:02:20 2012

Operating System
Version
Kernel Linux 3.4.4 (x86_64)
Version #1 SMP Sat Jun 23 18:31:59 GMT 2012
C Library GNU C Library version 2.13 (stable)
Distribution Fatdog64 [54d320f566]

Display
Resolution 1440x900 pixels
Vendor The X.Org Foundation
Version 1.11.4

OpenGL
Vendor NVIDIA Corporation
Renderer GeForce GT 220/PCIe/SSE2
Version 3.3.0 NVIDIA 295.59
Direct Rendering Yes

The pvr is working in VLC, thanks for that.

Just started but no problems so far.
Attachments
screenshot.jpg
(123.01 KiB) Downloaded 813 times

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#92 Post by rcrsn51 »

Has anyone been able to make a bootable flash drive with b2? Mine never get past

Code: Select all

Loading initrd.....................................

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#93 Post by jamesbond »

rcrsn51 wrote:Has anyone been able to make a bootable flash drive with b2? Mine never get past

Code: Select all

Loading initrd.....................................
I did. I didn't do anything special. Flash drive booting is very flaky and depends on the BIOS. Anyway, perhaps your system doesn't like the huge initrd. You can try to use the small initrd - use the installer for that and choose "small initrd" when asked. This will basically take the fd64-600.sfs outside initrd and make the initrd a lot smaller (like, 4 MB instead o 196MB). By default it won't load fd64-600.sfs to RAM, if you want that you can add "base2ram=yes" as boot parameter.

Billtoo - you're fast :)
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#94 Post by 01micko »

Posting from freshly downloaded Iron browser through SFS Manager, no hitches :) ..apart from slow internet! :lol:

<rant>c'mon Julia... it's 2012 already.. we pay Carbon Tax!</rant>

Used the installer for a change, done what I told it! That's exactly what it's supposed to do. :) Manually adjusted menu.lst (grub4dos been there for awhile)

More as I test. Looking nice.
Puppy Linux Blog - contact me for access

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#95 Post by rcrsn51 »

jamesbond wrote:choose "small initrd" when asked.
I can't find this option.

Post Reply