Page 4 of 6

Posted: Sat 30 Jun 2012, 11:41
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.

Posted: Sat 30 Jun 2012, 11:51
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 ...

Posted: Sat 30 Jun 2012, 11:52
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.

Posted: Sat 30 Jun 2012, 12:54
by kirk
Shinobar's Grub4dos config is in Fatdog64, look in the Control Panel under the Utilities tab.

Posted: Sat 30 Jun 2012, 18:42
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.

Posted: Sat 30 Jun 2012, 21:25
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.

Posted: Sat 30 Jun 2012, 22:02
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

Posted: Sat 30 Jun 2012, 22:29
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

Posted: Sat 30 Jun 2012, 23:12
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.

Posted: Sat 30 Jun 2012, 23:34
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.

error 16

Posted: Sun 01 Jul 2012, 00:37
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

Posted: Sun 01 Jul 2012, 01:42
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.

Posted: Sun 01 Jul 2012, 01:51
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.

Posted: Sun 01 Jul 2012, 05:48
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

Posted: Sun 01 Jul 2012, 06:42
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.

Fatdog64-600rc

Posted: Sun 01 Jul 2012, 11:18
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.

Posted: Sun 01 Jul 2012, 11:34
by rcrsn51
Has anyone been able to make a bootable flash drive with b2? Mine never get past

Code: Select all

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

Posted: Sun 01 Jul 2012, 11:59
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 :)

Posted: Sun 01 Jul 2012, 12:21
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.

Posted: Sun 01 Jul 2012, 12:28
by rcrsn51
jamesbond wrote:choose "small initrd" when asked.
I can't find this option.