Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
03-27-2008, 09:02 PM
|
#46
|
|
Member
Registered: Sep 2007
Posts: 152
Original Poster
Rep:
|
Quote:
Originally Posted by ComputerGreek
It just seemed like something that was doable.
|
I would really love to see someone take up the idea.
|
|
|
|
04-30-2008, 12:09 PM
|
#47
|
|
LQ Newbie
Registered: Apr 2008
Posts: 1
Rep:
|
KVM and Vista on a real disk partition
just a question... I already have a dual boot PC, with Vista pre-installed on my 500GB SATA disk, and I’d like to boot kvm from the NTFS partition, not from a disk image. is it possible ???
|
|
|
|
05-05-2008, 08:42 AM
|
#48
|
|
LQ Newbie
Registered: Mar 2008
Posts: 4
Rep:
|
Quote:
Originally Posted by ComputerGreek
It just seemed like something that was doable.
|
I would be interesting if doable.
|
|
|
|
08-11-2008, 02:06 AM
|
#49
|
|
Senior Member
Registered: Apr 2003
Posts: 3,218
Rep:
|
Hi ComputerGreek,
Your guide may help me out.
Quote:
Vista does not produce valid boot sector information, so partition and format the image, vista.img, with XP or Linux. For example, use:
qemu-system-x86_64 -boot d -m 512 vista.img -cdrom xp.iso
|
Having installed Vista, Ultimate Edition, on KVM at least 3 times. Each time Vista can't boot after exit. It just boots seemingly to Rescue Mode. I have to put its installer on CDRom and re-run;
# kvm -m 1024 vista.img -cdrom /dev/scd0 -boot d
to start the OS. It is working fine on the VM able connecting Internet w/o problem.
Your comment abovementioned clears my doubt on mis-installation. Vista can't boot by itself on VM without some treatment.
If I use linux.iso when shall I stop installing Linux on linux.iso? Please advise. TIA
I'm prepared running Ubuntu8.04 amd64 desktop which is the Host OS on VM
B.R.
satimis
Furthermore can I use 64bit OS on 32bit Vista? OR I have to run a 32bit Linux installer to do the job? Thanks
Last edited by satimis; 08-11-2008 at 02:07 AM.
|
|
|
|
05-22-2009, 11:04 AM
|
#50
|
|
Member
Registered: Feb 2003
Location: Parker, CO USA
Distribution: CentOS primarily but I multi-boot my laptop to Ubuntu or Fedora Core 10 as needed
Posts: 48
Rep:
|
Resurrecting an old thread
I had Vista working in a qemu VM at one point. I probably still have a screen shot. I wanted to get kqemu working and I was playing with Windows 7 RC so I rebuilt all of the pieces (kqemu, qemu, etc.) including the kernel (currently running the 2.6.30-rc6 kernel). W7 works fine now as does Windows Server 2008 and both with kqemu but Vista is giving me the STOP: 0x000000A5 BSOD. Supposedly this is an ACPI problem but that doesn't explain Server 2008 and W7 working.
I've tried going back to the configuration that had previously worked with Vista (qemu 0.9.1 with or without kqemu, previous kernel, etc.) but I still get the same BSOD. This includes using a gzipped image that used to work and trying a clean install into a new VM.
Just for sanity's sake, does anyone have Vista running in a qemu VM (with or without kqemu)? If so, what if anything did you do to get Vista running (which version of qemu, etc. are you using)?
Any suggestions as to how to troubleshoot/debug this are welcome. I'd like to have Vista working "for completeness" so, please, no suggestions to just abandon Vista. I've started taking some classes on network security and being able to run any OS I want in a VM is really handy.
Thanks,
Dave
|
|
|
|
05-23-2009, 12:30 AM
|
#51
|
|
LQ Newbie
Registered: Jul 2008
Posts: 7
Rep:
|
Did you try with kvm 84 ? they say here : http://www.linux-kvm.org/page/Guest_Support_Status that it should work.
BTW I had problems with kvm 85 and a windows xp guest but kvm 86 is working great so far ...
|
|
|
|
05-24-2009, 09:38 PM
|
#52
|
|
Member
Registered: Feb 2003
Location: Parker, CO USA
Distribution: CentOS primarily but I multi-boot my laptop to Ubuntu or Fedora Core 10 as needed
Posts: 48
Rep:
|
Quote:
Originally Posted by pierro78
|
I'm trying to get everything working under qemu. I'll go the KVM route if I can't get Vista working under qemu again. It would probably be easier to do that than the effort I've put into trying to get it working again under qemu. It just kind of pisses me off that it used to work and now it doesn't.
Cheers,
Dave
|
|
|
|
09-15-2009, 09:46 PM
|
#53
|
|
LQ Newbie
Registered: Sep 2009
Posts: 3
Rep:
|
Quote:
Originally Posted by ComputerGreek
The option -soundhw es1370 has qemu emulate an Ensoniq AudioPCI ES1370 sound card.
The default network hardware -net nic,model=ne2k_pci is a Realtek 8029 PCI Ethernet Card.
Drivers for both, are on drivers.iso. Install them by right-clicking on the .inf files and choosing install from the menu.
|
Does anybody know where this version of drivers.iso might be archived? The sf site has drivers.iso without the ES1370 driver, and darned if I can find anything compatible anywhere else.
So, the answer is, Vista will find the driver for you, but to get sound on Fedora 11 you need to set security_driver="none" in qemu.conf. SELinux prevents sound (until F13, at least).
Last edited by bill_mcgonigle; 09-15-2009 at 11:43 PM.
|
|
|
|
07-06-2012, 12:47 AM
|
#54
|
|
LQ Newbie
Registered: Jul 2012
Posts: 9
Rep: 
|
I have VIsta64 working with Aqemu
No Internet though, so I may find your post useful to get Internet to work. I don't have Win7 or XP so might as well use what I have. I only want it so I can use newer versions of IE, and I'm not gonna fork the money for 7 for that.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:12 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|