The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Linux / Server 08 Bootloader Question

    Discussion in 'Linux Compatibility and Software' started by millermagic, Feb 14, 2009.

  1. millermagic

    millermagic Rockin the pinktop

    Reputations:
    330
    Messages:
    1,742
    Likes Received:
    0
    Trophy Points:
    55
    I have openSUSE running on a 120gb drive. There is a 30gb / partition and a 2gb swap partition.

    I will be installing server 2008 on the extra space ... is there anything I need to know ahead of time to get the bootloader working properly?
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    You should probably install Server 2008 first to avoid boot manager problems. There are two general methods of dual booting with Server 2008, the first is obviously to install GRUB to the MBR and it will provide an entry for Windows. The other is to install GRUB to your /boot partition's boot sector, and point the Windows-native BCD boot manager to that partition with an entry for Linux. This may require editing GRUB's device.map to get Linux booting. Which you choose is based mostly on preference, but the easiest way is to install GRUB to the MBR and let that be your boot manager. Depending on your setup, you may want to put Server 2008 on the first partition instead of the last since there are sometimes problems booting Windows when it isn't on the first partition. There are ways to remap it but it's easier to set it up that way from the start.
     
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Woops, I just reread your post, looks like you'll have to restore GRUB if you go that route, installing Windows when you've already got Linux installed first. Windows will overwrite your MBR, which contains the Linux bootloader. You can use the SuSE installer disc, see this article.