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


ADVERTISEMENT

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

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

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 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 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

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

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

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

Fedora Installation :: Cannot Locate F14 (Live Media Download) File

Dec 9, 2010

I have a Dell Inspiron 1420 laptop running on Windows 7, I just download the iso file for Fedora 14 desktop edition, the live media download, and burned it to a new CD-RW, I can't seem to locate the file I need to boot it.

View 11 Replies View Related

Fedora Installation :: Installing Live CD - Message - Cannot Find Root File System ?

Jan 30, 2010

I have a LiveCD (DVD with many linux versions on it) and no other software on my computer at the moment. The computer specs are as follow:

When I use the live cd I get the following message: Cannot find root file system

I have tried the suggestion along the lines of:

Then it either goes back to Bash or I get "Kernel panic - not syncing: Attempted to kill init"

Then my install just freezes there and I need to restart my computer.

View 5 Replies View Related

Ubuntu Servers :: Maximum Of 1024 File Descriptor Limit?

May 4, 2011

I'm running nginx for static files and as a proxy server for a comet IM server on ubuntu Jaunty. On high load I'm hitting a limit of 1024 file descriptors. I've tried increasing this limit but still can't pass 1024. Does "more /proc/sys/fs/file-nr" gives me the global count of used file descriptors? Why do I see a maximum of 1024 open file descriptors in /proc/sys/fs/file-nr if this is the global count for the machine and each user should have at least 1024 allowed file descriptors by default? Is there a way to increase the limit while the server is running?

Some relevant info on my server:
sudo more /proc/sys/fs/file-nr
1024038001
sudo sysctl fs.file-max
fs.file-max = 38001
sudo nano /etc/security/limits.conf
...
* hard nofile 30000
* soft nofile 30000

I also added this to /usr/local/nginx/conf/nginx.conf:
worker_rlimit_nofile 10240;
Uncommented the following line in /etc/pam.d/su:
session required pam_limits.so

View 1 Replies View Related

Ubuntu Installation :: Select Persistence Option For USB?

Apr 3, 2010

I'm about to install a version of Ubuntu onto a 32GB flash drive, I've downloaded are Universal USB installer that will do most of the work for me, however, it asks

Step 4: Select a persistence option for your USB
and the options are
1GB CASPER -RW
2GB CASPER -RW
3GB CASPER -RW
4GB CASPER -RW

What is persistence? am I better off having more (ie 4GB) since my flash drive is a 32GB drive?

View 5 Replies View Related

Ubuntu Installation :: How To Disable / Lock Persistence

Dec 20, 2010

i made a persistent Live USB from the Ubuntu Maverick option Startup Disk Creator in the live cd distro. It works really good, i've installed the apps and changes i wanted, but now i'd like to lock persistency so no new changes or any data whatsoever may be stored. Is there a way to disable this capability so it may behave just like the CD adding the changes i made?

View 4 Replies View Related

Ubuntu Installation :: LiveUSB Persistence Error

Jun 1, 2011

I have a USB with two partitions, one FAT32 with Ubuntu 10.04 on it, and one ext4 partition labelled casper-rw. According to the docs this should do to create a persistence installation, but I still get the "can't find persistence medium" error when booting.

Did I do something wrong or is this a bug?

I installed with unetbootin on the FAT32 partition and created the partitions using GParted.

View 3 Replies View Related

Ubuntu Installation :: Upgrading LiveUSB While Retaining Persistence

Jan 6, 2011

I presently have a Karmc LiveUSB with a casper-rw partition, but am thinking of changing the LiveUSB image to Maverick, while still using the existing casper-rw partition and its data (mostly settings for Ubuntu itself, haven't installed any programmes). Using usb-creator, by the way. Are the config files for Karmic and Maverick significantly different that this will cause any major problems? [Separately, I think this will have implications for my existing Karmic install, because I'm planning to clone my Karmic /home partition to a fresh Maverick install.

View 2 Replies View Related

Fedora :: Audio Persistence - Optical RAW Switch

Aug 14, 2010

I have an annoying problem with Fedora 12. Sound works fine but When I restart the machine or log in it goes off again until I unset the IEC958 Optical Raw switch I have no sound. How do I get my fedora system to save this setting?

View 1 Replies View Related

Ubuntu Installation :: Display Settings 800*600 To 1024*768 - Can't Get Winxp

Jan 31, 2010

I'm trying to setup my second computer as I think my first one is failing. I can only get my display to show 800*600 I want 1024*768 I also have this on a dual boot system but not showing any menu system so I can't get winxp How can I get a display of what my system is so I can post

View 1 Replies View Related

Fedora Installation :: No CD Block Device From LiveCD, Then "unable To Find A Medium Containing A Live File"?

Sep 12, 2010

the message on the title only happens with Ubuntu. In Fedora, it just stops booting from LiveCD with "WARNING: Cannot find root file system!". The rest of the symptoms are the same.I'm trying to install Fedora LiveCD on an IBM i Series notebook (model 1161-21X). It's a Celeron powered unit with RAM expanded to 512MB. It has a 10GB HDD, and an internal CD-ROM drive. Although it has two USB ports (1.1), it cannot boot from a USB drive, so no pendrive nor external CD unit solution possible.When I boot from LiveCD, it stops booting with the message above. Looking atsg, there's no CD-ROM driver loaded. Also, there's a char device for sg0, but no block device for it, so no way to mount it. It seems that the driver module has been removed from the kernel. I'm currently running Fedora Core 5 in it. This very same problem happens with any Ubuntu newer that 6 or any Fedora post 7.

View 2 Replies View Related

Ubuntu Installation :: Load Up Multiple System Flavors On To USB Drive With Persistence?

Sep 22, 2010

Is there any way to load up multiple linux flavors (such as ubuntu and its variations, backtrack, dsl, desbian,ect..) on to a USB drive with persistence?

View 2 Replies View Related

Fedora Servers :: Virtual Machine Manager Won't Allow Memory Allocation Over 1024

Jan 26, 2010

I'm running Fedora 11 (2.6.30.10-105.2.4.fc11.i686.PAE) 8 GB memory on a AMD Phenom(tm) II X4 965 Processor, 4 core server I just built.The problem I have run into is any virtual machine that has >1024 MB memory assigned to it will not boot. As along as it has 1024 MB or less it boots fine.The symptom you see is a very quick message "Booting from hard disk" the screen then goes blank, you can't login through SSH, and can't ping the network address so I know it's not some crazy video problem hiding the boot process.The attachment are messages from a failed boot attempt.

View 4 Replies View Related

Fedora Networking :: Root Can Not Bind Socket On Lower Ports (<1024)?

May 9, 2010

I am encountering a wierd problem in FC12. When I try to lunch a program that listens to a lower port such as 80 or any one that is less than 1024, I always get "Permission denied" error message (I am running it as root!).Then I try starting httpd service daemon that listens to 80, no errors, the daemon started and listend to 80.PS: I checked selinux, it has been disabled.Do you have any knowledge on this case? BTW, the kernel version is:2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 i686 i386 GNU/Linux

View 5 Replies View Related

Fedora :: F14 Live USB - Overlay Persistent File Space

Nov 20, 2010

I just set-up my fedora-14 live usb on an 8gb usb hard drive but I see the space left on '/' is less than 800mb (I created a 3.5gb persistent file) like so:
Code:
livecd-iso-to-disk
--unencrypted-home --home-size-mb 3500
--overlay-size-mb 3500 Fedora-14-x84_64-Live-Desktop.iso /dev/sdc1
but I still don't have much space to install programs.

Is there a way to trick yum into installing programs under /home/liveuser/programs instead ?:
Code:
[liveuser@localhost ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/live-rw 3.0G 2.8G 223M 93% /
tmpfs 1002M 352K 1002M 1% /dev/shm
/dev/sdb1 7.4G 2.0G 5.1G 28% /mnt/live
/dev/loop5 3.2G 130M 2.9G 5% /home
varcacheyum 1002M 0 1002M 0% /var/cache/yum
/tmp 1002M 92K 1002M 1% /tmp
vartmp 1002M 0 1002M 0% /var/tmp

View 5 Replies View Related

Ubuntu Installation :: Unable To Find A Medium Containing A Live File System

May 1, 2010

busybox v1.13.3 (ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash) Enter 'help' for a list of built-in commands.

(initramfs) Unable to find a medium containing a live file system

I have verified the disk i created is valid and used it to install on my laptop.

However, now i am trying to install on a brand new system:

GIGABYTE GA-770TA-UD3 AM3 AMD 770 SATA 6Gb/s USB 3.0 ATX AMD Motherboard

AMD Phenom II X4 945 Deneb 3.0GHz 4 x 512KB L2 Cache 6MB L3 Cache Socket AM3 95W Quad-Core Processor

Western Digital WD15EARS Hardrive

After several failed attempts to install Ubuntu I installed windows XP with no problem.

I have seen several posts about re-aligning this model of hard drive for the 4k blocks.

View 3 Replies View Related

Ubuntu Installation :: Unable To Find Medium / Containing Live File System

Feb 24, 2011

I have even tried to run the Live CD and All I get is (initramfs) unable to find a medium containing a live file system.With out the CD in the drive I get, Try (hd0,0): EXT2.I have use of the second CD I made for a friend and I have a LIVE version running now.

View 6 Replies View Related

Ubuntu Installation :: Unable To Find Medium Containing Live File System

May 3, 2011

I have a 4 core Sandy Bridge Win7-64 system running Parallels Desktop 4. I created a new VM with a CDROM connected to the 11.04 ISO. It perks for a little while showing some Ubuntu stuff then I get the console message "(initramfs) Unable to find a medium containing a live file system".I don't get this. It is obviously booting from the CDROM. I'm guessing it does not like the unformatted disk. Why doesn't it offer to format the disk of start the installation prcess? Is it something else?

View 1 Replies View Related

Ubuntu :: Installation - Unable To Find A Medium Containing A Live File System

Aug 9, 2011

Background info: So I installed 11.04 32 bit and it messed my computer up therefore after trying everything I got rid of it, now I've been trying to install the 10.04 long support version from the official ubuntu website and it doesn't seem to be working. Neither the 32 bit version or the 64 bit. To convert the iso etc. etc. I used "Universal-USB-Installer-1.8.6.0" which is reccommended from the ubuntu website and it didn't work. So I tried "unetbootin-win-549" which a friend recommended to me - didn't work either.

Main problem: The menu loads up when I turn on the computer and whether I click on the install ubuntu, or try ubuntu from usb option - both go to the ubuntu screen where the dot's under "ubuntu" flash for about 2 minutes before taking me to a screen where the following message appears: Code: (initframs) unable to find a medium containing a live file system And after about 5 seconds intervals, messages similar to this appear for about 7 or 8 times:

Code: usb 1-3: device not accepting address 7. error -110 new high speed usb device using ehci_hcd and address 8 Each time they appear the parts which differ is the numbers from the text above i.e. usb 2-3....

View 9 Replies View Related

Ubuntu Installation :: (initramfs) Unable To Find A Medium Containing A Live File System

Mar 28, 2011

When I install/run a demo on my Laptop, it works perfectly fine. Though when I go into my desktop, it results in the following error: (initramfs) Unable to find a medium containing a live file system. It's autobooting off the same boot disk, I've md5'd the iso to check if it's correct but no joy.

View 5 Replies View Related







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