You are not logged in.
HI all !
I would like to create a live - Persistent usb with the last iso image of Waldorf #() which can be also used to install #! on a computer.
I have a 4 Go usb key. There is 2 partition in it.
The first, "Live #!" is a Live / Persistent partition. (1.7XX Go)
The second, "Cache" is a partition where i stock some binaries and sources. Formated in FAT32. (2 Go)
I've tried to create the live partition firstly with UnetBootin, create the partition OKAY, boot OKAY, but at the beginning of the installation of the system on my new computer, the disc was not detected and the additionnal packages was not found.
So i tried with LiLi (On windows), and i get exactly the same problem than with UnetBootin.
And finally i tried with the console way : dd=if... of=... ; sync. I can install the system via the key, but i can't have any others partitions on my usb key and there is no persistent way.
Is anyone has successfull installed a Waldorf persistent Usb key ?
Greetings,
Gouwi
Offline
There are two guides:
http://www.betaarchive.com/forum/viewtopic.php?t=19276
http://crunchbanglinux.org/forums/topic … rsistence/
If you use dd it will make the stick have only one partition, so that won't work.
Start Distrohopping here! -> Break your own...
VSIDO
LinuxCNC
Frugalware <- It's all just a kernel.
Offline
Thank you for your quick answer, but :
Is good for installing a #! on a usb key but if you want to install #! FROM your usb to your computer ?
Can be good, but, as i've seen, you need an entire key to do that cause you have to install Grub on the key.
Last time, to create my Debian usb key i used dd with a .img file instead of an .iso and it work's fine.
Does anyone know the difference bettween a .img and a .iso file ?
Offline
^ first guide doesnt work. won't boot at all when having grub on sdb. trying to install it to sdb1 like suggested in the guide give my an error.
the second guide does not work for me, beacause I cannot install grub. error is: grub-install: command not found
tried it from waldorf live usb
Last edited by saneks (2012-05-29 15:16:41)
eee701 user & other lap/desktops
Offline
quick (maybe stupid) question.
If I would just install to an usb drive would that install work on any other hardware OR only on the hardware of the box I did the install with? I tried to create a walldorf persistent and all the methods failed.
Installing in text mode and writing grub to the usb drive would be quite easy. BUT I would like to use the drive on many different computer and I can not find out if this is possible.
Does anybody know?
Thanks
Offline
^ The most failsafe way to install to USB is to first disconnect any internal HD on the PS on which you are installing; otherwise, if you try to boot on another computer, GRUB may balk at not finding all the OS's that were present when you installed.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
I have a need at present to create one of these persistent usb setups. I'll have a go and write a howto if successful 
Offline
So I have installed walldorf on a 4gb usb stick and remove /etc/udev/rules.d/* before I use the stick on a different computer.
Till now I tested on 3 PC's and 2 notebooks and all work fine.
Offline
If I disconnect all internal hds and install to usb, does it matter how I partition the usb? The easy all in one, or should I go for different /home etc?
#!, all else is but a shadow!
May the Kernel be with you!
Offline
I'd go with easy-all-in-one, since this won't constrain the size of either / or /home.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Good, one more question though, after install, at first boot, is it best to do a full update/upgrade or just run it as it is?
#!, all else is but a shadow!
May the Kernel be with you!
Offline
^ My recommendation is not to run a full upgrade because of possibly available new kernels. You can run a normal upgrade and see what is going to be offered as upgrade, and pick those you like. We are talking persistent USB install here, right? By all means have enough free space available. If you run out of free space, you cannot even boot into the OS anymore.
Start Distrohopping here! -> Break your own...
VSIDO
LinuxCNC
Frugalware <- It's all just a kernel.
Offline
^Thanks, suspected as such. The intended usb stick for this is a 32gb one so space won`t be a problem this time. Anyway, have been thinking of installing Statler to it, not Waldorf, for the sake of stability. Waldorf is the cool one now...but
for this I trust Statler more, do not want to go through all this updating/upgrading every time I use it. And I will not use this stick everyday, so if I choose Waldorf there will be a lot of updates every time I use it.
#!, all else is but a shadow!
May the Kernel be with you!
Offline
^ Sounds reasonable and absolutely logical. So you will use the "Install from USB/CD to another USB method"? Let us know how it's going 
Start Distrohopping here! -> Break your own...
VSIDO
LinuxCNC
Frugalware <- It's all just a kernel.
Offline
Cd burned and ready, will do install tomorrow or tuesday I hope 
Last edited by vicshrike (2012-06-17 19:42:11)
#!, all else is but a shadow!
May the Kernel be with you!
Offline
Pulled the plug to my internal hds, started my desktop computer, and installed Statler 32 bit stable to my usb stick. Install went flawlessly as expected, I do have faith when it comes to #!
Took my stick and inserted it in my old Asus laptop, and am now the proud owner of a persistent #! usb system. It is a little bit slower, but not much, less than expected really. Have run the cb welcome script, wireless and sound works, and am now here. This is perfect for #!ing/experimenting/trying out different things. If things really go #!, just reinstall to the usb stick again. And you can carry your much loved #! around with you, and do showoffs to friends, aunts and other disbelievers. Much cheaper than buying a new hd too
Will add a couple of applications, and change a few things to see how it works. Will report back of eventual progress.
Last edited by vicshrike (2012-06-18 11:08:40)
#!, all else is but a shadow!
May the Kernel be with you!
Offline
Genius. To which filesystem did you format the USB?
Start Distrohopping here! -> Break your own...
VSIDO
LinuxCNC
Frugalware <- It's all just a kernel.
Offline
The installer suggested Ext4, so I just rolled with that.
#!, all else is but a shadow!
May the Kernel be with you!
Offline
Did you consider disabling journaling? I am just asking, because of the read/write cycles that may decrease the life of the USB (or SSD)
Start Distrohopping here! -> Break your own...
VSIDO
LinuxCNC
Frugalware <- It's all just a kernel.
Offline
No, did not even think of it. Should I`ve 
#!, all else is but a shadow!
May the Kernel be with you!
Offline
I'd at least set the mount options to noatime,relatime. This reduces file "touches" which can slow down the OS.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
hm, tried exactly the same some weeks ago, but mine was slow as hell. also disabled journaling and formatted on ext4, then ext2. It felt much slower than a normal live system.
eee701 user & other lap/desktops
Offline
For the moment it "feels" slow as a live system normally does. I will have to check this up though. Thanks for the input.
#!, all else is but a shadow!
May the Kernel be with you!
Offline
I noticed lagging when you open several apps at the same time. also the webbrowser felt really slow, I guess because of delays when writing data back to usb. small apps behave ok after starting.. maybe my stick was just too slow. what are the specs in read&write speeds?
eee701 user & other lap/desktops
Offline
Did and got;
vicshrike@crunchbang:~$ sudo hdparm -t /dev/sda
[sudo] password for vicshrike:
/dev/sda:
Timing buffered disk reads: 58 MB in 3.03 seconds = 19.16 MB/secThe usb is a new San Disk Cruzer, 32GB.
#!, all else is but a shadow!
May the Kernel be with you!
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.