[SOLVED] cannot load xp on ubuntu


Results 1 to 10 of 10

Thread: [SOLVED] cannot load xp on ubuntu

  1. #1
    Join Date
    Sep 2006
    Posts
    3

    [SOLVED] cannot load xp on ubuntu

    I am asking for some help here. I just installed ubuntu on my laptop last night. Linux is runnign smoothly, but I am unable to load WinXP. I get a message that the hall.dll is missing or corrupt. I would not care, but I need XP to access some of my church files. I am really a linux newbie and would appreciate any help I could get.

    Rev. Johnson

    Here is rhe entry in the menu.lst file. In case it helps, my XP installation and linux are on the same drive. The partitions within windows were for e:, c:, and d: (e is the "windows drive").

    # This entry automatically added by the Debian installer for a non-linux OS
    # on /dev/hda1
    title Microsoft Windows XP Professional
    root (hd0,0)
    makeactive
    chainloader +1

  2. #2
    Join Date
    Sep 1999
    Posts
    3,202
    If you moved things around, your boot.ini entry for XP may be messed up...

  3. #3
    Join Date
    Jun 2003
    Location
    People's Republic of North America (Former United States)
    Posts
    849
    Look here. Also, I would have installed Windows first and then installed Linux in the unpartitioned space. Windows has the nasty habit of overwriting the MBR when it gets installed second.
    I equivocate, therefore I might be.

    My Linux/Unix Boxes:
    Home: Slackware 10, CentOS 5.3, RHEL 5, Ubuntu Workstation 9.10, Work: RHEL 5, CentOS 5

  4. #4
    Join Date
    Sep 2006
    Posts
    3

    followup

    I just wanted to let you both know that I am thankful for you trying to help. Just to clarify, I did install XP first. Can you give me any advice on how to get XP to boot up without having to reinstall, etc.

  5. #5
    Join Date
    Jun 2003
    Location
    People's Republic of North America (Former United States)
    Posts
    849
    Can you give me any advice on how to get XP to boot up without having to reinstall, etc.
    Check out the link I sent you in my first response.
    I equivocate, therefore I might be.

    My Linux/Unix Boxes:
    Home: Slackware 10, CentOS 5.3, RHEL 5, Ubuntu Workstation 9.10, Work: RHEL 5, CentOS 5

  6. #6
    Join Date
    Jan 2003
    Location
    Zurich, Switzerland
    Posts
    2,657
    In case you need to read your XP files until you have it fixed, this is possible from within Linux, too. Linux can read NTFS partitions, but not write to them. You can copy files to your Linx partition and continue to work with them there.

    "What can be said at all can be said clearly, and what we cannot talk about we must pass over in silence."

    Tractatus Logico-Philosophicus by Ludwig Wittgenstein (1889-1951)

  7. #7
    Join Date
    Jun 2004
    Location
    Newcastle upon Tyne
    Posts
    2,978
    Parcival's suggestion is you can use Linux to acces the files inside XP partition and so there is no need to use XP if you are only interested in accessing the data.

    I have a different theory for your problem. As your PC is a laptop and it is common for laptop suppliers to use the first partition, probably a Fat partition, to store the system drivers or data to restore the original operating system. If this is the case then it is possible Linux has mistaken it for the XP partition. Your menu.lst entry is perfect if your XP has been installed in the first partition of the first disk, known to Grub as (hd0,0) as the bugger counts from 0.

    Therefore to overcome your problem all you need is boot up the Linux, choose root terminal and type
    Code:
    fdisk -l
    so that you can see all the partitions in the hard disk.

    XP uses NTFS partition and is identifiable by its type number 0x7. If you find such partition in location other than (hd0,0) then it is just a matter amending the the partition reference in menu.lst.

    If your XP does occupy the first partition of first disk then ignore me as I am just giving out gas here.
    Linux user started Jun 2004 - No. 361921
    Using a Linux live CD to clone XP
    To install Linux and keep Windows MBR untouched
    Adding extra Linux & Doing it in a lazy way
    A Grub menu booting 100+ systems & A "Howto" to install and boot 145 systems
    Just cloning tips Just booting tips A collection of booting tips

    Judge asked Linux "You are being charged murdering Windoze by stabbing its heart with a weapon, what was it?" Replied Linux "A Live CD"

  8. #8
    Join Date
    Sep 2004
    Location
    /home/
    Posts
    1,204
    Windows really doesnt not like being on the first partition of the first drive.

    Edit: Boy, that some bad engrish. Windows wants to be on the first partition of the first drive.

    You need to tell grub to make windows think its there.

    link that might help


    the map command lets grup tell windows its somewhere else, that way when windows boots even though it isn't on the first partition it thinks it is.

    Soule
    Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others. - Edward Abbey

    IRC #linuxn00b

    Support your Distro.
    Slackware Store
    Archlinux Schwag

  9. #9
    Join Date
    Sep 2006
    Posts
    3
    I just wanted to thank each of you tonight. I was able to get it up and running last night. EAch of you provided some valuable info for a linux newbie . Once again thanks for the help.

  10. #10
    Join Date
    Sep 2005
    Posts
    681
    have no clue , i dont use windows.
    "Software is like sex: it's better when its free."
    -LINUS TORVALDS

Posting Permissions

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