Find the answer to your Linux question:
Results 1 to 7 of 7
I have suse linux 8.2 that I want to install on a Vista/XP machine. Is it possible to boot linux using vista's BCD? Linux will be on a separate disk, ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    3

    Post multi boot

    I have suse linux 8.2 that I want to install on a Vista/XP machine. Is it possible to boot linux using vista's BCD? Linux will be on a separate disk, dedicated partition approx 30gb. If possible, what would be the lines in BDC to boot linux?

    If I could get linux to boot, I would have a triple-boot machine, which I think would be cool.

    Thanks for any help.
    Bryan

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome Bryan !

    SUSE 8.2 is too old and you should try latest version, 11.
    Is there any reason using Vista Boot Loader? Linux boot loader works pretty well. Installer will detect all installed OSes and setup multiboot itself.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Dec 2008
    Posts
    3
    I already have 8.2 running on another machine multibooted with XP. Since 8.2 is old, I am concerned its boot loader won't recognize how to load Vista.

    I intend to move the internal hd on which linux resides from the old machine to a new machine with vista & XP already multibooted.

    I thought it might be easier simply to modify the BCD to boot linux rather than trying to reinstall linux. Maybe I could chain to the boot sector of the linux disk? (Of course, that presumes that I'll be able to change linux assignments from "hda" to "hdb". All else will remain the same. Quite a project, yes?

    Thanks.

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    The problem is that the old 8.2 may not recognize the new hardware.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    SuSe's boot loader will recognize Windows OSes without any problem but as gogalthorp metioned already, Suse 8.2 might not detect and configure all hardware properly.
    I thought it might be easier simply to modify the BCD to boot linux rather than trying to reinstall linux. Maybe I could chain to the boot sector of the linux disk? (Of course, that presumes that I'll be able to change linux assignments from "hda" to "hdb". All else will remain the same. Quite a project, yes?
    Plug Linux HD as Primary Master. Make sure that SuSe boot up by default in new machine. Add this code in /boot/grub/menu.lst file of SuSe.
    Code:
    title Windows OSes
    root (hd1,0)
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1
    Save file and reboot machine. Select Windows OSes title in GRUB Menu. Windows Boot Menu will appear and you will have choice to boot up Vista/XP as earlier.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    SuSe's boot loader will recognize Windows OSes without any problem but as gogalthorp metioned already, Suse 8.2 might not detect and configure all hardware properly.
    I thought it might be easier simply to modify the BCD to boot linux rather than trying to reinstall linux. Maybe I could chain to the boot sector of the linux disk? (Of course, that presumes that I'll be able to change linux assignments from "hda" to "hdb". All else will remain the same. Quite a project, yes?
    Plug Linux HD as Primary Master. Make sure that SuSe boot up by default in new machine. Add this code in /boot/grub/menu.lst file of SuSe.
    Code:
    title Windows OSes
    root (hd1,0)
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1
    Save file and reboot machine. Select Windows OSes title in GRUB Menu. Windows Boot Menu will appear and you will have choice to boot up Vista/XP as earlier.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Dec 2008
    Posts
    3
    Thanks for the info.

Posting Permissions

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