Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

4.1.2 Load another boot loader to boot unsupported operating systems

If you want to boot an unsupported operating system (e.g. Windows 95), chain-load a boot loader for the operating system. Normally, the boot loader is embedded in the boot sector of the partition on which the operating system is installed.

  1. Set GRUB's root device to the partition by the command rootnoverify (see rootnoverify):
              grub> rootnoverify (hd0,0)
         
  2. Set the active flag in the partition using the command makeactive1 (see makeactive):
              grub> makeactive
         
  3. Load the boot loader with the command chainloader (see chainloader):
              grub> chainloader +1
         

    `+1' indicates that GRUB should read one sector from the start of the partition. The complete description about this syntax can be found in Block list syntax.

  4. Run the command boot (see boot).

However, DOS and Windows have some deficiencies, so you might have to use more complicated instructions. See DOS/Windows, for more information.


Footnotes

[1] This is not necessary for most of the modern operating systems.


 
 
  Published under the terms of the GNU General Public License Design by Interspire