<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Normally there's no probs with installation of Linux on logical
partition. If you have installed linux before, it is recommended to
conserve installed boot manager (choose installing boot manager to
first sector of partition on which fc4 resides instead of MBR). Then
finish your installation, start the old linux (not fc4), mount the
partition of fc4, copy all the files initrd-*, System.map-* and
vmlinuz-* to /boot, modify grub.conf, add FC4 to boot list. And now you
have it work. <br>
<br>
Example of my grub.conf :<br>
<br>
<small><font face="Courier New, Courier, monospace"># grub.conf
generated by anaconda<br>
#<br>
# Note that you do not have to rerun grub after making changes to this
file<br>
# NOTICE:  You do not have a /boot partition.  This means that<br>
#          all kernel and initrd paths are relative to /, eg.<br>
#          root (hd0,9)<br>
#          kernel /boot/vmlinuz-version ro root=/dev/hdb10<br>
#          initrd /boot/initrd-version.img<br>
#boot=/dev/hdb<br>
default=0<br>
timeout=10<br>
splashimage=(hd0,9)/boot/grub/splash.xpm.gz<br>
#hiddenmenu<br>
title Fedora Core 3 (2.6.9-1.667)<br>
    root (hd0,9)<br>
    kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet<br>
    initrd /boot/initrd-2.6.9-1.667.img<br>
#<br>
title Fedora Core 4 (2.6.11-1.1177_FC4)<br>
        kernel /boot/vmlinuz-2.6.11-1.1177_FC4 ro <b>root=/dev/hda2</b>
rhgb quiet<br>
        initrd /boot/initrd-2.6.11-1.1177_FC4.img<br>
#<br>
title WindowsXP French (SP1 32bit)<br>
    rootnoverify (hd0,0)<br>
    chainloader +1<br>
#<br>
</font></small><br>
(I've installed GRUB boot loader of MBR of hdb, fc4 (development
version) on partion 2 of hda)<br>
<br>
Good luck and enjoy.<br>
<br>
<br>
David Cary Hart wrote:
<blockquote cite="mid1110835846.11700.27.camel@dch.TQMcube.com"
 type="cite">
  <pre wrap="">I'm thinking about installing FC4T1 on my laptop on separate partitions.
This will then be a triple-boot. Are there any issues with logical (in
contrast to primary) partitions? Is there anything else I need to know
related to this?
  </pre>
</blockquote>
<br>
</body>
</html>