Re: problem installing grub in a hard disk image

2005-01-27 Thread Nick Brown
running strace on grub reveals this; stat64(/dev/loop0, {st_mode=S_IFBLK|0660, st_rdev=makedev(7, 0), ...}) = 0 open(/dev/loop01, O_RDWR|O_LARGEFILE) = -1 ENOENT (No such file or directory) from code inspection this call is being made in; write_to_partition():lib/device.c which is called from;

problem installing grub in a hard disk image

2005-01-26 Thread Nick Brown
Hi, I'm trying to install grub into a hard disk image, however I'm encountering a problem. Below are the steps I've taken to create the disk image, partition it, create the file system, and copy the grub images into it. At the end are the grub commands I use to attempt to install grub into the