Tiny Core Base > Final Releases

Tiny Core v5.0

<< < (3/5) > >>

sihorton:
Excellent, well done tinycore team!

Cannot wait to download this and play with it and then update nodejs extension to 5.0

wt:
I don't see a core64.gz anymore. Trying to boot with the following qemu line failed to load any modules:

--- Code: ---qemu-system-x86_64 --kernel vmlinuz64 --initrd core.gz -netdev user,id=mynet0,hostfwd=tcp:127.0.0.1:2223-:22 -device virtio-net-pci,netdev=mynet0
--- End code ---

which isn't surprising since the core.gz is 32-bit and the vmlinux64 is 64-bit. I then tried the following:

--- Code: ---cp modules64.gz core64.gz
dd if=rootfs.gz of=core64.gz bs=1 oseek=3797720
--- End code ---

This built a working core64.gz that worked. Would someone please post a file built like that? It makes working with tinycore a little easier. :)

chattrhand:

Hi TinyCoreTeam,

my actual Frugal TinyCore Installation had been created with v4.7.5 on an iMac.
It worked fine with v4.7.6 and v4.7.7 and also works with v5.0.

My extensions working also with v5.0  are:
abiword-2.8
ace-of-penguins
firefox
flburn
flit
fluff
gaiksaurus
getflash11
gimp
gnumeric
GNUPaint
gparted
gnupg2
KeePassX
PidginInternetMessenger
TCInstall
Terminal
Viewnior
XChatIRC
Xpdf

gpa is missing and cannot be post-installed (hope it will come soon)

I installed alsa.tcz, alsaconf.tcz and tried  sudo alsaconf  but no sound.

I created a new empty Installation and installed alsa.tcz and alsaconf.tcz
and was able to  sudo alsaconf  and speaker-test worked; installed firefox
and could even youtube with sound, with volume control of flit.tcz

Great work!

coreplayer2:
I boot various 32bit and 64bit kernels from the same partition and boot loader, each share the same home, opt and tce directories located in the last few GB's of a 256GB SSD, only difference is they have independent onboot.lst's as specified in the extlinux boot stanza to accommodate their specific modules




--- Code: ---...
LABEL TinyCore32
MENU LABEL TinyCore32
TEXT HELP
Boot tc-32-bit kernel
ENDTEXT
KERNEL /tce/boot/vmlinuz
APPEND initrd=/tce/boot/core.gz loglevel=3 tce=sda2 opt=sda2 home=sda2 lst=onboot.lst blacklist=bcm,ssb,b43


LABEL TinyCore64
MENU LABEL TinyCore64
TEXT HELP
Boot tc 64-bit kernel
ENDTEXT
KERNEL /tce/boot/vmlinuz64
APPEND initrd=/tce/boot/rootfs.gz,/tce/boot/modules64.gz loglevel=3 tce=sda2 opt=sda2 home=sda2 lst=onboot64.lst blacklist=bcm,ssb,b43
...

--- End code ---

Juanito:

--- Quote from: wt on September 16, 2013, 03:28:36 PM ---I don't see a core64.gz anymore.

--- End quote ---

It's rootfs.gz + modules64.gz you need

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version