LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 09-22-2009, 04:24 AM   #1
umarzuki
Member
 
Registered: Aug 2008
Distribution: Debian
Posts: 61

Rep: Reputation: 15
creating live cd the easy way


i had try build-helper but it seems hard to make a live cd with mplayer with all codes, firefox with flash and java plugins.

anyone had any simple solution? Geexbox does not have web browser and i can't browse cd/dvd with it.

i need to make/get a small distro that can be loaded into ram so i can use the dvd drive to play dvds.
 
Old 09-22-2009, 07:26 PM   #2
umarzuki
Member
 
Registered: Aug 2008
Distribution: Debian
Posts: 61

Original Poster
Rep: Reputation: 15
in case anyone wondering, puppy linux have flash enabled browser and video player that supports .avi with small footprint.
 
Old 10-09-2009, 01:13 PM   #3
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Quote:
Originally Posted by umarzuki View Post
i had try build-helper but it seems hard to make a live cd with mplayer with all codes, firefox with flash and java plugins.

anyone had any simple solution? Geexbox does not have web browser and i can't browse cd/dvd with it.

i need to make/get a small distro that can be loaded into ram so i can use the dvd drive to play dvds.
i dont know about loading a disto into ram, but the most easy/simple method for me is:
creating a small partition (10GB plus/minus; perhaps in virtualbox).
installing debian
configuring it the way i want it
installing live-helper or remastersys
running
Code:
lh_config --bootstrap copy --debian-installer live
lh_build
or
Code:
remastersys -backup
the command for remastersys might look a bit different. heres the page:
http://www.geekconnection.org/remast...ersystool.html

Result in both cases is an installable copy of your configured installation (which you now may delete again :-) )

(you need enough space, as the whole shebang is getting copied to unpack the squash-filesystem. about 3 times as big as your final installation should be sufficient).

----
you couldnt simpy install a distro on an usb-stick? that way you would have got the cd/dvd-rom availiable too.

Last edited by j1alu; 10-09-2009 at 01:14 PM.
 
Old 10-09-2009, 01:37 PM   #4
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
sorry to be semi-off-topic
but, j1alu; does this code

Code:
lh_config --bootstrap copy --debian-installer live
lh_build
build a livecd as with remastersys or what does it do??
thanks
 
Old 10-09-2009, 02:14 PM   #5
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Quote:
Originally Posted by linus72 View Post
sorry to be semi-off-topic
but, j1alu; does this code

Code:
lh_config --bootstrap copy --debian-installer live
lh_build
build a livecd as with remastersys or what does it do??
thanks
as far i know: yes, it does the same.
( a live cd which may be installed, but you gotta choose when booting, installing/adding a graphical installer is a different thing)

"--bootstrap copy" copies your installation
"--debian-installer" live adds the debian installer.
you might even add an lh_config option like:
Code:
-b usb-hdd
and put the resulting iso on an usb-stick:
Code:
dd if=debian-live-sid-i386-standard.img of=$USBDRV
live-helper is an amazing tool, but if youre not into it atm it might get confusing. Therefor,as i said, all as far i know.
(if youre fine with remastersys *i* can see no reason/advantage to make use of live-helper instead.)

btw: you could give some info bout the "loading into ram"-thing.
pleaaase :-)
greetings
 
Old 10-09-2009, 04:02 PM   #6
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
OH
thanks buddy

now, to umarzuki

Debian live, or grml too are both smallish and both can use the bootoption
"toram"
for debian live/grml you just add the bootcode

Code:
toram=grml.squashfs
or for debian,

Code:
toram=filesystem.squashfs
a good puppy, is
browserlinux puppy
has flash and firefox 353
http://www.browserlinux.com/

as you know, puppy has a toram feature as well
to restore save its

Code:
pfix=copy
to ignore saves its

Code:
pfix=ram
both go toram

puppy can save back to same partition it boots from
debianlive/grml must have a 2nd partition
to have persistency

j1alu; I'm gonna try it you know
I wanted to use remastersys on squeeze/sid install
however, it bonks out and says squashfs-modules are not available for squeeze/sid
is that true??

if live-helper can do the same job
that would be great
 
Old 10-09-2009, 06:43 PM   #7
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Quote:
j1alu; I'm gonna try it you know
I wanted to use remastersys on squeeze/sid install
however, it bonks out and says squashfs-modules are not available for squeeze/sid
is that true??

if live-helper can do the same job
that would be great
thing is the following: im much of a noob, i read a how-to or a docu and give it a try. So: if it doesnt work im screwed.
To make it short:
im running on sid and checked for squashfs-modules and theyre availiable, but i aint got them installed at all.
I got live-helper installed and thats it...
now that i write i come to think: in the newer kernels (2.6.30***) the squashfs-support might be compiled into the kernel... and thats why there might be problems (if using it with older kernels like lenny..).
For a while i had debian-lenny installed for the only purpose to run live-helper, but these problems are gone now ( i kept lenny as he`s such a cool guy :-) )
I just tried if live-helper would work to make an image of antiX after configuring it, and it did work
(but i think antix has got its own tools to get that result and im not sure if i didnt screw it completely: it booted and i could install it, who knows what will happen in the long run...)

Its a "go or no-go" for me. atm i aint got problems. Your mileage may vary, just give it a try :-)
(there are several how-tos over at forums.debian...search for live in the how-to section.)

im gonna look in your ram-explanations, sounds cool (like the rest of the stuff you do) but im pretty spare on time atm.

Last edited by j1alu; 10-09-2009 at 06:48 PM.
 
  


Reply

Tags
cd, download, live, remaster



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
Creating Live CDs jaycee4 Linux - Newbie 5 09-02-2009 04:31 PM
LXer: DIY Linux live CD -- the really easy way! LXer Syndicated Linux News 0 08-30-2007 12:00 PM
LXer: DIY Linux live CD -- the really easy way! LXer Syndicated Linux News 0 08-30-2007 09:20 AM
Is there an *Easy* SB Live install? Snipersnest Linux - Newbie 7 02-25-2005 02:00 PM
Creating Live CD gsrikanth Fedora 11 02-03-2005 12:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 12:03 AM.

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