Debian :: Making Live USB Squeeze Persistent

Nov 8, 2010

I need to have a persistent Debian install on a thumbdrive to run a computer that is currently diskless (dead hard drive). So far I've managed to get it to boot Squeeze live beta by setting up the thumbdrive with UNetBootin, but it's not persistent. I found this, but step 6 is a mystery to me, as I can find no such command or package.

View 12 Replies


ADVERTISEMENT

Debian Installation :: Persistent Live Jessie System On 8GB USB Drive

Oct 28, 2015

I'm trying to create a persistent live Jessie system on my 8GB USB drive.

If that matters, I'm currently on an Arch Linux system, and I partly followed what's on the relative wiki (Pages Create a new MBR for a USB stick, Manually create a USB flash installation and Install Syslinux), plus a CrunchBang post explaining how to make a persistent live USB out of any Jessie-deriving distro (like their BunsenLabs Hydrogen).

The problem is, even if Debian boots up more than fine, the system isn't persistent at all.

Here's what I did (I know some passages are redundant, but still...):

Downloaded the Cinnamon flavor of Jessie via torrentErased the old MBR

Code: Select all# dd if=/dev/zero of=/dev/sdb bs=512 count=1 && syncCreated a 1.1G W95 FAT32 (LBA) active partition and used the remaining space on a Linux partitionFormatted the first to FAT32 and labelled it "Debian64". Formatted the second to ext4 and labelled it "persistence"
Code: Select all# mkfs.vfat -n Debian64 /dev/sdb1
# mkfs.ext4 /dev/sdb2 -L persistence
Mounted the first partition and the iso

[Code] ....

View 5 Replies View Related

Debian Installation :: Remove 70-persistent-net.rules During Live Startup?

Mar 2, 2011

I've created live squeeze usb-hdd and if I boot first time the udev system writes the MAC address of the network interfaces into /etc/udev/rules.d/70-persistent-net.rules.Because I use full persistence, the file is there on the next boot and I don't get network running automatically on other computers. My problem is, howto remove 70-persistent-net.rules every time during the startup?

View 5 Replies View Related

Debian Configuration :: Custom Amnesic Live CD With Persistent Partition

Nov 9, 2015

I want to customise an amnesic Debian environment (like Kali Live CD) with everything (Users, background, icons, etc.) set up to work the way I need. This OS should be inside a memory stick, and, most important, it has to have an encrypted partition I can mount and unmount whenever I want to save persistent data.

View 5 Replies View Related

Debian :: Create Customized Live USB With Persistent Home Partition

Feb 3, 2011

I have Lenny installed. How to create, using live-helper customized Live USB with a persistent /home partition on this USB stick, to save changes between boots?

View 6 Replies View Related

Fedora Networking :: Making A Mount Persistent Over A Wireless Connection ?

Mar 2, 2009

As root, I can mount the /home directory from my desktop to my laptop which uses wireless. However, when I logout the mount disappears. That is, I mount the directory, check it is mounted, then I logout, log back in as root, the mount is now not there. How do I make the mount persistent, always there?

I want the mount to persist so that the two ordinary users on my small household network can access the same files whichever computer they use.

It appears that this may be because the wireless link disappears when I log out. Both machines are using Fedora 10. A persistent mount used to work using Febora 8, but maybe some settings I am not aware of have changed.

View 3 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 Configuration :: Does Live-helper Not Like Sid Or Squeeze?

Apr 13, 2010

I have been trying to build a Debian-live-version for some time using live-helper. It works fine if I choose lenny as distribution. With sid I always get into trouble.Sometimes live-helper does't find any aufs-modules but it stops looking for them if I keep the options as simple as above.What is the problem of live-helper's to build on sid or squeeze (which I have met similar troubles with)?

View 10 Replies View Related

Debian :: Possible To Build Squeeze Live Usb-hdd On Lenny?

Feb 16, 2011

Is it possible and how it works to build squeeze live usb-hdd on lenny or it's really necessary first to upgrade my lenny to squeeze?

View 3 Replies View Related

Debian Installation :: Create Live Usb-hdd Squeeze With Self Compiled Kernel?

May 1, 2011

Is it possible and how it works to create live usb-hdd squeeze with self compiled kernel?

View 2 Replies View Related

Ubuntu :: How To Create Persistent Live USB

Dec 31, 2010

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?

View 1 Replies View Related

Fedora :: F14 Live USB - Cannot Make Persistent Changes

Jan 10, 2011

I am running a live (4gb) USB of Fedora_14 with 768mb persistent storage. I am trying to add firmware for broadcom wireless link, as it is not natively supported. When I download tar, extract and copy missing firmware then reboot... all changes are reverted back. How do I make these changes persistent upon reboot.

View 8 Replies View Related

Software :: Create A Persistent Live USB?

Apr 20, 2010

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

View 2 Replies View Related

OpenSUSE Install :: 11.2 KDE Live Persistent USB Hangs

Feb 11, 2010

I've created a live and persistent USB boot of OpenSUSE 11.2 KDE according to the howto. It boots and works fine for about 5 minutes and then hangs. Only the mouse will move but I can't click on anything and it never comes back.

View 3 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 :: Make A New Persistent Live Usb For The 64 Bit Machine?

Feb 18, 2011

Currently got a 32bit laptop and im running Ubuntu desktop 10.10 with the 32 bit version, If I upgrading my machine would i need to make a new persistent live usb for the 64 bit machine?

View 3 Replies View Related

General :: Ubuntu NR - Install Vs Live-persistent

Nov 11, 2010

I have an old EeePC 701 4G netbook that I'm about to reconfigure for a friend who needs it to read PDF files, surf the net occasionally and do few other things. I'm going to install Ubuntu Netbook Remix, version 10.4.

Now, the 701 only has four gigabytes of internal storage, and I'm unwilling to spend money on it to expand its memory. When installed UNR takes up about 2.3 gigabytes, which leaves a bit more than a gig available for user data, and that's not much at all.

However, I could copy the live files off the memory stick in the main drive and use the remaining space for a casper-rw partition. Then it'd be only a matter of editing the bootloader in order to have a system that saves changes. This way I could fit the system on only 700 megabytes.

My question is: is there any drawback to running a persistent live off the main drive as the operating system? Something that would make me prefer eating up two thirds of the drive with the system, rather than just a fifth of it?

I imagine upgrades would eventually take up a lot of space, as they'd essentially copy a lot of the system in the live partition, but this is easily solvable by not performing them. I don't think the intended user would miss them, since she'll only really need three or four apps.

View 3 Replies View Related

General :: Ubuntu Live-cd Persistent And Also Read-only?

Mar 18, 2010

I have already a ubuntu live-cd running with persistency on a USB stick but I would also want to be able to launch it, loading all the saved preferences in the casper-rw partition, but without any modifications on those settings.The idea is to have on the start menu 2 options:1- start ubuntu saving changes (on the persistent partition)2- start ubuntu not saving changes (not persistent, but loading the previously changed settings)This way, I could save preferences incrementaly, but only when I opted for the option 1.

View 3 Replies View Related

CentOS 5 :: Live On USB Flash Drive Non-persistent

Jul 27, 2009

I just tried Centos 5.2 Live starting from a 2 GB USB flash drive. Everything seems to run fine, fast, stable - except for that the persistent feature is not working. I created the USB from Windows using the Centos 5.2 LiveCD image and the current version of Live USB Creator (3.7), and declared a 256 MB persistent space.

This persistence feature had worked before with Fedora 11 but the system resulted unstable, kernel panic.... Now Centos has been solid for hours in a row... but the file where persistence should be reflected remains untouched with the initial creation timestamp. When rebooting, every change in config, file created etc gets lost.

View 2 Replies View Related

OpenSUSE Install :: Persistent 11.2 Live System On USB Not Booting

Dec 2, 2009

Yesterday I did follow exactly the description how to build a live system on a USB Stick with the additional second partition for the data of Live_USB_stick. So far I had success, as my Netbook did start booting and loaded the OpenSUSE 11.2. Then I rebooted the Netbook and it never again comes up with the 11.2. It looks as if it would stop somewhere at starting the graphical system, but I'm not sure.

Today, second try, I created the USB stick with the 11.2 Live System only (no second partition). My Netbook starts booting and shows the 11.2 system successfully, also further boots are the same successful. Then having created the Live system with the second partition again, results in a un-bootable Netbook again (not even the first time it comes up).

What I wonder when I did check the USB partitions: the one (sdg1) with the Live-CD can be mounted and the content is readable. The second one (sdg2) cannot be mounted; shouldn't it be mountable and shouldn't it be formated with a file system? Did anyone have some experience on this? Or, at least, the people having a running persistent live system, what does the partition them show up?

View 5 Replies View Related

Ubuntu :: Lost Persistent Home Media In Live?

Sep 7, 2010

I partitioned a 32 gB flash drive to one 8 gig and one 24 gig partition. Both fat32. I wanted to be able to access the 24 gig partition from XP.I installed a persistent 10.04 on the 8 gig partition.All ran well for about 3 weeks. Today during boot up I noticed that it had stalled at "creating live session user". I left it there for several minutes and then powered down to retry.Several attempts to boot left me at the same spot.I looked at the boot up messages and noticed this error... "unable to find persistent home media".I don't have a ton of save info on the live user account but I would like to be able to fix this type of problem.

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

General :: Live Persistent Usb Drive With Multiple Distros?

Jun 11, 2011

I have a 16Gig usb drive and i've managed to get Backtrack up and running on it with persistence, but I really want to have on it is Mint, Backtrack 5, if possible Ubuntu and hirens bootcd. I don't really want to use unetbootin. how i need to set up the partitions, if it's possible to have both Backtrack 5 and Ubuntu with persistence since they both use casper-rw and what mint needs for persistence.

View 6 Replies View Related

Ubuntu Installation :: Boot Persistent Live USB In Fresh Mode?

Nov 14, 2010

I have a persistent pendrive of Ubuntu: [URL]
It has a file where it saves the configuration of my computer: casper-rw

But if I boot this USB flash drive in another computer I would like to do it in a fresh way, that is, without loading the configuration of my computer (saved in the casper-rw file). For example, in Puppy Linux this can be done easily, just putting pfix=ram in a boot option of syslinux.cfg and selecting this option when booting.

I think this is important because I think that otherwise the Ubuntu (at least in some cases) cannot open if used in a computer different to the one where casper-rw was configured. It happens to me that I cannot run Ubuntu with my pendrive when inserted in a different computer (I think the reason is what I've said).

View 5 Replies View Related

SUSE :: Persistent Live USB - File System Appears Read Only

May 4, 2010

I have made a persistent live usb of suse 11.2 using a '.iso' file. Now when I boot from the Live usb, the file system appears read only. I want do some modifications in the files.

View 2 Replies View Related

Fedora Installation :: Live Usb Media Persistent Storage Feature Not Working

Sep 1, 2009

live usb media does not let me to to save files and make modifications to live operating system that will persist after a reboot

I made the bootable stick with the liveusb creator at https://fedorahosted.org/liveusb-creator/ using an iso image of f10 live cd, a flash drive with 2 Gb capacity and a paersistent storage setting of 200 Mb

I changed root=XXXXXXXXXXXXXXi-do-not-remember-XXXXXXXXXXXX to

On the flash drive to make it bootable

I installed gparted on live operating system and when i rebooted gparted was not installed.

View 5 Replies View Related

Ubuntu / Apple :: Making A Live USB On Mac?

Aug 11, 2010

I am writing in order to find information on making a Live USB with Ubuntu with a Mac.
I have a laptop that Im going to install Ubuntu but I cannot use it to make the Live USB for various reasons.

In the past, I used on my laptop the "Unetbootin" software to make a Ubuntu Live USB and it did worked well. Now, I just realized that Unetbootin can only be used with Linux or Windows so I would really appreciate if someone could provide information and maybe name a software that could be useful to me to do this task.

View 2 Replies View Related

Ubuntu :: Making Live USB From An Installation?

Apr 16, 2010

Is there a way to make a live USB from an installation of UBUNTU

View 4 Replies View Related

Ubuntu Installation :: Making A Fedora Live USB?

Jun 15, 2010

I have tried using the startup disk creater but it doesn't want to use the Fedora ISO.How would I go about this in terminal?

View 4 Replies View Related







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