All of lore.kernel.org
 help / color / mirror / Atom feed
* Windows...
@ 2005-01-17 22:50 M Afifi
  2005-01-18  2:05 ` Windows Mark A. Williamson
  0 siblings, 1 reply; 15+ messages in thread
From: M Afifi @ 2005-01-17 22:50 UTC (permalink / raw)
  To: Xen-devel

I've read the FAQ and bits of information on the Xen website and in particular,

----------------------------------------------------------------------------------------------------------------------------

1.4 Does Xen support Microsoft Windows?

Unfortunately there are no plans to support any versions of Windows in
the near future. Furthermore, a port of Windows would be encumbered by
licensing issues. Longer term, virtualisation features in
next-generation CPUs should make it much easier to support unmodified
OSes: at that time we will reconsider Windows support.

----------------------------------------------------------------------------------------------------------------------------

Can I know a little bit more about,

How much changes are involved in the O.S.?
Was Microsoft even approached with this project to see what their take on it is?
Next generation CPU / Intel's VT, how soon can we expect a Xen release
to support this?

Given all of the above, what are the other challenges involved in
supporting Windows on Xen and what sort of timeline are we looking at?

Cheers,

M Afifi


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: Windows
@ 2008-07-30 18:34 Viswesh S
  0 siblings, 0 replies; 15+ messages in thread
From: Viswesh S @ 2008-07-30 18:34 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]

I had tried the grub configuration which you have suggested before, from the wiki.
But still there wasnt any use :(
Viswesh



----- Original Message ----
From: Javier Martín <lordhabbit@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Sent: Wednesday, 30 July, 2008 11:59:34 PM
Subject: Re: Windows

2008/7/30 Viswesh S <viswesh_vichu@yahoo.com>:
> The problem is that, I am not able to boot windows by this configuration.
>
>
>
> I am getting the error
>
>
>
> "A disk read Error Occurred"
>
>
>
> If I make the windows disk as the first boot device,then windows is coming
> up properly.
Drivemap module to the rescue!! ^^
Hoping to resurrect the discussion about it, I developed the module
for just that purpose: I have a similar configuration, in which
Windows refuses to boot if its drive is not "the first BIOS drive".

In some cases and versions of Windows you can make it work without the
drivemap module with:
menuentry "Windows" {
    set root=(hd1,1)
    chainloader +1
}
But not all versions of NTLDR obey the "boot drive" parameter passed
in DL: in GRUB legacy, this was solved by the "map" command which made
Windows believed it was booting from the first BIOS drive by
intercepting all BIOS I/O calls and mapping the drive numbers - the
proposed "drivemap" module does the same in GRUB2, but it's not been
accepted yet (ahem xD).

>
>
>
> Hence I feel this is something to do with the grub2 configuration which is
> missing.
>
>
>
> If any needs any information(about my machine) to configure grub2 for
> windows,please let me know.
>
>
>
> Regards,
>
>
>
> Viswesh
>
> ----- Original Message ----
> From: Pavel Roskin <proski@gnu.org>
> To: The development of GRUB 2 <grub-devel@gnu.org>
> Sent: Wednesday, 30 July, 2008 11:39:56 PM
> Subject: Re: Windows
>
> On Wed, 2008-07-30 at 11:00 -0700, Viswesh S wrote:
>> menuentry "Windows" {
>>    chainloader (hd1,1)+1
>> }
>>
>> Is all this is sufficient or is there anything else I should add.
>
> I think you are better off describing the problem, not asking others to
> guess what could be wrong without knowing what the problem is.
>
> --
> Regards,
> Pavel Roskin
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
> ________________________________
> Add more friends to your messenger and enjoy! Invite them now.
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel



      Did you know? You can CHAT without downloading messenger. Go to http://in.webmessenger.yahoo.com/

[-- Attachment #2: Type: text/html, Size: 4566 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: Windows
@ 2008-07-30 18:21 Viswesh S
  2008-07-30 18:29 ` Windows Javier Martín
  0 siblings, 1 reply; 15+ messages in thread
From: Viswesh S @ 2008-07-30 18:21 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

The problem is that, I am not able to boot windows by this configuration.
I am getting the error
"A disk read Error Occurred"
If I make the windows disk as the first boot device,then windows is coming up properly.
Hence I feel this is something to do with the grub2 configuration which is missing.
If any needs any information(about my machine) to configure grub2 for windows,please let me know.
Regards,
Viswesh



----- Original Message ----
From: Pavel Roskin <proski@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Sent: Wednesday, 30 July, 2008 11:39:56 PM
Subject: Re: Windows

On Wed, 2008-07-30 at 11:00 -0700, Viswesh S wrote:
> menuentry "Windows" {
>    chainloader (hd1,1)+1
> }
>  
> Is all this is sufficient or is there anything else I should add.

I think you are better off describing the problem, not asking others to
guess what could be wrong without knowing what the problem is.

-- 
Regards,
Pavel Roskin


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel



      Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

[-- Attachment #2: Type: text/html, Size: 2068 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Windows
@ 2008-07-30 18:00 Viswesh S
  2008-07-30 18:09 ` Windows Pavel Roskin
  0 siblings, 1 reply; 15+ messages in thread
From: Viswesh S @ 2008-07-30 18:00 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 2021 bytes --]

Hi,
With grub2,what are the things I should take care, if I have another hard disk (ide , primary) with windows.
My initial boot device is a sata one with linux.
This is my device map 
(hd0)   /dev/sda
(hd1)   /dev/hda

My fdisk
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3647    29294496   83  Linux
/dev/sda2            3648        4133     3903795   82  Linux swap / Solaris
/dev/sda3            4134       10322    49713142+  83  Linux
/dev/sda4           10323       19457    73376887+   5  Extended
/dev/sda5           10323       19457    73376856   83  Linux
Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        9729    78148161    7  HPFS/NTFS
/dev/hda2            9730       19458    78140416    7  HPFS/NTFS

This is my grub.cfg for windows
menuentry "GNU/Linux, linux 2.6.15-51-amd64-k8" {
    linux   (hd0,1)/boot/vmlinuz-2.6.15-51-amd64-k8 root=/dev/sda1 ro
    initrd  (hd0,1)/boot/initrd.img-2.6.15-51-amd64-k8
}
menuentry "GNU/Linux, linux 2.6.15-51-amd64-k8 (single-user mode)" {
    linux   (hd0,1)/boot/vmlinuz-2.6.15-51-amd64-k8 root=/dev/sda1 ro single
    initrd  (hd0,1)/boot/initrd.img-2.6.15-51-amd64-k8
}
menuentry "Windows" {
    chainloader (hd1,1)+1
}
Is all this is sufficient or is there anything else I should add.
Viswesh


      Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/

[-- Attachment #2: Type: text/html, Size: 3727 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* windows
@ 2004-07-14 19:16 Jody Belka
  2004-07-14 20:44 ` windows Ian Pratt
  0 siblings, 1 reply; 15+ messages in thread
From: Jody Belka @ 2004-07-14 19:16 UTC (permalink / raw)
  To: xen-devel

I was wondering what the current state is with windows on xen?

Secondly, i had a go at building the vmware vmmon kernel module
within dom0. It built ok, but trying to insert it into the running
kernel with insmod caused a segmentation fault from insmod, and
left the module in an initialising state, unusable, and also unable
to be removed without a reboot. I was wondering if anyone else has
had a go at this and had better luck?


-- 
Jody Belka
knew (at) pimb (dot) org


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-07-30 18:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-17 22:50 Windows M Afifi
2005-01-18  2:05 ` Windows Mark A. Williamson
2005-01-18  3:20   ` Windows Derrik Pates
2005-01-18  7:41     ` Windows Steven Hand
     [not found]       ` <9a948a57050119002337dd9000@mail.gmail.com>
2005-01-19  8:24         ` Fwd: Windows M Afifi
2005-01-19 19:42       ` Windows Jared Rhine
  -- strict thread matches above, loose matches on Subject: below --
2008-07-30 18:34 Windows Viswesh S
2008-07-30 18:21 Windows Viswesh S
2008-07-30 18:29 ` Windows Javier Martín
2008-07-30 18:00 Windows Viswesh S
2008-07-30 18:09 ` Windows Pavel Roskin
2004-07-14 19:16 windows Jody Belka
2004-07-14 20:44 ` windows Ian Pratt
2004-07-14 20:52   ` windows Tim Freeman
2004-07-14 22:30   ` windows Jody Belka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.