LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-20-2009, 07:39 PM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
multidistro.com re-releases and has new USB releases!


OK guys, I have been noticing some of my downloads are messed up, have mistakes,etc.
So, I have a little time now to work on them and am releasing and re-releasing the improved USB versions!

Each can be placed on USB, install syslinux and reboot!

With all of these, press "enter" at the boot prompt(boot: ), after checking out F2/F3/etc.

First-
I have improved the "MyDSL-embedded-persistent-qemu.tar.gz" and "MyDSL-embedded-persistent-qemu-Kit.tar.gz" With the first one you get DSL and Portable-MyDSL.
The Kit is the same, but doesn't include DSL or the kernel/initrd.
You just add the KNOPPIX folder(rename to DSL), kernel, and initrd from DSL-4.4.10-embedded.zip
Read the readme's in the "how-to" folder inside either.
( http://multidistro.com/downloads/dslqemu/dslqemu.html )

2nd-
Tinycore-1.4.2-USB; I have gotten this one working great and the menu system lets you check out the boot.msg/F2/F3 and then the boot menu.
Read all the stuff in there too.
( http://multidistro.com/downloads/off...icialusbs.html )

3rd-
GRML-full-2008-11-USB; grml is an awesome tool for "sysadmins and texttool users", check it out!
( http://multidistro.com/downloads/off...icialusbs.html )

Note that Portable Slack, Portable TTYLinux and Portable Qemu should all be working good too.
The rest of the downloads and my website will be getting a makeover tomorrow.
If any issues please post.
 
Old 05-22-2009, 04:24 AM   #2
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
mmmm-anybody try out the new and improved Tinycore-1.4.2-USB?
It's got great wallpapers and some good base apps(which you can easily uninstall).
I need feedback so's I know's if anything's wrong...
Thanks
 
Old 05-24-2009, 01:13 PM   #3
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
New Releases available at multidistro.com

OK, I got some new stuff here-

First, added SystemRescueCD-1.2.0-USB, NetBootCD-3.0-USB+Tinycore-1.3rc3 and Plop-BootManager-USB.
( http://multidistro.com/downloads/off...icialusbs.html )

Also, best thing, added the "testing" release of Tinycore_2.0rc2.1 to my
"Portables" collection.
Portable-Tinycore-2.0rc2.1.tar.gz
( http://multidistro.com/downloads/dslqemu/dslqemu.html )

It runs off USB without REbooting!! Portable Operating Sytem!

Note that it already has alot of apps installed, you can remove any by opening root xshell/terminal and "tce-uninstall" and follow prompts.

From the readme-
You can change from 800x600 by editing boot line with "tinycore xsetup"

VERY IMPORTANT; AFTER MAKING YOUR OWN VHD WITH SCRIPTS(harddisk rename to hda), BOOT PORTABLE-TC WITH OPTION "NORESTORE BASE", THEN OPEN A ROOT TERMINAL AT DESKTOP AND "mke2fs /dev/hda" then use "halt" or exit without backing up!
Again boot and choose 1stboot-sav2hda and it'll setup TC for you-start installing apps!

Some distro's known to work with Portable-Qemu: Slack-11.0/12.2, DSL, DSL-N, Feather, TTYLinux, Fedora, and now Tinycore_2.0rc2.1!!

Welcome to Portable-Tinycore-2.0rc2.1; a fully portable Operating system that can run out of this folder and/or from your
USB drive!
It will run on any Partition type (FAT32/EXT2,etc) and in both Linux and Windows!

Included are Linux/Windows scripts to install/run Portable-Tinycore plus scripts in the Qemu folder to make a virtual hard drive of variable size.

Known issues with Tinycore-2.0rc2.1 are that is a "testing" release and has these bugs so far...
Pauses at bootup, can't set background in JWM, even after
editing .jwmrc as per ( http://tinycorelinux.com/forum/index.php?topic=1653.0 )

Biggest issue is appbrowser freezes when installing any app that shows up on wbar(bottom menu bar); I just used xkill to kill appbrowser and then it refreshed and the menu icon popped up on wbar, just reopen appbrowser and continue.
To clarify, install app and it'll freeze after downloading/then do as above.

I made a custom iso of 2.0rc2.1 and that's what the script runs off of; as using just kernel/initrd it freaks out!?
also, I pre-made a 500MB vhd (hda) just use that for tce/restore mydata.gz.(40+mb of tce's installed)
Note also that the 500MB vhd will compress down to approx. xMB according to how much space is taken up;
Presently, with around 40+mb of tce apps installed it compresses to about 40+mb!!

I put the iso and hda into the qemu folder.
Directions at boot-up; you can choose F2/F3 at boot to check out that and then
SIMPLY PRESS ENTER TO GET THE BOOT MENU-DON'T ENTER ANYTHING AT "BOOT:", JUST HIT ENTER!
If you choose to enter something at the boot line, just hit tab at the boot menu to edit.

Also, I included my iso(folder TC_TCVD_2.0rc2.1) before I made it into an iso image; simply edit and use make_iso.sh/.bat as below to re-create iso. Make sure you don't put anything in the "myiso" folder or it will be included in the iso!

You can edit the iso by extracting it or mounting it and then copying files to a folder. As ROOT, open a terminal in Linux(I use Ubuntu) and then place iso in a empty folder on your Desktop, then "cd" into folder and-
"mkdir -p new"
"mkdir -p tc"
"mount -o loop TC_TCVD_2.0rc2.1.iso new"
"cp -a new/* tc"

I included both make_iso.sh/.bat in the boot folder so you can edit the isolinux.cfg,etc and remake the iso.
To remake iso;
Double-click make_iso.sh or .bat and choose "run in terminal", then give your iso a name-it must end in .iso
Example would be mytc.iso, not mytc

You could also cd into boot folder and "chmod +x make_iso.sh" to make executable and then "./make_iso.sh" to invoke.

So, it works in Linux and Windows, wish I could use 1.4.2 in Linux with portable-qemu, but it'll due.
67MB includes my custom iso(11.4MB) + extracted iso (11MB)+ portable-qemu/scripts/vhd(500MB+)
The whole 67MB pkg will de-compress to 500+MB!

Last edited by linus72; 05-24-2009 at 02:53 PM.
 
Old 06-05-2009, 10:19 AM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Couple more new gadgets at multidistro.com

OK, I got some cool screenshots, mostly of tinycore/dsl playing on portable-qemu
( http://multidistro.com/shots/scrnshots.html )
( http://multidistro.com/tinycore-shots/tc-scrnshots.html )

And most cool I made a couple GRUB iso images
They boot using GRUB, not ISOLINUX and they have enough apps to install
Tinycore too.
The tinycore scrnshots and skull screenshots are me making the iso's and running them thru qemu.
So, check em out.
( http://multidistro.com/downloads/tc_...c_flavors.html )

Both include md5sum and some info too.
 
Old 06-07-2009, 10:24 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Merged similar stuff---please don't start new threads for the same basic topic....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: DisplayLink Releases USB Display Drivers under LGPL LXer Syndicated Linux News 0 05-18-2009 08:10 PM
Question about Releases JosephS Debian 2 11-22-2008 12:05 PM
Torvalds releases Linux 2.6.25 DragonSlayer48DX Linux - News 0 04-22-2008 06:42 PM
What new releases are you most excited about? apachedude Linux - General 20 02-20-2006 01:53 AM
linux releases csspcman Linux - Laptop and Netbook 1 08-11-2003 02:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration