+ Reply to Thread
Results 1 to 4 of 4

Thread: Using Easy BCD 2.0.1 and not Booting with Grub and Grub2 Work Around

  1. #1
    Join Date
    Jul 2010
    Posts
    11

    Default Using Easy BCD 2.0.1 and not Booting with Grub and Grub2 Work Around

    Problem
    If I install CentOS 5.5 to sdb1 partition and boot using EasyBCD legacy grub I get a message Grub (Not the Prompt)
    If I boot from Neogrub using
    Title centos 5.5
    find –set-root /boot/vmlinuz -2.6.18.194.el5PAE
    kernel /boot / vmlinuz -2.6.18.194.el5PAE ro root=/dev/sdb1
    initrd /boot/ vmlinuz -2.6.18.194.el5PAE
    When it boots it stops at kernel panic – not syncing: VFS: unable to mount root fs on unknown-block (0,0)
    If I use parted magic 5.0 and set the boot flag to on the partition loads fine.

    Workaround
    Use Parted magic 5.0 to make your partition and swap file.
    Load Linux as normal installing it to sdb1.
    Install grub to root or sdb1. Not to the MBR
    When done boot parted magic. Click mount drives icon.
    Mount your windows 7 drive and your sdb1 drive.
    Open sdb1 drive change directories to /boot/grub.
    Copy the menu.lst file to a folder on your Windows drive.
    Boot to Windows 7 Pro.
    Install Neogrub
    Click configure.
    Open Menu.lst with Microsoft Word.
    Copy the startup lines to Neogrub config file.
    Here’s what My neogrub file looks like.
    Highlighted in blue what I use for Grub2 entries.
    Highlighted in red is what I use for Grub entries.

    # NeoSmart NeoGrub Bootloader Configuration File
    #
    # This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
    # Please see the EasyBCD Documentation for information on how to create/modify entries:
    # EasyBCD Documentation Home - EasyBCD - NeoSmart Technologies Wiki
    #This is the first entry
    title Windows 7 Pro
    root (hd0,0)
    chainloader +1
    #end of windows entry
    #This is the second entry
    title Ubuntu 10.04 Lucid Lynx
    root (hd1,0)
    kernel /boot/grub/core.img
    #end of ubuntu entry

    #This is the third entry
    title OpenSUSE 11.3
    root (hd1,2)
    kernel /boot/vmlinuz-2.6.34-12-desktop root=/dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP6930HD14JJAF-part3 resume=/dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP6930HD14JJAF-part6 splash=silent quiet showopts vga=0x3
    initrd /boot/initrd-2.6.34-12-desktop

  2. #2
    Join Date
    Apr 2006
    Location
    Chicago
    Posts
    11,913

     

    So CentOS requires the active flag to be set on the boot partition, if loaded via the default copy of GRUB? And using NeoGrub fixes this?
    Mahmoud Al-Qudsi, Director



    I'm sorry but I do not accept support requests via IM, email, or personal messages

    Follow us on twitter @neosmart or on Facebook!
    NeoSmart Technologies: EasyBCD:

  3. #3
    Join Date
    Jul 2010
    Posts
    11

     

    I just used Centos as one example. I have mulitple versions of different flavors of linux 12 to be exact and had booting problems with most of them.

  4. #4
    Join Date
    Apr 2006
    Location
    Chicago
    Posts
    11,913

     

    I don't understand - what's the workaround for?
    Mahmoud Al-Qudsi, Director



    I'm sorry but I do not accept support requests via IM, email, or personal messages

    Follow us on twitter @neosmart or on Facebook!
    NeoSmart Technologies: EasyBCD:

+ Reply to Thread

Similar Threads

  1. Using Easy BCD 2.0.1 and not Booting
    By Harley51 in forum EasyBCD Support
    Replies: 0
    Last Post: July 24th, 2010, 10:52 PM
  2. Remove Easy Grub Bootloader
    By walkerakl in forum EasyBCD Support
    Replies: 2
    Last Post: February 26th, 2010, 01:45 AM
  3. Easy BCD and Grub2 on Linux Ubuntu
    By regulus in forum BugCentral
    Replies: 9
    Last Post: November 21st, 2009, 05:11 AM
  4. Getting GRUB & Vista To Work Together
    By volvoguy in forum Windows Support
    Replies: 35
    Last Post: June 17th, 2008, 11:55 PM
  5. EasyBCD doesn't work if booting Vista from Grub
    By 1slyfox in forum EasyBCD Support
    Replies: 10
    Last Post: March 7th, 2007, 12:19 AM

Posting Permissions

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