Dual boot problems, I think
--------------------------------------------------------------------------------
Hi,
I'm very new to the linux world but got interested because of my satellite receiver. I bought FC5 DVD from a dedicated website. I have an AMD-Sempron 3000+ with 756Mb of ram and 2 Hard drives. An 80Gb with WinXp and the 20Gb where I invane tried to install FC5.
Installation went ok, although Grub was skipped during install. I tried to upgrade and chose to install on /boot, as suggested by many posts. The pc always went to XP.
I then did as suggested in a post by TOPA on this same forum.
http://www.fedoraforum.org/forum/sh...perating+system
Now I have a "dual" boot menu but when I select Linux I{ just get a black screen with the DOS cursor on the tope left hand corner. No HDD access. Nothing.
So I tried to follow some more advice from posts. I tried fdisk -l and got, I had to type this:
Disk /dev/hda: 82.3GB, 82348277760 Bytes 255 Heads, 63 sectors/track 10011 cylinders
units = cylinders of 16065*512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 10010 80405293+ 7 HPFS/NTFS
Disk /dev/hda: 82.3GB, 82348277760 Bytes 255 Heads, 63 sectors/track 10011 cylinders
units = cylinders of 16065*512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 2491 19904535 8e Linux VM
I also tried grub-install /dev/hdb and got "/dev/hdb does not have any corresponding BIOS drive" for an answer.
Then I tried grub-install --recheck /dev/hdb and got the following:
Probing devices to guess Bios Drives.......
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map
Check if correct or not. If any of the lines is incorrect, fix it and rerun the script 'grub-install'
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb
But now I still get the blank screen with the flashing underline cursor only. Any ideas what I could be messing up please?