Results 1 to 10 of 10

Thread: Linux booting problem

  1. #1
    Join Date
    Jul 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Linux booting problem

    HI!
    I have a problem with my linux SUSE 10 . Now i have to my computer 2 drives. First i instal windows XP on one (the slave) and then i instal SUSE 10 on the other drive(the master). When i start my computer i get a page where linux ask me if i want to start suse 10 or windows (there are and a few extra option, but they are not important) , if i choose linux it's working EXCELENT but if i choose to go on windows i get the error "CHAINLOADER(hd1,0)+1". Can someone , PLEASE!!! , tell me what i must do to make it work.

  2. #2
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    this is only a suggestion. m no expert at Linux. why not install winXP in the master HDD and install the SuSe in the slave HDD

    or u could partition the master HDD and save ur important docs in the slave HDD its a big headache (i know) but at least u dont have backup ur important docs when u decided that the installation isn't to ur liking

    This is only a suggestion.
    Please don't mind me. I am just posting a lot of nonsense.

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You need to edit grub to look at the slave drive. Try editing the windows entry to this:

    Code:
    title Windows XP
    rootnoverify (hd1,0)
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader (hd1)+1
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    why not install winXP in the master HDD and install the SuSe in the slave HDD
    Because, compared to GRUB, NTLDR is a child's toy

    dardanel: Please post your grub.conf and device.map here (as it was before applying BLiZZaRD's suggestion, if you've already done so).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    EEK! Was I wrong?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Not necessarily. I just wanted to see what s/he had going at the time
    I do think your suggestion was unnecessary, though. Windows doesn't usually mind being run off a slave drive. It's only logical partitions it has trouble with.
    Code:
    rootnoverify (hd1,0)
    chainloader +1
    ... should be sufficient.
    but at least u dont have backup ur important docs when u decided that the installation isn't to ur liking
    But what about when Windows crashes and takes all his/her data with it? On a serious note, I couldn't stand SuSE 9, but I've heard good things of SuSE 10. It's probably not so bad a choice.
    Last edited by Twey; 07-28-2006 at 12:10 AM.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Oh! Wheeew!
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  8. #8
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    (shrugs) lame as it may sound, what i suggested to dardanel works for me
    Last edited by jr_yeo; 07-28-2006 at 04:55 AM.
    Please don't mind me. I am just posting a lot of nonsense.

  9. #9
    Join Date
    Jul 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    THANKS TO ALL !!! for your posts. I try what you post to me and for me it work what BLiZZaRD post. Now it works EXCELENT !!!

  10. #10
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    great
    Please don't mind me. I am just posting a lot of nonsense.

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
  •