<br><br><div><span class="gmail_quote">2006/4/16, Adam Tunbridge <<a href="mailto:iamadam@bulldoghome.com">iamadam@bulldoghome.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I get the feeling dual-boot systems are a /dirty /subject round here but<br>needs must I'm afraid. Right, I'm having issues loading Fedora Core 5. I<br>have 2 hard-drives:<br><br>80GB  (we'll call this /D1/)<br>100GB (we'll call this /D2/)
<br><br>I started by installing WinXP on /D1/. Then I installed Fedora on /D2,<br>/using GRUB on the MBR of /D1/. This didn't work.  My system just booted<br>straight into XP. Then I tried the same but installed GRUB on the first
<br>sector of /D2/. Same result. Now I've just tried the same install but<br>*without *installing GRUB and tried Acronis OS Selector instead. This<br>wouldn't event detect the existence of Fedora. I'm a complete noob when
<br>it comes to Linux (Well, partial noob really. Read a few books) so<br>please explain what I'm doing wrong in moderately simple terms.</blockquote><div><br><br> hello,<br><br>try this to solve your problems with grub:<br>
<br>cco la soluzione a questo problema!<br><br>boot in rescue mode with dvd/cd for install:<br><br>linux rescue<br><br>on the shell:<br><br><br>chroot /mnt/sysimage<br><br>after<br><br>if you have similar situation:<br><br>
<span class="q">#  fdisk -l<br><br>Disk /dev/hde: 60.0 GB, 60022480896 bytes<br>255 heads, 63 sectors/track, 7297 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes
<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/hde1   *           1        7296    58605088+   7  HPFS/NTFS<br><br>Disk /dev/hdf: 120.0 GB, 120060444672 bytes<br>255 heads, 63 sectors/track, 14596 cylinders
<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/hdf1   *           1          13      104391   83  Linux<br>/dev/hdf2              14       14596   117137947+  8e  Linux LVM
</span><br><br><br><br><br>    # cat /boot/grub/device.map<br><br>(hd0) /dev/hde<br><br>    # cat /etc/mtab<br><br>    /dev/VolGroup00/LogVol00 / ext3 rw,defaults 0 0<br>    /dev/hdf1 /boot ext3 rw,defaults 0 0<br>    proc /proc proc rw,defaults 0 0
<br>    sysfs /sys sysfs rw,defaults 0 0<br>    /dev/sysfs /sys sysfs rw,defaults 0 0<br><br><br>edit<br><br>       /boot/grub/device.map<br><br>and add:<br><br>          (hd1) /dev/hdf<br><br>now reinstall grub:<br><br># grub-install /dev/hde
<br><br><br>luca.<br></div></div><br><br>-- <br> Il termine Hacker<br>Gli hacker sono delle persone dedicate all'elevato ideale di rendere la tecnologia accessibile a tutti, persone dedite al culto della bellezza e decise ad aiutare gli altri grazie alla potenza tecnologica.
<br><a href="http://www.lucaporcu.com">www.lucaporcu.com</a>