LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 03-24-2012, 10:19 AM   #1
KenJackson
Member
 
Registered: Jul 2006
Location: Maryland, USA
Distribution: Fedora and others
Posts: 757

Rep: Reputation: 145Reputation: 145
Has anyone installed "Windows 8 Consumer Preview" in KVM?


Has anyone installed the Windows 8 Consumer Preview in a KVM virtual machine running on a Linux host?

Microsoft very conveniently provides ISO files, which would seem to lend themselves handily to just such installation.

Their FAQ seems to suggest you don't need a license or to otherwise pay for them--which makes me very skeptical.

So will it work? Has anyone done it? Was it a pain?
What graphic output do you use (SDL, VNC, rdesktop, spice)?

Last edited by KenJackson; 03-25-2012 at 07:10 AM. Reason: typos
 
Old 03-25-2012, 03:13 AM   #2
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
planning to try an install this week actually, will update here how it went
 
Old 04-02-2012, 06:25 AM   #3
Dmitriy
LQ Newbie
 
Registered: Apr 2012
Posts: 1

Rep: Reputation: Disabled
I tried on centos 6 with - disk bus IDE and VGA adapter all was fine, but i can't change screen resolution from standard 1024x768... Can somebody help me?
 
Old 04-02-2012, 03:04 PM   #4
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
got it working using virtio drivers and qxl/spice, but the current qxl drivers refuse to be installed claiming the OS is unknown. In any case, even like this, with qxl, graphics are not bad
 
Old 08-28-2012, 12:18 PM   #5
jugknot
LQ Newbie
 
Registered: Mar 2011
Posts: 3

Rep: Reputation: 0
My 1st attempt this week -

- Downloaded/burned Win8 ISO to DVD (long download time for 3.3Gb)
- Spun up a KVM instance (default settings)
- Access to Win8 ISO DVD was normal (began the installation scripts)
- After the 'Install Write Files/Custom Option' menu a splash screen appeared
(I cannot recreate this from memory)
- Paraphrase - 'remove installation media and reboot'

System hangs on reboot - 'No bootable media found' (some text about a Floppy drive)
If I reload the Win8 ISO media and reboot, the script starts over from the beginning.

Help requested.
jugknot - Denver
 
Old 08-28-2012, 02:43 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
It runs in Virtualbox and I guess VMplayer is fixed in VMplayer 5.

I can't say there is much of a reason to have it a all over windows 7.

There have been a few ways to get an ISO and the terms are different for each user depending on how they acquire it. It is not a full install and will not work after so many days, again depending on how you obtained it.
 
Old 08-28-2012, 08:33 PM   #7
KenJackson
Member
 
Registered: Jul 2006
Location: Maryland, USA
Distribution: Fedora and others
Posts: 757

Original Poster
Rep: Reputation: 145Reputation: 145
Quote:
Originally Posted by jugknot View Post
My 1st attempt this week -

- Downloaded/burned Win8 ISO to DVD (long download time for 3.3Gb)
- Spun up a KVM instance (default settings)
- Access to Win8 ISO DVD was normal (began the installation scripts)
...
You don't need to waste a DVD.
I accessed the iso directly something like this:

Code:
qemu-kvm -boot d -hda ~/kvm/Windows8.qemu \
    -cdrom ~/iso/Windows8-ReleasePreview-64bit-English.iso' -vnc :8 \
    -m 2048M -name Windows8 -net nic,name=coreo \
    -net tap,script=no,downscript=no,ifname=tap8 -usbdevice tablet &
 
Old 08-28-2012, 08:36 PM   #8
KenJackson
Member
 
Registered: Jul 2006
Location: Maryland, USA
Distribution: Fedora and others
Posts: 757

Original Poster
Rep: Reputation: 145Reputation: 145
Quote:
Originally Posted by jefro View Post
I can't say there is much of a reason to have it a all over windows 7.
Oh I agree.
In fact, I can't say there's much reason to use any version of Windows.
 
Old 08-28-2012, 09:32 PM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I've had it running for a few weeks in VirtualBox under Sid.
Hateful Metro interface but other than that it's just another MS OS.
May just be me but it seems to be a little lighter as a VM than Ubuntu.
 
Old 08-29-2012, 07:11 AM   #10
jugknot
LQ Newbie
 
Registered: Mar 2011
Posts: 3

Rep: Reputation: 0
Win8 Running Under KVM (not VPlayer - yet)

Fixed the KVM install of Win8 with 2 tweaks -

- needed a 12Gb partition!
- used the 'Custom Install' option

That's it.

Under VM Player current issue -

'Windows cannot find SW License Type'
I am not seeing the screen for SW License Acceptance (y/n).

Observations -
- Different VM platforms, different install dialogues?
- Metro Interface is a 'tip of the hat' to Apple
- All the Facebook/LinkedIn/Twitter hooks in this OS are interesting (not too useful)
Is this the 1st 'Cloud Cuckoo-Land OS'
- 1st impression - I'd stick with Win7 over this release.

- Appreciate the KVM recommendations -
qemu-kvm -boot d -hda ~/kvm/Windows8.qemu \
-cdrom ~/iso/Windows8-ReleasePreview-64bit-English.iso' -vnc :8 \
-m 2048M -name Windows8 -net nic,name=coreo \
-net tap,script=no,downscript=no,ifname=tap8 -usbdevice tablet &

Will explore the features over the Trial Use period before passing judgement.
Do we expect that Windows Server 2012 can be demo-ed under KVM?

jugknot - Denver
 
Old 08-29-2012, 07:27 AM   #11
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by jugknot View Post
Fixed the KVM install of Win8 with 2 tweaks -

- needed a 12Gb partition!
According to this page, it needs 16 or 20 GB. Ridiculous, when you consider that a full install of Slackware takes 6.5 GB.
 
1 members found this post helpful.
Old 08-30-2012, 07:18 AM   #12
okcomputer44
Member
 
Registered: Jun 2008
Location: /home/laz
Distribution: CentOS/Debian
Posts: 246

Rep: Reputation: 53
Quote:
Originally Posted by brianL View Post
According to this page, it needs 16 or 20 GB. Ridiculous, when you consider that a full install of Slackware takes 6.5 GB.
Well but you know that Slackware not as good as Windows.
A great product needs greater spaces too.

Anyway I installed it on VMware player and I didn't experienced any mind blowing thing.
Similar to the previous ones but got the metro crap.
2GB RAM with 4 cores on the Vmachine and the system was struggling with everything. (Host is i7quad/8GB)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
paper output smaller than "print preview" SaintDanBert Linux - Desktop 2 07-19-2011 09:42 PM
how to run exe files like"VLC"in ubuntu while it's installed in windows krishnadas Linux - Newbie 2 09-25-2009 03:51 PM
linux "live Preview CD" idea... volunteers /or/ suggestions ? stu7 Linux - Software 8 06-30-2009 04:31 PM
LXer: Free/Open source needs a consumer "Intel Inside" brand LXer Syndicated Linux News 0 01-03-2009 12:50 AM
"Preview post" not faithful wrt. page layout jonaskoelker LQ Suggestions & Feedback 0 05-13-2006 05:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 03:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration