hmm, if you sved the Windows MBR you could chainload
it with:

        chainloader (hd0,0)/saved-mbr

if you saved the MBR with 

        dd if=/dev/hda of=/saved-mbr count=1 bs=512

given your root file system is in the first partition
of the first hard disk. 

Beware that the partition table sits in the last 64 bytes 
of the MBR. I don't remember if it is appropriate to specify 
bs=446.

regards
--
        Bernhard Treutwein, IuK, Ref. III A 3
        Bernhard.Treutwein(at)verwaltung uni-muenchen de

> -----Original Message-----
> From: tommyvyo [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 20, 2007 2:34 PM
> To: [email protected]
> Subject: Skip GRUB
> 
> 
> 
> Is it possible to set it temporarily to make GRUB skip right 
> past everything and load the windows bootloader?
> -- 
> View this message in context: 
> http://www.nabble.com/Skip-GRUB-tf4843467.html#a13856962
> Sent from the Grub - Bugs mailing list archive at Nabble.com.
> 
> 
> 
> 
> 


_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to