Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Write VPC image to HDD
Name: dan_g Date: November 17, 2005 at 22:36:23 Pacific OS: OpenStep CPU/Ram: k6-2 la 500
Comment:
Is it possible to write a Virtual PC HDD image to a real hard disk (using dd or something) to boot it on a real computer? I'm talking about the OpenStep 4.2 for Intel VPC image. It works fine in VPC4, but I've set up an old computer with compatible hardware to run on it natively. thx!
Summary: In relating to a prior thread: http://computing.net/unix/wwwboard/forum/4750.html Is it possible to get images to be displayed in the web browser? For example.. If $URL contains the path of a photo, l...
Summary: look into dd. It makes a raw image. dd if=yourfile of=hda1 will write the image to my first partition on hda. dd if=yourfile /dev/fd0 writes it to the floppy. But if you want to make a boot disk fro...
Summary: I run RedHat 6.1 with kernel 2.2.12-20 and i recently configured it for writing cd's. I've added: append="hdc=ide-scsi hdd=ide-scsi" to my lilo.conf Then i've inserted the module ide-scsi into my kern...