On Mon, 2004-09-13 at 11:48, Jeremy Conlin wrote: > > > > mount /tmp/initrd-<bletch>.img /mnt/img -o loop > > > When I did this I got the error message: > mount: Mounting /tmp/intitrd-2.6.5-1.358smp on /mnt/img failed: Block > device required > > The "/" directory is the "rescued root" and my installed root is > located in /mnt/sysimage/ > I tried mounting to both /mnt/img and /mnt/sysimgage/mnt/img; both gave > me the same error. When you booted rescue mode, it would have asked you if you wanted to search for an installed copy of FC2. Your message suggests it found your install, and you should give the chroot command as it suggests: chroot /mnt/sysimage That gives you easy access to the files you will need. Sorry I forgot about this piece, so with the chroot, you will be able to use paths as if you had booted your system normally. Try that, and you should be able to do the mount. Also note that you will see it loading the SCSI driver, and once you have the shell prompt, try this: dmesg | grep "SCSI HBA DRIVER" and see what it says the driver revision is. The new one on the FC2 installer is 6.2.36. Remember to exit the chroot environment before you reboot. -- C. Linus Hicks <lhicks@xxxxxxxxx>