You are not logged in.

#1 2008-02-22 12:23:50

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

QEMU install fail

I've been trying to install Arch into a QEMU hard disk image recently, but without much luck.

During the installation, after editing and saving '/etc/rc.conf', an error message pops up at the bottom of vim:

/arch/setup line 1406  13200 segmentation fault
chroot ${DESTDIR} /sbin/hwclock --directisa --localtime --hctosys

My QEMU commands are:
qemu-img create -f qcow2 /data/.qemu/arch.img 6G
qemu-system-x86_64 -cdrom arch.iso -hda arch.img -m 1024 -boot d -kernel-kqemu clock=pit  major=0 -soundhw sb16

I've tried appending '-localtime' to the end of the second command, and also trying both 'localtime' and 'UTC' options in '/etc/rc.conf'.

Any suggestions?

Last edited by dyscoria (2008-02-22 12:24:22)


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#2 2008-02-22 15:59:42

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: QEMU install fail

OK, not using '-kernel-kqemu' and 'major=0' seems to have fixed this. kqemu apparently doesn't like arch as a guest OS


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

Board footer

Powered by FluxBB