Home › Forums › Getting Started › No working init found › Reply To: No working init found
Certainly.
You can use tar in place of dd or cp.
For example if you have …
sudo dd if=/dev/sdy of=myimage.img bs=1m
… you could just as well write …
sudo tar -cjf myimage.tar.bz2 /dev/sdy
… just think of a block device as being one huge file.
Technical specification tables can not be displayed on mobile. Please view on desktop