Backup Raspberry pi to img - Raspberry Pi Forums
greetings
i'm new in raspberry pi business if can xd
well
how need start
love use small tiny desktop
big fan
started pi2+
used week , bought pi2
cause want try android , other os's
now, still using pi2+
bought 5 inch screen
got img file seller wich works 5 inch touchcreen well
when trying berryboot didn't work fine
unable add img file seller berryboot, wich 1 work touchcreen
searched it's not easy in these linux language :/ (sorry, windows user trying understand this).
thought if make backup, maybe possible backup written sd card img
can manually add berryboot
or other solution
cause solutions in here didn't worked on lubuntu virual machine:
https://advanxer.com/blog/2013/04/raspb ... dirty-way/
http://testmetemp.blogspot.be/2013/12/h ... yboot.html
http://jeff.morrell.rocks/blog/2015/05/ ... -berryboot
hope hear
i'm new in raspberry pi business if can xd
well
how need start
love use small tiny desktop

big fan
started pi2+
used week , bought pi2

cause want try android , other os's
now, still using pi2+
bought 5 inch screen
got img file seller wich works 5 inch touchcreen well
when trying berryboot didn't work fine
unable add img file seller berryboot, wich 1 work touchcreen
searched it's not easy in these linux language :/ (sorry, windows user trying understand this).
thought if make backup, maybe possible backup written sd card img
can manually add berryboot
or other solution
cause solutions in here didn't worked on lubuntu virual machine:
https://advanxer.com/blog/2013/04/raspb ... dirty-way/
http://testmetemp.blogspot.be/2013/12/h ... yboot.html
http://jeff.morrell.rocks/blog/2015/05/ ... -berryboot
hope hear

can not image able converted berrybootjenteman11 wrote: bought 5 inch screen
got img file seller wich works 5 inch touchcreen well
when trying berryboot didn't work fine
try raspbian , noobs, run problems tips webpages,
, found own way
-a- on debian linux pc:
sudo apt-get update
sudo apt-get install squashfs-tools
#sudo apt-get install kpartx
-b- not made image or install image usb stick...
use raspbian sd card in card reader
( tested raspbian , noobs sd )
-c- create berryboot type of image root partition
code: select all
# noobs sd in card reader # if other system /media/root/ might /media/123.....098kjsdfg/ # backup fstab sudo cp /media/root/etc/fstab /media/root/etc/fstab.org sudo sed -i "s/^\/dev\/mmcblk/#\0/g" /media/root/etc/fstab cat /media/root/etc/fstab # make image root partition sudo mksquashfs /media/root noobs_to_berryboot.img -comp lzo -e lib/modules # restore fstab sudo cp /media/root/etc/fstab.org /media/root/etc/fstab sudo umount /dev/sdc6 ... # use berryboot sd sudo cp noobs_to_berryboot.img /media/berryboot/images/
or directly /berryboot/images/ dir of berryboot sd
-e- start rpi berryboot sd
( , @ install menu import image usb stick )
all in under 15min.
original sd modified repaired.
not have manual this, blog
http://kll.engineering-news.org/kllfusi ... 1#example5
raspberrypi
Comments
Post a Comment