I am creating an application using Gambas. I want to create my own Ubuntu Live CD and have this application on the Desktop. Is there a fool proof, easy, point and click application that will allow me to create this type of Live CD? I think all I need on the CD is gedit and open office and firefox.
I need aufs support/patch for kernel 2.6.34.1 as i i need to create a live linux distro for my organization and linux live scripts (the scripts which I am using for creating live linux distro) require aufs and squashfs support. There is a directive for squashfs in kernel configuration file but nothing for aufs and the patch available at linux-live site seems not to work.
I just downloaded OpenSuse 11.1 64 bit live cd from it's official site.I have live usb creater in my xp box , with the help of which I successfully created live USB for fedora 11 earlier. Now the problem is whenever I try to create live usb using Opensuse live ISO image after extracting all files to usb , it gets failed.The same thing is happening with OpenSolaris 11 live cd iso image. Does this mean that live usb creater I have, was only foe Fedora distros?
I would like to be able to create my own live Ubuntu 9.10 CD. Ad a couple of utilities like gparted and AIR-2.0.0 and then remaster the whole thing to create my own simple utility CD. Is there any instruction links out there for creating a live CD?
i have just receive a 4gb USB flash drive in the mail today. And I was wanting to make it into a live usb. when i first put it in my pc it mounted. So i tried making it a live USB by using the Startup Disk Creator in the System>Administration folder. I select the ISO and select sdh1 and hit create. After it got created it. whenever I stick the USB in it never mounts the USB. Also when I try to boot from the USB it just bypasses it and goes to the hard drive.
So I formatted it and tried doing a live USB via Unetbootin same thing happened again. I have an 8GB usb that works when I did it, but not this 4GB i just received.
im trying to make a live usb with ubuntu 11.04 but i cant get it to start up. when i boot from the usb it all looks like its going well, the ubuntu letters come up with the 5 dots below that go from white to orange...then after a few minutes it disappears and my screen starts scrolling numbers. it looks kind of like something out of the matrix intro.
i have an eee pc 900 running an older version of the ubuntu netbook remix. i tried making the usb from the built-in start-up disc creator and i tried it also using unetbootin. same error both times. i also tried redownloading 11.04.
i have made a lot of live usb's before with various other versions of linux using unetbootin and never had any problems. whats going on?
I'm sure this is possible to do, but how do I create a Ubuntu install cd that uses my current config. Ideally I would like to be able to install exactly what I have on my system now, without user files. Wine, Ccsm, amarok, audacity, themes the whole nine yards. I tried using a program called Ubuntu Customization Kit, but it wouldnt let me mount the normal ubuntu install .iso file. This would avoid the hour and a half post-install config every time I screw Ubuntu up as well as stripping off many of the programs I don't need...
I want to create a custom live cd of off peppermint os one. I want to add specific software, and delete some packages i don't really need. How can I do this Reconstructor is not what i want, because i am forced to use Ubuntu or Debian, remastersys doesnt work for me since I see no option in using peppermint one as a live cd.
I'm attempting to create a persistent live USB. My flash drive is 32 GB, so I plan on creating a 8 or 16 GB ext casper-rw partition for my persistence (as described here.) I would like to have the remainder of the space available as an NTFS partition. However, most of what I'm reading indicates that only FAT32 is possible for a bootable Ubuntu USB.
I've been told that if I simply installed to USB drive as if it were a regular old HDD, it would be bootable and I could simply format the rest as NTFS. I'm wondering if this is true and why all these utilities I've found (Linux Live USB Creator, Universal USB Installer, etc...) insist on FAT32. Persistent (>4GB) bootable usb, with the rest of it a windows-recognizable NTFS partition?
From the following link I have downloaded "Ubuntu 11.04 desktop i386" in rar form but when I unrar it I cannot find the ISO file to create a Live CD as the only one that can be burned with Nero is the rar file stated above.Or else wubi.exe or USB creator .exe.
I'm working to setup an small PC as a kiosk, I was able to create an USB pen drive with ubuntu 10.10 with a persistent area and I made all the changes I need, everything works but if the PC loss power in most of the cases the file system is corrupted. Now I'm trying to generate a non persistent USB drive, but I'm having some problems. I was able to install remastersys and create an ISO image of my system (dist) but when I tried to create the USB drive using different Programs, in all cases I get the boot menu but it never complete the login, it just try to keep booting. The only messages I saw when I create the iso image is a bunch on chown operation fail from remastsys, I'm not sure if it is part of the problem. how to create an USB read only from a persistent one ?
Is it possible to create custom Live Linux cd that consumes less RAM by limiting its functionalities?My laptop has 448 mb RAM and I want to run the LIVE CD along side windows xp pro(using VMware Player). I have tried a few Linux live cds but all of them are very slow when I run them inside xp!! I want to create this custom live cd so it only have firefox browser (latest version) pre-installed along with flash player (Latest version) and ability to hear voice when playing ..... videos. (I want omit the rest of programs in order that Linux runs faster). Is it possible to gain speed by omitting un wanted programs? How I can create such LIVE cd with limited functionality and fast performance.
First things first, you will need:1GB or larger flash drive rEFIt (Link at the bottom) A linux installation, virtual machine, or live cdA Mac OS X installation/installation disk Administrator permissions gparted (comes on most linux live cd's) hfsplus/hfsprogs for hfs+ support in linux Alright Step one (in linux):Format your USB key with an MBR partiton table. Add an 8MB ext3 partition named "GRUB" for simplicity. Add a 16MB hfs+ partiton. Use the rest of your disk as FAT32. Step two (also in linux):Mount your ext3 GRUB partiton Open terminal and do "sudo grub-install --root-directory=<mountpoint> /dev/myusb", of couse replacing <mountpoint> with the mount point and myusb with the correct sdX. If you get an error saying that there is no bios boot partition (which you shouldn't), open gparted and select the grub partition and select the flag "bios_grub". Close GParted if it is open and reopen it.
Set the boot flag on the GRUB partition. Copy all of the contents of your live cd iso or cd (including the hidden folder ".disk") to your fat partiton. Skip the following steps in the step two if you don't want persistence In terminal create a zero'd out file called casper-rw in the fat partiton with "dd if=/dev/zero of=/media/LIVE/casper-rw". Replace the /media/LIVE with the mountpoint again.
Now type "mkfs.ext4 /path/to/casper-rw" and follow the instructions if there are any Step three (in mac):Open the rEFIt dmg and copy the "efi" folder to the hfs+ partiton. Locate the file called "enable.sh" in the efi folder Open a terminal and type "sudo " and then the path to the enable.sh. (You can find it by dragging the file into the terminal) Step four:Reboot your computer holding the option key Select rEFIt on your USB drive (If it doesn't appear take it out and plug it back in or boot all the way up and then reboot again) Select "Linux on HD" that has a picture of a flash drive on it. You will now be at the GRUB prompt, so type the following:
Code:
root (hd0,3) linux /casper/vmlinuz boot=casper persistent initrd /casper/initrd.lz boot
Of course take out the persistent part if you didn't use the persistence file. [URL]
I'm running a Lucid Wubi system and I just got everything exactly the way I like it. My brother was having a hard time with Windows and I recommended Linux. Well being the inpatient person he is, he wasn't impressed with it "right out the box". But he's seen my setup and still wants to give it a shot. So I was curious if there was a way to create a Live CD from the way I have it already instead of downloading the "start-up" version from the site? I think they call them distros but I'm not for sure. This would be great I think to help introduce my brother and others to this awesome OS, and plus when I mess with the wrong things(which I have, and will again) I could re-install it from where I was instead of having to redo everything.
I am using osx on my macbook wanting to create a bootable ubuntu usb pendrive so that i can install ubuntu on my hp laptop. Is anyone aware of any similar tools for osx such as Unetbootin?, or how i can go about creating a bootable live usb.
I have tried to create a persistent live usb thumb drive using Startup Disk Creator, but have not had any luck. I have tried running Startup Disk Creator from Linux Mint 9 xfce (currently installed on my machine) as well as from live sessions of ubuntu 11.04 Beta1 and xubuntu 11.04 Beta1. When using Startup Disk Creator in Linux Mint, I am able to set the slider to choose how much reserved space I want, but when I reboot, the USB stick does not load, I get an error message about an unknown name in the file. When using the live sessions of ubuntu or xubuntu, the section with the slider to choose how much of the usb stick to devote to the persistence file is greyed out. I get the same result whether I choose the xubuntu iso or the ubuntu iso as the source disc image. I have used the same USB stick and Startup Disk Creator to make persistent live installs before - is there something about 11.04 that does not allow persistence?
I've tried using usb-creator to create a persistent live USB of Ubuntu 10.04 32-bit, but the program is useless. There's a bug in the program that greys out the options to enable persistence (see here for bug info). I tried workaround #4 listed in that link, but that didn't work either. When I selected another .iso which I moved to the /tmp directory as stated, the "Make Startup Disk" option then became greyed out as well. It'll make a bootable live USB but I need persistence. Is there a good way to do this without using that program And I tried Unetbootin twice, and it wouldn't boot the live system at all. After seeing the Ubuntu splash screen it just stalled at a black screen forever.
What I want to do is create a custom live USB startup of ubuntu.
I know how to create a usb startup from the iso (any ubuntu iso), with the usb startup disk tool.
Is it possible to add some software to it, for example suppose I want it to have exaile and wireshark (or any software) already installed. How can I do that ?
I want to try out Fedora using a live USB. I have tried using Ubuntu's Startup Disk Creator but it won't except the Fedora ISO. Is there another program for Linux that could make a live USB?
Is it possible to create a Live CD install of my existing Ubuntu installation? I mean, to create a Live installation CD of my system as it is now on my pc, with all the programs and utilities that I have installed, so that if the system crashes and is unbootable, I could be able to restore it to the state when I created the Live CD.
I'm working to setup an small PC as a kiosk, I was able to create an USB pen drive with ubuntu 10.10 with a persistent area and I made all the changes I need, everything works but if the PC loss power in most of the cases the file system is corrupted. Now I'm trying to generate a non persistent USB drive, but I'm having some problems.
I was able to install remastersys and create an ISO image of my system (dist) but when I tried to create the USB drive using different Programs, in all cases I get the boot menu but it never complete the login, it just try to keep booting. The only messages I saw when I create the iso image is a bunch on chown operation fail from remastsys, I'm not sure if it is part of the problem. How to create an USB read only from a persistent one ?
I'd like to make a "live" USB, probably Ubuntu or a derivative such as Mint. How do I make it persistent? FWIW, this particular project will be primarily used for Ubuntu Studio. My hardware works fine with all versions of Ubu and Deb so there are no driver issues, simply the question of adding persistence to the stick
i get a 16GB udisk here, and all I want to do is to create a two partition udisk, the first one keep storaging my data, which could be recognized by almost all OS, and the second one, hold a live system(just say, debian). Now, I have created two partition by `fdisk`, sdc1 is FAT32, and sdc2 is FAT16.I have RTFM for a long time and, tried syslinux, but failed everytime. Sometimes can not boot, sometimes can boot successfully but can not enter the system.
This is the first time that I try to install Fedora 11 to my Cd-driver-less notebook. I try to boot from my USB stick it did not work. For me, only feasible solution is to boot from HDD.
However, how do I create bootable HDD from Fedora 11 live CD? I have already downloaded and burnt Fedora-11-i686-Live.iso to a CD. Since I cannot boot from my CD, I need to boot from the HDD. But how?
Also some additional info: I have already formatted my notebook's HDD by hooking it to my PC. So I can only access my notebook's HDD from my PC (winXP installed) As far as I can guess, I need to partition and format my notebook's HDD based on fedora's requirements. (I do not know how?) And copy some boot and installation files to these partitioned disks. (don't know neither)
I tried most of the methods using a graphical interface to create a live USB through a 64-bit dvd image to install opensuse 11.2 including unetbootin, Win32DiskImager, Mandriva's Seed... Everything failed, so I'm left with the option to do it through the command prompt. There is a dd tool for Windows, and I got the command line instructions in the Live USB page. One thing I don't understand is that how is insert my path of the iso image for this command in Windows: # dd if=/path/to/iso/openSUSE-11.2-KDE4-LiveCD-i686.iso of=/dev/sdX bs=4M;sync; Should I replace the bit # dd if=/path/to/iso/openSUSE-11.2-KDE4-LiveCD-i686.iso, with like something like # dd if= CDownloadsOpensuse11.2x-64.iso?
I downloaded openSUSE 11.3 to my MacBookPro, whose disk drive has been broken for some time now. I want to install to new msi cr610 laptop that shipped WITHOUT windows. I could order the box with an install disk and printed manual, but if there's any way of creating a bootable USB stick from the download I did to my mac, that would be great.