SlackwareThis Forum is for the discussion of Slackware Linux.
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I want to use QEMU to access an existing Windows XP Partition via Slack, however I'm not really sure how it works. Can I use an existing Windows XP Install? From the instructions on it's web site it seems to me that only a virtual-install can be used.
Also, how is gaming via QEMU? Advantages/Disadvantages?
I've tried to achieve that in the past and failed, I couldn't get my installed Windows XP to boot from a real partition, I could install it using QEMU and use it fine.
Gaming? Slow pal.. no 3d acceleration, generic drivers and it's emulated.. not good.
I remember seeing a thread about this some weeks ago, a search may help you.
Yes, it is possible to boot an operating system from a physical partition inside of Qemu, but it isn't recommended. If you insist, this is the method:
qemu -snapshot -hda /dev/hdb3
replace "hdb3" with the partition you want. "-snapshot" prevents it from making changes to the partition. Games load SLOWLY. I've tried it before and have seen load times of 15 minutes where in Windows natively it is less than a minute. In all honesty, I'd recommend looking into getting a copy of VMWare if you wanted to play games... or dual boot.
Back when I started using Qemu, the documents said it wasn't recommended. Now all mention of how to do this seems to have been removed. If there is a miscalculation in the program or you type /dev/hda instead of /dev/hda1 it could be possible to overwrite other data than that which you had intendid. I'm sure there are other reasons, but those are the two I can think of off the top of my head.
I should probably note that I've always just created an Qemu image and installed the OS into it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.