Pierre Meurisse wrote: > Hi ! > > I just upgraded live-helper on my amd64/lenny machine. > I created a fresh directory, and ran as root : > # lh_config > # lh_build > > It seemed to work, and I got a binary.iso file. > But with > % sudo qemu -m 256 -cdrom binary.iso -boot d > > I got the message : > Your cpu doesn't support long mode. Use a 32-bit distribution. >... > Did I something wrong ? >
Hi Pierre! Yes, you did. You need to run qemu-system-x86_64 instead of just qemu. Maybe there is a permanent switch for choosing 64Bit as default. And I suggest you to compile the kqemu sources, too. Bye, Damian _______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

