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


ADVERTISEMENT

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

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

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

Debian :: How To Get Persistence - No Grub On Install Drive

Apr 5, 2010

I am using this image of Debian: [URL]. But it doesn't matter what I do I fail to make it persistent.
I have tried this: [URL] But there is no "grub" on my "install" drive, apparently is an outdated notion.
I have tried this: [URL] (with conflicting info regarding the previous link). By booting with a knoppix USB with gparted. Doesn't matter if I leave the NTFS partition unnamed or call it home_rw, I get no persistence, even writing persistent while booting.
I have tried also changing this (while in knoppix): [URL]. Basically adding the word "persistent" after "live" but it does not work. All changes I make disappear. What it the current way of getting persistence with this package?

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

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

Debian Installation :: Debian Live Does Not Recognise .deb Archive!?

Nov 23, 2010

I'm running debian live off the cd to see if it fits my requirements. One of my pet peeves about ubuntu is the use of ctrl ctrl is hosed. the os does not seem to use it for anything, but no application can use it. This is the default for google desktop search, which is highly convenient. Seriously considering the move.I ran debian live and went to install the app. Message comes up archive type not recognised.

View 6 Replies View Related

Debian Installation :: Make USB Bootable By Using Debian 6 Live?

Feb 21, 2011

I have download Debian 6 Live from here. Now I am trying to boot it from USB. How I make a USB pen drive bootable from this iso file.

View 14 Replies View Related

Debian Installation :: Live USB Cannot Boot

Feb 19, 2015

Ok so I wanted to try out Debian, so I got the wheezy live image (gnome) via torrent. The problem is after I write the image to the USB, the computer cannot boot from it. It doesn't even display the USB in the boot menu. I've tried many ways of writing the image like dd, powerISO, UUI, imagewrite (not sure if that was the correct name) etc. Strangely enough, it works on a virtual machine via Plop Boot Manager, but not my actual PC.

View 8 Replies View Related

Debian Installation :: Live CD With 3.18 Kernel

Oct 14, 2015

My hardware isn't yet well supported on linux, so I'm looking for a live CD with 3.18 (3.19 came with a bad regression that still isn't fixed; and I need it to be a live CD so I can test before installing).

I noticed that the latest weekly build of stretch comes with 4.2. Can I find one with 3.18 somewhere?

View 4 Replies View Related

Debian Installation :: Installing From Live Cd On

Jul 22, 2010

I have a 300GB RAID0 setup that already has Windows 7 on it. I shrunk the RAID0 disk within Windows disk management to make room for a Debian install. The thing is that I don't want to screw up the MBR and screw up windows. What is the command to install once I'm in the live cd and once I get a boot loader option what should I do as I already have windows 7?

View 1 Replies View Related

Debian :: Installation Failure Using Live CD

Mar 1, 2011

I've just tried to install Squeeze on my guest partition, using a magazine disk that offered a live CD version with installer, which I ran in text-based expert mode. The process was not a success.

1. The routine for installing grub claimed (hd0,2) was the same as /dev/hda2
2. Starting Debian's grub from the Fedora bootloader with chainloader failed
3. A conventional start revealed all sorts of problems, ending with "/bin/sh can't access tty"

I can't believe Debian could produce something like that! Has anyone here used their live CD as an installer? Tell me this mess is down to Linux Format magazine!

View 4 Replies View Related

Debian Installation :: Live 8.3.0 IWLWIFI - KMOD?

Mar 18, 2016

Installed Debian Live 8.3.0 on my laptop .... To my surprise It did not find my Intel Pro Wifi adapter.......IWLWIFI

I needed to download the IWLWIFI package, however to my second surprise synaptic did not have it! So manually went into a repo, found it , and installed it with DPKG.

According to WIKI [URL] ....

"As the iwlwifi module is automatically loaded for supported devices, reinsert this module to access installed firmware:
# modprobe -r iwlwifi ; modprobe iwlwifi"

To my third surprise , modprobe command not found. After doing some investigation, I discovered that all these commands:

lsmod(8), rmmod(8), insmod(8), modinfo(8), modprobe(8), depmod(8)
have been removed and replaced by KMOD

KMOD is not a very friendly, it's kmod -- support is useless, so looked for it's manpage : [URL] ....

To my fourth surprise, there was not much support either:

KMOD(8) kmod KMOD(8)

NAME top

kmod - Program to manage Linux Kernel modules

SYNOPSIS top

kmod [OPTIONS...] [COMMAND] [COMMAND_OPTIONS...]

DESCRIPTION top

[Code] ....

HTML rendering created 2016-03-15 by Michael Kerrisk, author of The Linux Programming Interface,

So far I am very disappointed with this latest DEBIAN 8.3.0 edition

--no driver included for a very common IWLWIFI (used by 13 adapters)
--utilities to add drivers removed ( lsmod(8), rmmod(8), insmod(8), modinfo(8), modprobe(8), depmod(8))
--the so called "replacement" KMOD is poorly documented and totally useless

View 6 Replies View Related

Debian Installation :: From The Live Cd - Cannot Decrypt The Partition

Jul 19, 2010

I'm trying to install debian on a encrypted partition with LUKS and LVM. I've found a good tutorial for ubuntu (here but it's in french). The idea is to create a sda1 partition for /boot and create a sda2 partition which is encrypted with luks ("cryptsetup -c aes-xts-plain -s 512 luksFormat /dev/sda2") and on this encrypted partition, I use LVM to divide it in several different partitions (root, swap, home,...).

I can do it all with the debian live cd but once it's done I need to install debian. The problem is that with the basic install cd (I use netinstall), I cannot decrypt the partition for the installation (or if I can how ?)And with the live cd, I didn't find any option to do that.

View 6 Replies View Related

Debian Installation :: Live Rescue CD Password?

Sep 5, 2010

I downloaded this squeeze live rescue iso and burned to CD.[URL].. When it boots, I get a text login screen prompting for username... Problem is, I cannot find anything on google that gives me a working u/p combo... I have tried a variety of these for username/passwords: live, rescue, user, linux, password.

View 6 Replies View Related

Debian Installation :: Cannot Install Squeeze Live DVD

Sep 15, 2010

A Linux user for about 10 years, distro hopping for half of them. Finally found peace with PCLinuxOS (great distro), and MintLinux. When Mint went over to Debian, I thought why not try the original, so here I am.Booted the dvd, checked everything was working well (excellently, actually), and started the install over an existing PCLinuxOS system (dual booting with XP). First time installed while inside the gnome system, from the desktop icon, second and subsequent times from the welcome screen after boot (only text modes were available).In all cases, everything goes fine until I partition and install the packages. Partitioning is no secret to me, unless there is a "Debian way" of doing it: went through "guided partitioning," and chose the existing PCLinuxOS partitions, 37 Gb for /, ext3 (tried ext4 later with same results), and 2 Gb for swap, both on sda (sda1 and sda5). This is a full hard-disk, just for Linux. The other disk is for XP (sdb).

Tried formatting existing partitions, erasing contents of disk, and keeping as is. In all cases, when partitioning is done, the system installation fires up and I see all packages being transferred (up to 100%). Then I have a pop-up window telling me to continue to package manager, which I do, but then I get a message saying that I am trying to install on an "unclean target," over an existing installation (even after fully erasing the disks). It asks whether to continue or not and, whatever I do, I'm taken back to system install again, and see the progress go up to 100% and the same question again.

If I go back to the install menu and ignore the message, jumping to installing grub, I get an error message saying that grub install has failed, and that's it. I can't progress further because of these error messages.If I ignore all and boot without the live dvd, I get a prompt and nothing else, and I can't even use XP. Basically, I'm stuck unless I install another distro again to have a working system.First searched this forum and Google to get answers to this problem, but couldn't find anything applicable to my case.

View 14 Replies View Related

Debian Installation :: Install From Squeeze Live CD / DVD

Jan 2, 2011

I burned an .iso of a recent Squeeze Live DVD - KDE edition. I was checking it out but I'm not sure it's reliable for installing.I was wondering if anyone has tried it or could comment.I noticed a few things that was a bit disconcerting.One, there were a lot of 'question marks' in the kickback menu.Is that normal?Two, when you (I) try to reboot the system or otherwise 'leave' the live state, it doesn't reboot properly.Some distributions will 'shut down' and then give you a prompt for taking out your CD or DVD and then there is some script or program that reboots the machine for you. But, the Debian Live DVD I used didn't do that. It's a recent one, dated Dec. 20.What happened is that it just looped back and re-started.There was no prompt or even much of a delay. I couldn't open the optical drive tray at any time.I had to cold restart the machine so I could take the DVD out.

I was disappointed since I thought it is a good project and a worthwhile venture to try and have a live media option for installing the later editions of Debian such as Squeeze or if they can keep up progress, whatever edition it's at.I am a bit hesitant to try this version for a true install so I am wondering what others say.I thought I should go for the 'desktop Squeeze/Testing AMD-64-KDE' CD ISO instead?There's no live media but I have tried the live DVD so it looked okay other than the two issues mentioned.

View 2 Replies View Related

Debian Installation :: Can't Build Live Usb-hdd With Libmotif4 / Get That?

Mar 1, 2011

I have squeeze and try to build live usb-hdd with libmotif4# $LB_PACKAGES: set packages to install code...

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







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