The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    linux newbie needs installation help

    Discussion in 'Linux Compatibility and Software' started by merlin666, Apr 10, 2005.

  1. merlin666

    merlin666 Notebook Consultant

    Reputations:
    0
    Messages:
    188
    Likes Received:
    0
    Trophy Points:
    30
    I wanted to set up a dual boot system with XP home (preinstalled) and Fedora Core 3 64bit, with a shared data drive and bootmagic as bootloader.

    1) Used PartitionMagic to set up a FAT32 partition for shared data and bootmagic installation, and shrank the drive by about 10Mb ununused space to be availble for Fedora.

    2) Installed Bootmagic to the FAT32 partition.

    3) Installed Fedora - cause I don't have any linux experience I just pretty much followed the defaults and selected options as applicable. For bootloader and partitions (swap etc) I just let the anaconda installer do the job and didn't do any manual changes.

    4) Rebooted and used the linux bootloader (grub) to boot to "other" system which loaded XP home.

    5) Started Bootmagic Configuration and selected advanced mode ... and I did not find linux anywhere. I tried to set all the new partitions that Fedora had created but none loaded when I rebooted with BootMagic activated.

    6) When I booted without Bootmagic I was able to get into Fedora but I was not able to find the FAT3e2 data drive.

    My questions:

    How do I get BootMagic to find the linux install?
    How do I find the FAT32 partition in linux?

    I hope one of you linux gurus out there can help.
     
  2. DimGR

    DimGR Notebook Enthusiast

    Reputations:
    0
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    15
    Reinstall fedora then and you should see an option where to install GRUB. Say on mbr.

    I have never messed with fedora. I am a Debian person :)
     
  3. Hubi

    Hubi Newbie

    Reputations:
    0
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5


    1) Used PartitionMagic to set up a FAT32 partition for shared data and bootmagic installation, and shrank the drive by about 10Mb ununused space to be availble for Fedora.

    If 10Mb is not misprint, I think that 10Mb is too small to install linux.

    4) Rebooted and used the linux bootloader (grub) to boot to "other" system which loaded XP home.

    5) Started Bootmagic Configuration and selected advanced mode ... and I did not find linux anywhere. I tried to set all the new partitions that Fedora had created but none loaded when I rebooted with BootMagic activated.

    6) When I booted without Bootmagic I was able to get into Fedora but I was not able to find the FAT3e2 data drive.

    I think You should get rid of that bootmagic, I've never used that.
    You can load anything You want with grub.
    To install grub in MBR:
    1. run grub (type grub and press enter)
    2. in grub type root(hd0,2) if You have linux installed on /dev/hda3 or root(hd0,1) if on /dev/hda2 or root(hd0,0) if on /dev/hda1
    and press enter
    2. then type setup(hd0)
    and press enter




    Hubi

    ---------------------
    Life on Earth may be expensive but it includes annual free trip around the Sun :)
     
  4. nardis_miles

    nardis_miles Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    I have usually installed WXP on a relatively small partition, because I rarely use it. That means, that from the get-go, I have a disk with an ntfs partition, and the rest are linux partitions, including swap. I have never played with shrinking partitions. I have always installed debian on laptops, and I have always let grub overwrite the master boot record. It boots WXP very well (I'm running XP professional.) I assume that Fedora core would behave similarly.