UNCbassbone
Newbie
Hey guys, so I am trying to take a stab at Punk.Kaos's Multi-boot recovery image, and I have a few questions.
I am dual booting Ubuntu 10.10 and Windows 7. I used my Ubuntu installation to create system.img using the following command:
dd if=/dev/zero of=/(blah blah blah)/system.img bs=1M count=180
Then I format the system.img to ext.3 using the following command:
mkfs.ext3 system.img
and I get this message:
"system.img is not a block special device. Proceed anyway(y/n)?"
I hit yes, and it formats it to .ext3. Then, as per a post that Kaos made, I try to copy the contents of a .zip into system.img. My problem is that I have no idea how to copy the .zip contents into system.img (I copy the contents, but when I right-click on system.img there is no "paste" option). Is there some other command that I can use?
I am dual booting Ubuntu 10.10 and Windows 7. I used my Ubuntu installation to create system.img using the following command:
dd if=/dev/zero of=/(blah blah blah)/system.img bs=1M count=180
Then I format the system.img to ext.3 using the following command:
mkfs.ext3 system.img
and I get this message:
"system.img is not a block special device. Proceed anyway(y/n)?"
I hit yes, and it formats it to .ext3. Then, as per a post that Kaos made, I try to copy the contents of a .zip into system.img. My problem is that I have no idea how to copy the .zip contents into system.img (I copy the contents, but when I right-click on system.img there is no "paste" option). Is there some other command that I can use?