Ubuntu Installation :: Create A Live Disc On The SD Card With Persistence Options?

Jun 18, 2010

I have an Eee PC with a dead Hdd. I brought it back to life by installing Ubuntu 10.10 on a 16GB SD card. It works 100% but is sluggish.Now I am wondering, from the standpoint of reducing SD card access and writes, would it have been better to create a Live Disc on the SD card with persistence options? What I am thinking is that a Live Disc is designed to run out of RAM, and would thus reduce the activity on the SD card. The only thing this netbook will get used for is the internet. It is a netbook, so the performance is limited, but as far as netbooks go, it is top of the line with dual core and discrete nvidia graphics.

View 1 Replies


ADVERTISEMENT

Ubuntu / Apple :: Create A Live USB With Or Without Persistence For Mac And Pc?

Jun 7, 2010

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]

View 9 Replies View Related

Ubuntu :: Create Live USB With Persistence Without Usb-creator?

Jun 16, 2011

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.

View 1 Replies View Related

Debian Installation :: Live USB With Persistence

Oct 19, 2014

I copy the debian-live-7.6.0-i386-standard.iso to the usb. Now i can live boot into the usb.

I also follow the guide "10.3.1 The persistence.conf file" to make /dev/sda2 my persistence partition. When it boot up and i add the parameter "persistence" it will works. But i want to know how to make it automatically boot with the parameter?

My guess is that i have to make my own live cd then copy to the usb again. If that is it, any tutorial how to make live cd from the live cd i already downloaded?

View 6 Replies View Related

Debian Installation :: 8.1 Live USB Drive With Persistence

Jun 18, 2015

I have searched but have not found a successful way of generating a USB drive with persistence using Debian 8 Live USB.

I have an 8 gig USB drive that I would use 4 gigs for the persistent drive.

View 12 Replies View Related

Fedora Installation :: F15 - Live USB And Persistence File

Jul 9, 2011

I have created a Fedora 15 live usb using LiLi-Usb with a persistence file of 2048mb, on a 4gb flash drive. What I would like to know is two things, will this allow me to update Fedora 15 on the flash drive?, and later, if I chose to install to the hard drive, will the updates cross over?

View 4 Replies View Related

Fedora Installation :: F14 Live With 1024 Persistence File

Aug 7, 2011

Just wondering, I am using Fedora 14 live from a 4gb usb with 1024 persistence file. With this file will I be able to do updates in yum or packagekit.

View 4 Replies View Related

Debian Installation :: Live System Working With Encrypted Persistence

Oct 28, 2014

I tried a while getting a live system working with encrypted persistence. The command

Code: Select alllive-persistence activate /dev/sdx2

works perfect, but boot time persistence works only for unencrypted storage. 'Cause I can not append the boot-log as file the most important part here:

Code: Select all+ tailpid=123
+ tail -f boot.log
+ cat /proc/cmdline
+ LIVE_BOOT_CMDLINE=BOOT_IMAGE=/live/vmlinuz boot=live noeject keyboard-layouts=de components persistence persistence-encryption=luks,none initrd=/live/initrd.img debug=true
+ Cmdline_old
+ PERSISTENCE=true
+ export PERSISTENCE

[Code] ....

The most confusing line is "Warning: cryptsetup is unavailable" - I took a look into the scripts, it checks if cryptsetup and askpass is executable if not this message. But:

I mounted the hdd-img file local and took a look: all binaries there.

So I tried a lot getting it working on boot time. I tried it with live-tools from testing, from wheezy and last but not least installed and pinned live-tools to unstable. Always the same. askpass isn't executable on boot time before mounting the persistence.

Config is
Code: Select alllb config noauto
    --apt apt
    --bootstrap debootstrap
    --binary-images iso-hybrid
    --distribution testing
    --mirror-bootstrap http://ftp.debian.de/debian/

[Code] .....

(tried with binary-images=hdd, too)

and yes, cryptsetup is inside package-list (otherwise live-persistence from within running machine with crypted partitions would not work). Live tools I used for last run is 4.0.3-1 from unstable, before tried with 4.0.2-1 from testing.

Whats going wrong in boot system?

View 12 Replies View Related

Ubuntu :: 9.10 Live USB - Login Persistence

Jan 8, 2010

I've completed the creation of a Live USB 9.10 install/configuration. I'm booting from a 16GB Flash USB now, with just about everything working, audio, video, wireless, etc. I'd like to remove some of the "live" features of the OS now, to make it more a bootable 9.10 full install. The first step, is to remove the auto-login feature of the live setup. I tried setting a password on the ubuntu user, but it still auto-logins.

View 6 Replies View Related

Ubuntu :: Cannot Boot Live CD With Installation Disc

Jan 4, 2009

I'm trying to boot into the Live CD on my Ubuntu installation disc. I changed the BIOS to boot from my disc drive, and I can hear it read the disc, but then my computer just boots into the Ubuntu installed on my hard drive. How can I boot the Live CD?

View 9 Replies View Related

Ubuntu Installation :: Can't Run Live Disc 11.04 Black Screen?

May 25, 2011

don't have the knowledge to know what to do next.I'm trying to run the live disc of 11.04 as I want to dual boot with it. I've checked the MD5 and checked the disc for faults and they're ok but I just end up with a black screen. The graphics card is ATI 4550.

View 2 Replies View Related

OpenSUSE Install :: How To Make Live Usb With Persistence

Mar 13, 2010

I am trying to make Liveusb with persistence i downloaded live gnome version which is in .iso format i also downloaded win32diskimager mentioned on this page Live USB stick - openSUSE but it only .img files i also tried unetbootin ,there is no option for 11.2 version my laptop doesn't have cd/dvd drive so to install on hardisk i have to do it by usb,so i thouht of going for live usb. are there any alternatives

View 9 Replies View Related

Slackware :: ClutchOS V12.2 A Pure 12.2 Live CD / USB With Persistence

Feb 27, 2010

why another slackish distro? Mine (will be) better than most Please try it before you criticize it It is quite unique in many ways I really did it to show how easily one can make their own 12.2 install into a live distro So, it is a proof-of-concept thing Desktop: My own JWM creation heavily based off Vector's JWM Display manager: Slim from Slackbuilds Packages: All pkg's are 12.2 slack, sbopkg's, and slapt-get/gslapt from Slacky, some others converted from absolute/salixos/source. I custom built the JWM desktop, systray-volume-control, and many from-scratch scripts.

Heres some of the pkg's Games: Xgalaga sbopkg Graphics: Gimp, Imagemagick Office: Abiword, Gaiksaurus, Xcalc Multimedia: Mplayer, XMMS, Audacious, Alsamixergui, Pulsaudio Alsaplayer, Isomaster Misc: Roxterm,rox-filer, PCMANFM, lxterminal, lxtask, leafpad xarchiver, catfish, lxappearance, nitrogen System: Gparted, ddrescue, testdisk, Gnome net tools, WICD wifi-radar, Gslapt, Network: Firefox, dillo, xchat, gftp, grsync

[Code]...

View 13 Replies View Related

Ubuntu Installation :: Possible To Create Own Install Disc?

Mar 13, 2010

Is it possible/easy to create my own install disc based on the install that I have now? I just got finished setting up ubuntu on a new computer and I want to make an install disc that has everything that I have set up ALREADY set up right after installation.

View 2 Replies View Related

Ubuntu Installation :: Create A Windows 7 Boot Disc From A Pre-installed PC?

May 5, 2011

I have a Lenovo laptop with Windows 7 pre-installed. I would like to dual boot Win 7 and Ubuntu or Linux Mint.

In my old laptop I had an OEM Win XP disc that I bought specifically for dual boot purposes (didn't want the pre-installed vista). This only has a one PC usage though unfortunately.

how to make a windows 7 boot disk? I made a RECOVERY disk already, but I don't think that will work as a boot disk right? Particularly if I completely wipe out or swap out the HDD (which I might do).

fyi: I NEED Win7 for a few special programs for my school. WINE will not work and VirtualBox puts to much strain on my computer.

View 4 Replies View Related

Ubuntu Installation :: Live CD Boot - Can't Select Any Options

Apr 6, 2011

been trying to get linux installed on a troublesome laptop for 48 hours now without any luck so thought I'd post here as my last option.

I've tried installing 10.10 desktop, 9.04 netbook remix and just this minute 10.04 netbook versions of ubuntu, as well as other versions of various linux distros.

I woke up this morning and burnt 10.04 netbook to CD (not usb) as I wanted to put it on an old laptop with max resolution of 1024x768. I put it in an external CD drive and it boots up to the options screen on the Live CD, where you can choose to 'try Ubuntu netbook without installing' or 'install ubuntu netbook' etc.

The problem is, I can't click (press enter) on any of the options. The same problem arose with earlier versions, i.e 9.04 netbook remix Ubuntu.

Laptop model: Compaq Presario R3000.

View 6 Replies View Related

Fedora Installation :: Options For Installing 14 From Live CD?

Feb 17, 2011

Been a while since I've been on here, but I was using Fedora 12 for the longest time and only recently started having problems. I kept getting errors and pop-up dialogs telling me to run yum-complete-transaction, which I tried as root many times. It would then give an error that it couldn't locate the repository and such. So, I looked through all my yum config files and changed a few things until I FINALLY got the command to do something, only it did all kinds of strange things as I was running low on EXT3 disk space and using old Windows' partition to store a lot of things on.

Now, I backed up all the /home directories and files as well as /root, just in case this didn't go smoothly and I still ran out of disk space. If I had the money, I'd buy a storage stick and just back up everything, but that's not an option at the moment. Now I have a crippled version of XP (pretty much useless from a trojan, even though I had McAfee AND Windows Defender running), and half of Fedora 12 with 2 different boot images! When I first did this, I used a 10G partition to install Fedora, which was plenty then. What's left of Win still resides on about 65G of space, but I have a lot of files there I want to keep. Fisrst thing I want to know is, should I look anywhere else on the Fedora disk to find files I may need, just in general? There's still a LITTLE space on the drive to back up stuff if I need to.

Second, while I still had enough to work with, I managed to download and burn a F14 Live CD, which is running now. I saw the option on the desktop to install it, and can get my config files and such from the backups if need be. I do NOT have a DVD burner, so if I have to I can use regular 700MB CDs, but only if they are available.The next thing I need to know is if I can install F14 from the web, without having to download any more ISOs, (again, assuming they are available). I know all my DSL settings so that's not a problem, I just need to find out if I can install it that way before I go clicking that icon. Anyone with experience with this would be helpful. I'm ready (MORE than ready) to go through with it, I just don't want to get "stuck" once I start the process. My download rate is around 200k/sec, so it's going to take some time no matter which way I (can) go.

View 4 Replies View Related

Ubuntu Installation :: Create Install Disc To Transfer OS In Existing State

Jul 5, 2011

I have Ubuntu 11.04 installed and running on my laptop and was wondering if there was any way to create an install disc/usb or some other way to install Ubuntu in its current state (including all apps, updates, settings etc.) onto my desktop.

View 6 Replies View Related

Ubuntu Installation :: Make DVD With Kubuntu And Xubuntu To Choose One To Start Live Session When Booting From Disc

May 22, 2010

I want to make a DVD with Ubuntu, Kubuntu, and Xubuntu so i can choose one to start a live session when booting from the disc. I'd like to introduce linux to friends and having a few variations might make it easier to transition.

View 3 Replies View Related

Ubuntu Installation :: Create Factory Install Disc For Win 7 Netbook In Case Ubunu Borks?

Apr 11, 2010

I've just gotten a gateway netbook I'd love to throw a copy of ubuntu on. However, before I install I'd like to create a backup factory install disc. The problem is I don't have a DVD drive in my netbook.Is there a DVD writer program for Windows or something similar that would simulate the presence of a DVD drive and allow a backup DVD to be written to it?

View 2 Replies View Related

Ubuntu Installation :: Can't Create Persistent Live Usb Of 11.04

Apr 1, 2011

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?

View 9 Replies View Related

Ubuntu :: Live USB Disc Won't Boot / Why Is So?

Jul 5, 2011

I have downloaded the Ubuntu 10.04 LTS iso from the Ubuntu website and created a Live USB disc with it.

I test this USB disc by booting from it on my desktop machine. It works fine. It even reinstalls Ubuntu on a test partition successfully.

I then attempt to use this Live USB disc to boot up my netbook. I receive the initial boot menu, and I can choose to either 'try with no changes' or 'install'. Either way, Ubuntu fails to boot, and hangs on the purple pre-desktop Ubuntu splash-screen for over half an hour with no change.

So I try re-creating the Live USB disc with both the Universal USB Installer and Unetbootin. The Live USB disc still fails to boot my netbook with exactly the same result. If I press the ESC key on the netbook whilst the screen has hung at this stage, I see the message code...

View 1 Replies View Related

Installation :: Create A Live CD Install Of My Existing Ubuntu?

Oct 25, 2010

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.

View 2 Replies View Related

Ubuntu :: Get A Login Screen With The Live! Disc?

Jun 21, 2010

I have been here awhile, but have not posted much, and am a bit new to things again...I just burned a 10.04 Ubuntu Desktop Edition disc from the main Ubuntu page. However, when I load up the disc (boot from it), I get a login screen instead of a desktop or window asking for input.What am I doing wrong? I know on the older Live! discs you'd typically get a desktop or installation window.

View 2 Replies View Related

Ubuntu :: Install Through Terminal (live Disc) From Different Iso?

Mar 22, 2011

The problem is as follows: I recently had a power outage whilst my computer was running windows. When I tried to restart the computer I received UNMOUNTABLE_BOOT on the classic blue screen of disobedience. To resolve this I've booted a live ubuntu disc (10.04 LTS), of course when I created an ext4 partition and then tried to install linux I received "error while copying files" around the 65% point of the install which has ultimately told me to create another cd, which since without a working OS I can't do.

With the above filaure in mind I looking into fsck, fsck.ntfs and testdisk both fsck couldn't access the partition and fsck.ntfs suggested I run chkdsk (which I thought fsck was the linux equivalent of).So I figure the next logical step is to try and install linux from the terminal of the cd-based instance of linux I'm running just now from a freshly downloaded iso.

View 3 Replies View Related

Fedora Installation :: Create Bootable HDD From F11 Live CD?

Oct 2, 2009

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)

View 7 Replies View Related

Debian :: Create Own Live CD From An Existing Installation?

Jan 23, 2011

I have Lenny installed.Is it possible to create a Live CD/DVD with all settings from this installation to use it on the same Hardware?

View 5 Replies View Related

Ubuntu Security :: Pretty Slick Live Disc From AVG?

Mar 27, 2010

AVG Rescue CD A powerful toolset for rescue & repair of infected machines. Quote: The AVG Rescue CD is a powerful must-have toolkit for the rescue and repair of infected machines. It provides essential utilities for system administrators and other IT professionals and includes the following features:

* Comprehensive administration toolkit
* System recovery from virus and spyware infections
* Suitable for recovering MS Windows and Linux operating systemsFAT32
and NTFS file systems)
* Ability to perform a clean boot from CD or USB stick
* Free support and service for paid license holders of any AVG product
* FAQ and Free Forum self-help support for AVG Free users

View 5 Replies View Related

Ubuntu :: Using Disc Creator To Make Debian Live USB?

Jun 12, 2010

If I use Ubuntu's (10.4) Startup Disc Creator app to create Debian (Lenny) start up USB I just get (when using it on a separate machine) a black screen with the text "boot:" If I press Enter I get a pale blue screen but nothing else, some text if I press the TAB key, but it will do nothing. Is this because I use Ubuntu for a Debian OS or is there some other problem? I've noticed that the disc creator in Ubuntu only really likes Ubuntu related OSs. But since it recognised it when I created it I would have thought it'd work!

View 3 Replies View Related

Ubuntu Servers :: Use A Live Disc To Edit Correctly?

Sep 10, 2010

Using Ubuntu Server 10.04, I was adding a new file system to mount today. I made a mistake editing the fstab folder for mounting a new partition, and now I can no longer boot. I attempted to use a live disc to edit correctly, and did so, however I still get errors on boot. I have included a screenshot of what I get on screen while trying to boot.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved