Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17
Here is a working Windows entry from one of my comps: Code: ###Don't change this comment - YaST2 identifier: Original name: windows### title Windows root (hd0,0) chainloader +1 That comp ...
  1. #11
    Linux Guru Flatline's Avatar
    Join Date
    Feb 2005
    Posts
    2,204
    Here is a working Windows entry from one of my comps:

    Code:
    ###Don't change this comment - YaST2 identifier: Original name: windows###
    title Windows
        root (hd0,0)
        chainloader +1
    That comp doesn't even have a Windows entry in /etc/fstab; since Windows is chainloaded, it shouldn't be a requirement.
    There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.

    - Jeremy S. Anderson

  2. #12
    Linux Engineer psic's Avatar
    Join Date
    Nov 2004
    Location
    Ljubljana, Slovenia
    Posts
    1,205
    Try what Budman suggested, to switch the harddrives so windows is on the master one. Then edit the grub settings. You will not need fstab for booting anything, you will need it later if you will want to browse your windows files from linux.
    Stumbling around the 'net:
    www.cloudyuseful.com

  3. #13
    Just Joined!
    Join Date
    May 2005
    Posts
    11
    thanks you guys. i fixed it.
    this is what i did:
    i used the linux installation to delete the linux partition i made the master hd(20g) a fat32 system and then used windows rescue cd to copy all the information from the NTFS format to the FAT32 i then formatted my slave(40g) and partitioned it into two 20g partitions. i made one an NTFS for windows and left the other as FREESPACE. I installed linux ubuntu on the free space and now that windoes is on a fat32 partition grub recognised it. for some reason when windows was on NTFS it refused to see it! anyway i didn't want to take the chance and let grub overwrite the MBR and installed grub onto a normal floopy disk. now i have them both working fine.
    thanks for all your help people.

  4. #14
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Belgium
    Posts
    1,429
    Glad to see you fixed it... I'm sorry I didn't read this thread earlier, but Windows still needs a primary partition to boot from (Windows itself can be installed on a logical partition, but it still needs a primary one for its bootloader and boot.ini and stuff like that). So next time you install Linux, make sure you don't delete the primary partition on which Windows stores these files...
    ** Registered Linux User # 393717 and proud of it ** Check out www.zenwalk.org
    ** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **

  5. #15
    Just Joined!
    Join Date
    May 2005
    Posts
    11
    alright. thanks mate
    EDIT: Fdisk /mbr

    worked like a charm for me.

  6. #16
    Just Joined!
    Join Date
    Jun 2005
    Location
    Poland (Warsaw)
    Posts
    1

    :-)

    If you have Linux on hda1 and Windows on hdb1 (in other words Master is Linux and Slave is Windows) you can setup GRUB as below:
    Code:
    title           Microsoft Windows
    map (hd1) (hd0)
    map (hd0) (hd1)
    rootnoverify (hd1,0)
    savedefault
    makeactive
    chainloader     +1
    Settings in fstab are not connected with booting systems, it means that you don't need to write anything to /etc/fstab to setup dual boot. Somtimes it's better to read manuals than repartitioning disks

    greetings

  7. #17
    Just Joined!
    Join Date
    Oct 2005
    Posts
    1

    Hmmm

    Iv never heard of a problem like this before.

    Vlad_Einhorn

    email me or message me on yahoo and i might be able to help


    Peace

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •