Page 1 of 2 12 LastLast
Results 1 to 15 of 22

Thread: I screwed up :-(

  1. #1
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344

    I screwed up :-(

    Alrighty you can all laugh and make fun of me if you wish but if you do you have to help afterwards :P. So I installed Ubuntu linux this morning with GRUB as the bootloader. I thought everything went fine as Ubuntu started up great and all. However problems arose when I attempted to go back to windows. GRUB lists XP Home as a bootable OS but it wont let me load it. I get about four lines of stuff and then it says push crtl + alt + del to restart. I can post the message if needed. Otherwise any ideas as to what I've done and how I can fix it.

  2. #2
    Auggie2k's Avatar

    Back to business!

    Join Date
    Jan 2005
    Location
    Ireland
    Posts
    4,988
    Try and install Acronis OS Selector.

    http://www.globalshareware.com/Utili...lector-8-0.htm

    It will replace the computers dos looking os selection with a new XP style version. It will find all the os's and put them in a list to choose from at startup. Also there is a disk management system incase you want to create or format a new partition for new os's.

  3. #3
    .:sp00ky:.'s Avatar

    Poptart Tramp

    Join Date
    Apr 2004
    Location
    In your pants.
    Posts
    2,403
    start up in dos and type FIXMBR

    same thing happend to me so that should fix it
    Rest in peace mother

    16.1.2006

    You will always be with me.

  4. #4
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    Thanks guys I will do just that. My girlfriend however is dissapointed you didnt make fun of me before helping :P

  5. #5
    Auggie2k's Avatar

    Back to business!

    Join Date
    Jan 2005
    Location
    Ireland
    Posts
    4,988
    Quote Originally Posted by black_magiic
    Thanks guys I will do just that. My girlfriend however is dissapointed you didnt make fun of me before helping :P
    You suck! How was that?

  6. #6
    evilmegaman's Avatar

    simulated cock fun

    Join Date
    Jun 2002
    Location
    seattle
    Posts
    4,019
    Quote Originally Posted by black_magiic
    Alrighty you can all laugh and make fun of me if you wish but if you do you have to help afterwards :P. So I installed Ubuntu linux this morning with GRUB as the bootloader. I thought everything went fine as Ubuntu started up great and all. However problems arose when I attempted to go back to windows. GRUB lists XP Home as a bootable OS but it wont let me load it. I get about four lines of stuff and then it says push crtl + alt + del to restart. I can post the message if needed. Otherwise any ideas as to what I've done and how I can fix it.
    You can use the XP install disk and go into recovery disk and do this:

    bootcfg /rebuild
    fixboot



    ... I think

    That's what works for me anyways.
    LordoftheDense: Robert's a std and didn't even know it
    <note>evilmegaman=Robert</note>


    Me:people like your grouchy side.sometimes I think there's a group of guys on the forum in the same room jerking eachother off to your mean posts
    Potato:EW
    and btw, lol
    Me:xD

  7. #7
    rainbowdemon's Avatar

    the zp police

    Join Date
    Jun 2002
    Location
    Mingo Junction Ohio
    Posts
    4,697
    My girlfriend however is dissapointed you didnt make fun of me before helping :P
    What kind of numbnuts installs software he doesn't know how to use?


    :icon_salu




    Just trying to help!!
    Janett999's Hitman!!!!!




    BeatKing Rocks!!

  8. #8
    ducttapeBigSexy's Avatar

    w00t!

    Join Date
    Oct 2003
    Location
    Over by those boxes
    Posts
    1,018
    ::sp00ky::, you're right, just boot up on your XP install disk, choose recovery console, and type "fixmbr". Choose yes, and it will replace your boot loader with the original XP one (however, you won't be able to boot into Linux anymore). Just make sure that if you have XP Home installed, use the XP Home disc, and the same goes for XP Pro. I know from experience that it won't work otherwise (don't ask me why though...)

    As for evilmegaman's suggestion, idk - feel free to try it - he usually knows what he's talking about :)

    Also, try booting up with the Ubuntu disk - I've never tried that one, but if it's like other distros, there's usually a bootloader recovery mode.

  9. #9

    Zeropaid Noob

    Join Date
    Sep 2002
    Location
    Ireland
    Posts
    1,107
    Is this the error message or similar message:
    Booting 'Windows NT/2000/XP'

    root (hd2,0)
    Filesystem type unknown, partition type 0x7
    Savedefault
    makeacitve
    chainloader +1

    If xp is on the 1st partition try the following at the grub prompt in ubuntu:

    > rootnoverify (hd0,0) (assuming that xp is on the 1st partition)
    > makeactive
    > chainloader +1
    > boot

    If your not sure where the partiton is just do fdisk -l and post the info here.

    Its just a simple grub config error, no need to wipe the mbr.

  10. #10
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    Quote Originally Posted by zarquon
    Is this the error message or similar message:
    Booting 'Windows NT/2000/XP'

    root (hd2,0)
    Filesystem type unknown, partition type 0x7
    Savedefault
    makeacitve
    chainloader +1

    If xp is on the 1st partition try the following at the grub prompt in ubuntu:

    > rootnoverify (hd0,0) (assuming that xp is on the 1st partition)
    > makeactive
    > chainloader +1
    > boot

    If your not sure where the partiton is just do fdisk -l and post the info here.

    Its just a simple grub config error, no need to wipe the mbr.
    Thats exactly it. And to the rest of you thanks for the remarks :P Im sure it will help her sleep easier tonight. So if I use the stuff you said supplementing the (hd0,0) for whatever it says it is in the error message that should fix it? And do I do this from Ubuntu or in GRUB during boot.

  11. #11

    Zeropaid Noob

    Join Date
    Sep 2002
    Location
    Ireland
    Posts
    1,107
    Quote Originally Posted by black_magiic
    Thats exactly it. And to the rest of you thanks for the remarks :P Im sure it will help her sleep easier tonight. So if I use the stuff you said supplementing the (hd0,0) for whatever it says it is in the error message that should fix it? And do I do this from Ubuntu or in GRUB during boot.
    There are two ways to do this.

    In ubuntu command prompt type:

    sudo vi /boot/grub/menu.lst

    Then search for the (hdX,X) entry where X,X are the partiton table and replace with 0,0 if the
    xp partion is first on the drive.

    Alternatively At the grub boot screen press c for grub command prompt,
    Then type the following commands in this order
    > rootnoverify (hd0,0)
    > makeactive
    > chainloader +1
    > boot
    If you are unsure where the partition lies just type fdisk -l
    and you will get a partition list. Copy&paste the fdisk -l screen here and i will tell you the correct partiton entry in the grub config.

    Whichever way you use to configure grub is up to you, but the grub command prompt wont give you access to fdisk if you need to display partition table.

  12. #12
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    255 heads, 63 sectors/track, 30515 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 27903 224130816 7 HPFS/NTFS
    /dev/hda2 27904 30515 20980890 f W95 Ext'd (LBA)
    /dev/hda5 27904 28556 5245191 83 Linux
    /dev/hda6 28557 30515 15735636 83 Linux

    Disk /dev/hdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hdb1 * 1 9728 78140128+ 7 HPFS/NTFS

    Disk /dev/sda: 200.0 GB, 200049648128 bytes
    255 heads, 63 sectors/track, 24321 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 1 24321 195358401 c W95 FAT32 (LBA)
    root@Laker:/home/laker #
    root@Laker:/home/laker #

    thats what fdisk gets me

  13. #13

    Zeropaid Noob

    Join Date
    Sep 2002
    Location
    Ireland
    Posts
    1,107
    Quote Originally Posted by black_magiic
    255 heads, 63 sectors/track, 30515 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 27903 224130816 7 HPFS/NTFS
    /dev/hda2 27904 30515 20980890 f W95 Ext'd (LBA)
    /dev/hda5 27904 28556 5245191 83 Linux
    /dev/hda6 28557 30515 15735636 83 Linux

    Disk /dev/hdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hdb1 * 1 9728 78140128+ 7 HPFS/NTFS

    Disk /dev/sda: 200.0 GB, 200049648128 bytes
    255 heads, 63 sectors/track, 24321 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 1 24321 195358401 c W95 FAT32 (LBA)
    root@Laker:/home/laker #
    root@Laker:/home/laker #

    thats what fdisk gets me
    You have two hard drives. As there is an ntfs partiton on both i am not sure which one has the xp os on it. If xp in installed on the first hard drive (the one with the linux partition also), then the grub config would be (hd0,0).

    If xp is on the second partition then then grub config would be (hd1,0).

    If you haved tried the (hd0,0) already then it is probably (hd1,0) i.e. the disk with just the ntfs partition. Let me know.

  14. #14
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    ya the 80GB all NTFS one is the windows install and it is just windows nothing else. I will try the hd1,0 thing right now. I'll post if it works.

    EDIT: No luck. I tried the commands in grub and it just gave me Missing NTLDR or something to that effect when I finally sent the boot command. Any ideas what I might have done wrong.

  15. #15

    Zeropaid Noob

    Join Date
    Sep 2002
    Location
    Ireland
    Posts
    1,107
    ok (hd1,0) is the correct index so here is the solution,




    Boot with WinXP CD, Repair, Command Console (insert Admin password)

    COPY X:\i386\NTLDR C:
    COPY X:\i386\NTDETECT.COM C:

    Where X: is the cd drive and C: is your os drive (just change to whatever it is for you)
    exit the Command Console prompt (which will cause an automatic reboot)


    Grub should now boot into WinXP.

    1] Login into Administrator Account
    2] Start -> Run -> cmd
    3] attrib NTDETECT.COM +s
    4] attrib ntldr +s
    5] exit command (cmd) prompt window
    6] Open C:\, Right click those two files, properties, set hidden, apply (1 at a time)

    This should fine for you now.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 11
    Last Post: January 7th, 2005, 05:55 PM
  2. I'm screwed right?
    By bobhss in forum Spyware & Adware
    Replies: 12
    Last Post: October 28th, 2004, 07:25 AM
  3. msnmsgr screwed up?
    By WackoTacko in forum Problems & Questions
    Replies: 3
    Last Post: October 10th, 2004, 11:00 PM
  4. Ares really screwed up my computer
    By [XeN]$nIpEr in forum Problems & Questions
    Replies: 24
    Last Post: July 13th, 2004, 12:53 AM
  5. help help! Winny screwed up my filenames
    By ayaya in forum General Discussion
    Replies: 1
    Last Post: December 18th, 2003, 11:36 AM

Bookmarks

Posting Permissions

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