Search found 2 matches

by goddamn
Fri Jun 26, 2009 5:06 am
Forum: Silent Storage
Topic: HOW-TO: Boot Linux into RAM for silence and speed
Replies: 31
Views: 39418

I would like to make changes while running the RAMbooted image, and then save the image to a new permanent image on flash (in case power goes down or something) but without any need to reboot. Will that work? And I don't need, nor want to delete anything from my installed standard Debian system, as...
by goddamn
Sun Apr 26, 2009 7:33 am
Forum: Silent Storage
Topic: HOW-TO: Boot Linux into RAM for silence and speed
Replies: 31
Views: 39418

Boot linux to ram with rsync There is a different approach possible by using the ramdisk and rsync. After performing steps 1 to 3 of the original How-To start with getting rsync: aptitude install rsync Unwrap the current initrd mkdir /tmp/init cp /boot/initrd.img-[KERNEL VERSION] /tmp/init cd /tmp/...