A build of an operating system that can run directly from a CD/DVD disk or image. Live CDs are often used to demo the software, to provide a full recovery environment, or to present a richer installation experience.
Questions tagged [live-cd]
37 questions
0
votes
2 answers
Distributing Windows environment with application
I am interested in distributing an application that will need to have an integrated Windows environment included with it. This environment would be something like BartPE.
Basically the application needs to create bootable media with a minimal…

TWA
- 12,756
- 13
- 56
- 92
0
votes
1 answer
VM version or Live Cd version: where is the difference?
A Linux distro I wish to use, probably only through a VM, offers me the options of Live DVD or a VM version. Both are ISO images. What have they done differently inside the ISOs? I suppose I'd go with the VM anyway, but without knowing what makes it…

Quora Feans
- 928
- 3
- 10
- 21
0
votes
5 answers
What is a good live-cd distribution that could be used as the base for my linux program?
There is an upcoming programming challenge (forensics challenge) that asks the entrants to write a program that runs on a bootable cd that helps format attached media to that computer.
I'm considering submitting an entry and I'd like to utilize as…

KingNestor
- 65,976
- 51
- 121
- 152
-1
votes
0 answers
How to build a Debian install image with a custom kernel using a Debian Live Build?
I am trying to create a debian install image using a live-build tool.
But during installation, the custom kernel I added is not used.
I am trying to create a debian install image using a debian live build.
My configuration looks like this:
lb config…

Kill_Real99
- 1
- 1
-1
votes
1 answer
Formatting multiple drives in a server through sg utils in parallel
I have to reformat 28 10TB drives inside a server from 4096 Bytes to 512 Bytes, in order for them to be recognised by the raid controller.
Due to the large capacity, when using the GParted Live CD and the
sg_format --format --size=512 /dev/sdX…

ignis
- 1
-2
votes
3 answers
Can I install anything (like Python), using a Linux LiveCD?
I need Python on a Linux/Unix machine temporarily
Can I run, for example, a Linux Mint LiveCD and then install Python or emulate the install?
Or is a LiveCD strictly for looking at the distribution?

mowgli
- 2,796
- 3
- 31
- 68
-4
votes
1 answer
Grub configuration for liveCD
I need to create my custom linux liveCD. I used this perfect guide to do this.
In few words: I took linux Mint liveCD, mount it, unpack filesysetm.squashfs, edit it with chroot and pack everything back to iso.
I faced with a problem when tried…

voronwe
- 33
- 6