On Mon, 2004-11-29 at 07:35 +0100, Fabio wrote: > On Thursday 25 November 2004 01:56, Kevin J. Cummings wrote: > > fmdf@xxxxxxxxxx wrote: > > > Hello. > > > default=1 > > > timeout=10 > > > splashimage=(hd6,0)/grub/splash.xpm.gz > > > title Fedora Core (2.6.9-1.3_FC2) > > > root (hd6,0) > > > kernel /vmlinuz-2.6.9-1.3_FC2 ro root=/dev/sdg6 > > > > Your root line says that the root filesystem can be found on disk 7, > > partition 0 (1st partition). Your kernel line says /dev/sdg6 which is > > your 7th disk, partition 5 (6th partition). Is this a mismatch? Should > > it have read /dev/sdg1? Only you know how your disk is partitioned. > > > > It looks to me like (hd6, 0) is your /boot partition. (?) > > My /boot is on /dev/sdg1 and root partition is on /dev/sdg6. Is grub.conf > correct? > > Thank you, > > fabio > You can answer that by looking at /boot/grub/device.map That maps the configuration of the /dev/sdX device to (hdY). Theoretically if you have sda thru sdg, then those would likely be mapped to hd0 thru hd6 but you need to check that. if sdg is mapped to hd6 then it is correct. > > > > My grub.conf has a root (hd1, 1) because my root partition is /dev/hdb2 > > and my kernel line has root=/dev/hdb2 in it. > > > > -- > > Kevin J. Cummings > > kjchome@xxxxxxx > > cummings@xxxxxxxxxxxxxxxxxx > > cummings@xxxxxxxxxxxxxxxxxxxxxxx >