LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-03-2009, 01:35 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
New Tinycore release for USB - Includes complete setup for FAT16/32 & EXT2/3


OK, I got this Baby humming!
Very simple directions instead of a long post!

Download New TC-1.4.3-USB here and get a "flavor" or two too!
Note, the "menu.lst" has explanations for each "flavor".
( http://multidistro.com/downloads/tc_...c_flavors.html )

Untar it and Get ready to either install syslinux (FAT16/32) or Grub (EXT2/3) to USB.
For grub directions go here-
( http://natureheals.info/linux/tiny/instau.html )

OK, the BIG notes about that Page-
1) DISCONNECT YOUR HD BEFORE INSTALLING GRUB!

2) Use a Ubuntu or similar livecd to install grub to USB. note that I already have all the
Grub stuff in the Boot folder-all you gotta do is install Grub to MBR of USB!

Ubuntu commands-
"sudo su" Become root
"sudo grub" Invoke grub
"root (hd0,0)" You should get a output here-
"setup (hd0)" It should install successfully.
"quit"

Ah, Now just powerdown, re-connect HD, insert USB, power-up and play!
Great thing is; Because it's designated as (hd0,0), that is, the first HD,
The USB will boot even on a computer WHICH CAN'T BOOT FROM USB!
HOW?
Simply use the Tinycore bootfloppy or Plop bootmanager bootfloppy (plpbt.img) or boot cd too.
( http://distro.ibiblio.org/pub/linux/...linux/release/ )
( http://www.plop.at/en/bootmanager.html )

For FAT16/32 USB's, simply set boot flag active and install syslinux-
"syslinux -s /dev/sdxx" Where "xx" equals your USB name, examples incl. sdf1, sdc1, sdg1, etc.
To find out enter, as root, "fdisk -l" or "mount".
Reboot and play!
Note also that the syslinux.cfg has sub-menu's for different options-

So, please tell me how it goes and if all works as intended!?
Also, Nish Grub splashimages in the /boot/grub/splashimages folder!

Oh, because Tinycore mounts the vhd's- you can have access to the vhd and the Host PC!

Note also the Music folder within the "musix" vhd!
That's CreativeCommons music play it with XMMS!

To see contents of vhd use ROX filer or the "ls" command
"ls /mnt/tcvd"

Last edited by linus72; 06-03-2009 at 02:26 PM.
 
Old 06-03-2009, 02:26 PM   #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
Sorry, didn't know I messed up the link above-
( http://multidistro.com/downloads/tc_...c_flavors.html )
 
Old 06-03-2009, 03:19 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
Ah, I forgot to include the "flavors" config for syslinux.cfg sub-menu, and also forgot to mention you must edit the tcvd.cfg also-

Here is new "flavors" config, please add it to the boot/syslinux folder and you must also edit the syslinux.cfg to show the flavors config.

OK, add this to syslinux.cfg-

Code:
label flavors
menu label ^Flavors-TCVD
kernel /boot/syslinux/menu.c32
append /boot/syslinux/flavr.cfg
and copy/paste this into a new document and save as "flavr.cfg" and put it in syslinux folder-

Code:
MENU MARGIN 
MENU ROWS -12
MENU TABMSG 
MENU TABMSGROW -3
MENU CMDLINEROW -3
MENU HELPMSGROW -4
MENU HELPMSGENDROW -1

MENU COLOR SCREEN 32;40
MENU COLOR BORDER 34;40
MENU COLOR TITLE 1;33;40
MENU COLOR SCROLLBAR 34;46
MENU COLOR SEL 30;47
MENU COLOR UNSEL 36;40
MENU COLOR CMDMARK 37;40
MENU COLOR CMDLINE 37;40
MENU COLOR TABMSG 37;40
MENU COLOR DISABLED 37;40
MENU COLOR HELP 32;40

LABEL menu
MENU HIDE
KERNEL /boot/syslinux/menu.c32

MENU TITLE Tinycore-1.4.3-USB-BootMenu: TAB to edit append line

label -
menu label ^Back
kernel /boot/syslinux/menu.c32

label tcvd-minimal
menu label ^TCVD-Minimal-SDA1
menu default
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tcvd=sda1/flavors/minimal restore=tcvd tce=tcvd waitusb=5

label tcvd-musix
menu label ^TCVD-Musix-SDA1
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tcvd=sda1/flavors/musix restore=tcvd tce=tcvd waitusb=5

label tcvd-office
menu label ^TCVD-Office-SDA1
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tcvd=sda1/flavors/office restore=tcvd tce=tcvd waitusb=5

label tcvd-multim
menu label ^TCVD-Multimedia-SDA1
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tcvd=sda1/flavors/multim restore=tcvd tce=tcvd waitusb=5

label tcvd-compilr
menu label ^TCVD-Compiler-SDA1
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tcvd=sda1/flavors/compilr restore=tcvd tce=tcvd waitusb=5

label tcvd-lowram
menu label ^TCVD-LowRam-SDA1
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tcvd=sda1/flavors/loram restore=tcvd tce=tcvd waitusb=5

label tcvd-rescue
menu label ^TCVD-Rescue-SDA1
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tcvd=sda1/flavors/rescue restore=tcvd tce=tcvd waitusb=5
Now, change "tcvd=sda1" above to what your usb is- sdb1. etc
Also, the tcvd.cfg has nothing after-
Code:
tcvd=sda1/flavors
So please add the tcvd name to it if you have a special tcvd, or just use the flavr.cfg above.
Very sorry.
Anybody try it yet as I am a singular force at multidistro.com and have no way of knowing whether anything works without your constructive criticism.
Thanks

Last edited by linus72; 06-03-2009 at 03:21 PM.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Tinycore & Microcore V2.0 Release Candidate 4 Available LXer Syndicated Linux News 0 06-01-2009 02:40 AM
LXer: New Gnash release includes support for YouTube videos LXer Syndicated Linux News 0 06-19-2007 05:31 AM
USB Drives, Icons & Setup GibsonDL Linux - Newbie 2 09-02-2005 07:25 AM
reformat usb drive fat16 angustia Linux - Hardware 4 09-15-2004 05:01 PM
HP Deskjet (USB) & CUPS & Slackware 9.1: Unable to open USB device "usb:/dev/usb/lp0&qu arnostienen Slackware 2 01-29-2004 03:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:52 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