Results 1 to 6 of 6

Thread: Booting into linux from Windows Vista Boot Manager

  1. #1
    Join Date
    Jun 2011
    Location
    Mass, not this one E=MC^2
    Beans
    258
    Distro
    Ubuntu Studio 11.04 Natty Narwhal

    Booting into linux from Windows Vista Boot Manager

    I was wondering if anyone is currently booting linux from their windows boot manager?

    I would like to get some idea as to the stability of doing things that way as opposed to writing Grub to the MBR.

    I was doing it that way but just recently learned how to boot into linux through the windows boot manager. I also go through a dedicated boot partition on sda6 and can also get back to the windows menu from linux.

    I have been experimenting with EasyBCD, Visual BCD Editor, Vista-bootPro, bcdedit,MBRfix and others to try and get a handle on the best route to recovery when the onknown strikes!

    Any thoughts on the subject would be appreciated, thanks.
    The true value of a human being
    is determined primarily by the measure and the sense in which he has attained liberation from the self.
    - Albert Einstein Ideas and Opinions

  2. #2
    Join Date
    May 2011
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Booting into linux from Windows Vista Boot Manager

    Windows 7/Vista boot environment is more rigid and with less capabilities than that of GRUB.

    There is the requirement of placing Windows boot related files on a primary and active partition. GRUB can be placed on extended logical partition.

    Repairing Windows 7/Vista booting always involves writes of Windows MBR to disk so having a Linux/GRUB MBR there is not a very good idea. Repairing GRUB does not necessarily mean writes to MBR on disk !


    To summarize when having Windows and Linux dual-boot:
    1) always use a Windows MBR and Windows boot manager as base to be able to quickly repair Windows booting.
    2) boot GRUB2/GRUB based LInux versions over a Windows boot sector loader giving as parameter boot image file "boot.img" or "stage1" from /boot/grub2 or /boot/grub directory.

  3. #3
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Booting into linux from Windows Vista Boot Manager

    Though I agree with the previous poster that grub is a better boot loader option for dual boot. He didn't really answer your question.
    here is a page that give step by step instructions on how to do what you asked.
    http://blogs.technet.com/b/port25/ar...thor-aspx.aspx

    Also an alternative to either plan is EasyBCD found here http://neosmart.net/EasyBCD/
    Good Luck , Let us know how you make out.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  4. #4
    Join Date
    May 2011
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Booting into linux from Windows Vista Boot Manager

    I don't agree on post above in the part EasyBCD as it introduces third party boot manager - neogrub or whatever for booting Linux based OS.

    Having Windows bootmgr and GRUB/GRUB2 is enough for dual-booting Windows and Linux/Ubuntu. There is no need of third party boot managers !

    From Windows any "foreign" system can be booted over a so called "boot sector loader".
    The boot sector loader needs a copy of the partition boot record of the "foreign" system.

    The partition boot record for GRUB is /boot/grub/stage1.
    The partition boot record for GRUB2 is /boot/grub2/boot.img.
    No need for extracting boot sector with dd.

    The link posted above seems to be popular in Google for dual booting Linux from Vista/Windows 7.

  5. #5
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Booting into linux from Windows Vista Boot Manager

    Quote Originally Posted by darkomano View Post
    I don't agree on post above in the part EasyBCD as it introduces third party boot manager - neogrub or whatever for booting Linux based OS.

    Having Windows bootmgr and GRUB/GRUB2 is enough for dual-booting Windows and Linux/Ubuntu. There is no need of third party boot managers !

    From Windows any "foreign" system can be booted over a so called "boot sector loader".
    The boot sector loader needs a copy of the partition boot record of the "foreign" system.

    The partition boot record for GRUB is /boot/grub/stage1.
    The partition boot record for GRUB2 is /boot/grub2/boot.img.
    No need for extracting boot sector with dd.

    The link posted above seems to be popular in Google for dual booting Linux from Vista/Windows 7.
    I'm not saying that I use or even would use easyBCD but was just showing the options available , my choice has always been grub or lilo they work fine for what I'm doing , Those running bsd O.S. however may dis agree with your assessment of easyBCD. Just a thought
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  6. #6
    Join Date
    May 2011
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Booting into linux from Windows Vista Boot Manager

    For FreeBSD the file is "/boot/boot1"
    The utility "ufs2tool - ufs for Windows" gives read access to a BSD partition.
    Unix descendants need a primary partition

Tags for this Thread

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
  •