PCLinuxOS-Forums
News: Penguin Alert...watch out for iceholes!
 
*
Welcome, Guest. Please login or register. September 02, 2010, 08:29:52 PM


Login with username, password and session length


Pages: 1 2 3 4 5 6 [7]   Go Down
  Print  
Author Topic: Tutorial on making a remastered liveCD. Tricks, considerations and common issues  (Read 16553 times)
OldJimbo
Hero Member
*****
Offline Offline

Posts: 703


« Reply #90 on: October 23, 2009, 01:28:33 PM »

I just tried making a livecd - without home - and it worked fine with poor man's install.
I'll try to find time for the complete livecd later.
I'm running 2.6.26.8.tex3 fully updated and using testing.
Logged
Sleepy
Sr. Member
****
Offline Offline

Posts: 398


« Reply #91 on: October 23, 2009, 07:05:56 PM »





..or without /home:
Code:
umount -a
mklivecd --root / --tmp /tmp --workdir /root/tmp/livecd/ --nodir ^/tmp,^/root/livecd_iso/,^/root/temp/livecd/,^/mnt,^/media,^/home /root/livecd_iso/livecd.iso


At least I thought it had worked.However when I boot from the cd I get the Gnome boot screen but as soon as it fully loads turns into KDE desktop minus all my backup files.How weird is that!
Logged

Asus P5QL/EPU Motherboard,Pentium 4 3ghz dual core processor,1gb Kingston ram,Geforce EN210 graphics card.
Tommylee567
Full Member
***
Offline Offline

Posts: 212


« Reply #92 on: December 26, 2009, 11:35:04 AM »

I took a latest update full backup of making a live cd.
Ran that in a another desktop pc, and used VirtualBox (XP) to run it. It didn't work, instead it gave some messages and stopped in the middle of the boot process. Is there a way to find out which is wrong? The backup was in my laptop, the ISO i ran in the Vbox is in a desktop pc. Everything was upto date.

Do i need to check up anything?

Thanks!
Logged

Intel Core 2 Duo 3.0GHz E8400, 2GB RAM, 500GB HDD, 384MB Intel Video.
Running Windows XP + 7, PCLOS 2010 (all desktops) running 2.6.33.x.bfs kernel
<<<<<<<<<<<>>>>>>>>>>>
PCLOS KDE Walkthrough Guide:
http://www.pclinuxos.com/forum/index.php/topic,71713.msg589120.html
Gagarin Gambit
Full Member
***
Offline Offline

Posts: 109


Space technology


« Reply #93 on: December 28, 2009, 04:28:43 PM »

As far as I know remasters don't work out of the box with VirtualBox, because it requires specific video card drivers that are usually not present in an installation. I believe you'll find some instructions here:
http://www.pclinuxos.com/forum/index.php/topic,59694.0.html
Logged

Linux. Space technology.
Tommylee567
Full Member
***
Offline Offline

Posts: 212


« Reply #94 on: January 01, 2010, 09:39:45 AM »

Gagarin Gambit
Thanks, will try.
Tim
Logged

Intel Core 2 Duo 3.0GHz E8400, 2GB RAM, 500GB HDD, 384MB Intel Video.
Running Windows XP + 7, PCLOS 2010 (all desktops) running 2.6.33.x.bfs kernel
<<<<<<<<<<<>>>>>>>>>>>
PCLOS KDE Walkthrough Guide:
http://www.pclinuxos.com/forum/index.php/topic,71713.msg589120.html
melodie
Hero Member
*****
Offline Offline

Posts: 2186


XMMP=Jabber, free instant messaging protocol !


WWW
« Reply #95 on: January 02, 2010, 10:12:20 AM »

I believe you'll find some instructions here:
http://www.pclinuxos.com/forum/index.php/topic,59694.0.html


Quote
x11-driver-video-vboxvideo
x11-driver-input-vboxmouse
dkms-vboxadd
dkms-vboxvfs


Hi,

The first 2 are absolutely necessary, the 2 other ones are for comfort : if you install the guest additions in the virtual machine, and have theses, you can go to and from with the mouse, without freeing the mouse to get out of the virtual machine each time. And additionnally, you can even do some copy paste in both directions.

If you have to reconfigure X, additionnally to what Texstar said in his post, I have used successfully the ncurse version of the PCC. For example, you can't get the server to work, you can login as root in a tty by actionning the keys "Right Ctrl+F1" or "Right Ctrl+F2" and so on, same as in a normal machine up to F6 and F7 makes you come back to the X display.

Then once logged as root in a tty, you can do:
drak<tab>

which will give you the list of all available commands. A few, when invoked, will tell you they don't work without a X display, the others will allow you to reconfigure a bench of things. drakconnet for the network...

Here are a few screenshots:
The list of the possible commands

Some commands that don't work in console


Well, drakconf is a right choice for console though.

And so on... just look at them number by number:
http://melodie.tyruiop.org/PCLinuxOS/captures/Drakconf


Logged

melodie at im.apinc.org - IRC #pclinuxos-fr sur freenode
Jagosix
Jr. Member
**
Offline Offline

Posts: 13


« Reply #96 on: January 20, 2010, 09:40:23 PM »

Hello People Smiley. It's me again  Cool. Well.. I'm new to the make your own remastering disc. I've played with a few Isos and they boot fine Smiley.
However, I want to know what I need to do in order to get the install option for the remastered disc. I mean is there an mklivecd command line option for that or what?

A little help goes a long way. Thanks  Grin
Logged
Neal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 6031


PCLinuxOS-LXDE Coffee-holic


« Reply #97 on: January 20, 2010, 10:43:01 PM »

Unless you removed it, you have draklive-install. In a terminal type:
Code:
draklive-install

Type <Enter> and you're good to go.

Logged


"try to keep things simple is complicated" - T6
travisn000
Global Moderator
Hero Member
*****
Offline Offline

Posts: 1768


« Reply #98 on: January 22, 2010, 02:14:52 AM »

If you no longer have the desktop links, you can easily recreate them..  before remastering right click on your desktop (or in any other directory) and select the option to create a new link to an application; set it to run draklive-install, click the icon to change it, and set any other options you desire.

If you want it to show up for all newly created user, put it in /etc/skel/Desktop before remastering.
Logged

PCLinuxOS Wiki: Read and contribute tips, tricks, how-to's and articles TODAY!
comtech391
New Friend
*
Offline Offline

Posts: 4


« Reply #99 on: February 07, 2010, 05:02:37 PM »

I don't get what I'm doing wrong, but my remasters always boot and won't find the xorg server or what ever it is. They simply do not work.
Logged
travisn000
Global Moderator
Hero Member
*****
Offline Offline

Posts: 1768


« Reply #100 on: February 09, 2010, 08:48:45 PM »

Welcome to the forums!

If you can provide a more specific error message we may be able to help, but based on the info provided we can not do anything more than take a wild guess..  Lips Sealed Undecided Wink


..my first guess / suggestion would be to add the word "vesa" to the end of your grub (boot menu) options, and see if that works.
Logged

PCLinuxOS Wiki: Read and contribute tips, tricks, how-to's and articles TODAY!
raed
New Friend
*
Offline Offline

Posts: 5


WWW
« Reply #101 on: May 31, 2010, 07:18:37 AM »

thanks alot

 Lips Sealed
Logged
Pages: 1 2 3 4 5 6 [7]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM