View Single Post
Posts: 212 | Thanked: 66 times | Joined on May 2010 @ India
#2589
1. Mount (empty) dedicated partition that You've just created
2. Mount Your ED image (mount -o loop /path/to/ed-squeeze-final.ext3 /path/to/mountpoint)
3. cp -a /path/to/image/file/mountpoint/* /path/to/partition/mountpoint/
4. Edit /home/user/.chroot,

1.mounted dev/mmcblk0p4
2.
Code:
mount -o loop /home/user/MyDocs/ed-squeeze-final.ext3 /media/ed
"ed"is my mount point
3.This got my nerves out.what idid is
Code:
 cp -a /dev/mmcblk0p4/ /media/ed
4.edited .chroot directing to /dev/mmcblk0p4

When I started the debian lxde its a failure.What wrong am I doing there.

Last edited by udaychaitanya16; 2012-02-03 at 20:40.