I thought I could create a file that is the disk image, and then
cat it to the hard drive, but when I try to do something as simple as
"lilo -M ~/testfile" (to put the MBR into a file), it says that
~/testfile is not a block device. Is there any way to simulate a block
device in a file?
Thanks!
-
Then get your disk into your new machine, boot it using the floppy
then use the new disk to make it's own kernel and just put it in boot
as normal.
You just need a boot loader on the harddisk, and the image somewhere
that you've told the loader it is. Make bzdisk is unnecessary for a
new image on a new fixed disk.
HTH,
Joe
dash <-@charter.net> wrote in message news:<v8cdi1q...@corp.supernews.com>...