LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-17-2013, 04:17 PM   #1
jstrieb
LQ Newbie
 
Registered: Oct 2013
Posts: 2

Rep: Reputation: Disabled
Modifying Debian Live Boot


Hello,

I currently have a flash drive with GNOME and Debian set up to live boot. I use the live-booted Debian quite often, and there are a few simple changes that I have to make and packages that I have to install every time I load it up in order for it to do what I need it to do. The main thing I need to do is have it retain the wireless drivers and configuration that I set. Is there any way to modify certain aspects of the operating system like those I just mentioned permanently before it is booted (i.e. from a Windows computer)? I've tried doing research on this, since I assume that others have done it before, but I have come up empty. I just assume this is because I am not searching for the right things. Any help is appreciated!

Thanks,
~JS

EDIT: I've found some stuff like this but I am not sure if it will be able to help me with what I need.

Last edited by jstrieb; 10-17-2013 at 04:22 PM.
 
Old 10-17-2013, 05:34 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Link

Might help, might not.
 
Old 10-17-2013, 07:32 PM   #3
jstrieb
LQ Newbie
 
Registered: Oct 2013
Posts: 2

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rokytnji View Post
Link

Might help, might not.
For a more sarcastic reply, I'd use http://lmgtfy.com/ (example)

Thanks very much, that was quite helpful. I have yet to actually do it, though. Do you have any idea if it would boot the changes made when booted with the "persistent" parameter even if not booted into persistence mode? In other words, will the changes made in persistent mode stay with other live boots not in persistent mode? I don't want it to be persistent all of the time, I just want to make a few minor tweaks.

Thanks,
~JS
 
Old 10-17-2013, 08:43 PM   #4
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by jstrieb View Post
Hello,

I currently have a flash drive with GNOME and Debian set up to live boot. I use the live-booted Debian quite often, and there are a few simple changes that I have to make and packages that I have to install every time I load it up in order for it to do what I need it to do. The main thing I need to do is have it retain the wireless drivers and configuration that I set. Is there any way to modify certain aspects of the operating system like those I just mentioned permanently before it is booted (i.e. from a Windows computer)? I've tried doing research on this, since I assume that others have done it before, but I have come up empty. I just assume this is because I am not searching for the right things. Any help is appreciated!

Thanks,
~JS

EDIT: I've found some stuff like this but I am not sure if it will be able to help me with what I need.
Why don't you create your own using LiveBuild?
 
Old 10-17-2013, 09:38 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
I have yet to actually do it, though. Do you have any idea if it would boot the changes made when booted with the "persistent" parameter even if not booted into persistence mode? In other words, will the changes made in persistent mode stay with other live boots not in persistent mode? I don't want it to be persistent all of the time, I just want to make a few minor tweaks.
I really don't know as I run AntiX instead of just straight Debian which uses grub2 while I use grub legacy. Maybe a grub line entry for using the live system without persistence as a choice might give you the result you want,

https://www.youtube.com/watch?v=il_oZt4AY-E

See, we have our own tool for that. I was not trying to be sarcastic. I was just going by what you said.

Quote:
I've tried doing research on this, since I assume that others have done it before, but I have come up empty. I just assume this is because I am not searching for the right things. Any help is appreciated!

Thanks,
~JS

EDIT: I've found some stuff like this but I am not sure if it will be able to help me with what I need.
So I did not know if you knew about Debian live persistence or not was why
I pointed you to it. Puppy Linux has a option like what you want with the pfix=ram boot option which just loads the live session without the save file.

Not running vanilla Debian. I am not sure if Debian live has that function also.
 
Old 10-20-2013, 10:06 AM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I've had some success playing with the live CD builder following this tutorial
http://l3net.wordpress.com/2013/09/2...debian-livecd/
I enabled the non-free repositories and installed a few extra applications and some non-free firmware to see how easy it would be and it's a cinch. I've not finished playing with it yet and will hopefully create my own live USB stick with the wireless and other drivers I think I need as well as a user account other than root and some other tweaks. It's good fun to play with.
 
Old 10-20-2013, 04:44 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Install debian to the flash just as if it were a real hard drive install? It would take a bit more space on the drive since it isn't a compressed filesystem running live. It would allow proper updates and software additions.

It may be possible to use qemu to mount some linux disto in windows. You might then make it possible to mount the iso and make additions to the filesystem and then save it back inside an iso. There are some windows tools that can extract iso images but the issue would be if the compressed filesystem can be worked on. I doubt it.
 
  


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
getting error : this debian live image fail to boot (need help) magic1 Linux - Laptop and Netbook 1 09-12-2012 04:07 PM
modifying live USB, persistece qrange Debian 4 05-11-2012 04:50 AM
How to boot debian live CD with no swap manya Debian 5 11-18-2010 10:01 AM
This Debian live image failed to boot AmiNimA Debian 1 06-10-2009 12:54 PM
modifying backtrack live cd... kiasta Linux - Newbie 0 05-10-2006 07:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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