![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
x86 64-bit Users For the discussion of Ubuntu on the AMD 64 platform. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Aug 2006
Beans: 35
|
How-to: Qemu + Kqemu on Edgy AMD64
Here is how i got it working on Edgy for AMD64
Code:
sudo apt-get install qemu build-essential linux-headers-$(uname -r) wget http://fabrice.bellard.free.fr/qemu/kqemu-1.3.0pre9.tar.gz tar xzf kqemu-1.3.0pre9.tar.gz cd kqemu-1.3.0pre9 ./configure --prefix=/usr --disable-gcc-check --kernel-path=/lib/modules/$(uname -r)/build/ make sudo ./install.sh sudo depmod sudo modprobe kqemu sudo dpkg-reconfigure linux-image-`uname -r` Code:
gksu mknod /dev/kqemu c 250 0 gksu chmod 666 /dev/kqemu qemu-system-x86_64 -boot c -hda /path/to/your/image.qcow -m 512 -localtime -kernel-kqemu Hope it helps. Regards. |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2006
Beans: 1
|
Re: How-to: Qemu + Kqemu on Edgy AMD64
Nice.
Last edited by slid3r; November 11th, 2006 at 10:15 PM.. |
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() |
Re: How-to: Qemu + Kqemu on Edgy AMD64
This howto works also for 32-bit version
|
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2006
Location: India
My beans are hidden!
Ubuntu 7.10 Gutsy Gibbon
|
Hi, This works like a charm. Thanks a lot...
__________________
Linux User #398099 | Ubuntu User #11310 | Intrepid Ibex | amd64 |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() |
Re: How-to: Qemu + Kqemu on Edgy AMD64
woha, that did work, currently installing win98
This totally rocks, no dual booting for testing some code on windows - thanks! |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2005
Beans: 2
|
Re: How-to: Qemu + Kqemu on Edgy AMD64
I get this error when I modprobe kqemu
$ sudo modprobe kqemu [...u-1.3.0pre9] FATAL: Error inserting kqemu (/lib/modules/2.6.15-25-686/misc/kqemu.ko): Invalid module format Does anyone know how to solve this or why it occurs? P.S I am on a 32 bit platform |
|
|
|
|
|
#7 | |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 5
|
Re: How-to: Qemu + Kqemu on Edgy AMD64
Quote:
I received the same error. Also, when I compiled, I received the warning: WARNING: could not find /home/ksimek/download/kqemu-1.3.0pre9/.kqemu-mod.o.cmd for /home/ksimek/download/kqemu-1.3.0pre9/kqemu-mod.o I'm not sure if this is related |
|
|
|
|
|
|
#8 |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2006
Beans: 368
Edubuntu 7.04 Feisty Fawn
|
nice one!
I should give this a go sometime and think about ditching vmware. (Those Bastards). On the other hand, I really have no incentive to do so... ![]() |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2005
Beans: 17
|
Re: How-to: Qemu + Kqemu on Edgy AMD64
did someone really test qemu + kqemu on amd64? everytime I boot up a guest it crashes and dmesg shows up the module received a General Protection exception 0x0d
|
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 21
|
Re: How-to: Qemu + Kqemu on Edgy AMD64
For those interested in using checkinstall to create a .deb, I was able to get it working on amd64 by replacing the "./install.sh" with the following:
Code:
checkinstall --exclude=/lib/modules/$(uname -r)/modules.usbmap,/lib/modules/$(uname -r)/modules.alias,/lib/modules/$(uname -r)/modules.ccwmap,/lib/modules/$(uname -r)/modules.dep,/lib/modules/$(uname -r)/modules.ieee1394map,/lib/modules/$(uname -r)/modules.inputmap,/lib/modules/$(uname -r)/modules.isapnpmap,/lib/modules/$(uname -r)/modules.ofmap,/lib/modules/$(uname -r)/modules.pcimap,/lib/modules/$(uname -r)/modules.seriomap,/lib/modules/$(uname -r)/modules.symbols,/lib/modules/$(uname -r)/modules.usbmap |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|