FreeBSD 9.1 Beta 1 fails to install in qemu-kvm on Gentoo Linux

Konstantin Belousov kostikbel at gmail.com
Sat Jul 21 13:30:13 UTC 2012


On Fri, Jul 20, 2012 at 10:37:29PM -0400, Richard Yao wrote:
> On 07/20/2012 08:56 PM, Konstantin Belousov wrote:
> > On Fri, Jul 20, 2012 at 08:40:30PM -0400, Richard Yao wrote:
> >> On 07/20/2012 06:23 PM, Richard Yao wrote:
> >>> Dear FreeBSD Developers,
> >>>
> >>> Trying to install FreeBSD 9.1 Beta 1 in qemu-kvm on Gentoo Linux fails
> >>> before the kernel dmesg with 'kernel trap 9 with interrupts disabled'. I
> >>> am running the following command:
> >>>
> >>> qemu-system-x86_64 -drive
> >>> file=/dev/zvol/rpool/KVM/freebsd,if=scsi-bootorder=c
> >>> -cdrom/mnt/backup/isos/FreeBSD-9.1-BETA1-amd64-disc1.iso -m2048 -smp
> >>> 6,cores=6,threads=1,sockets=1 -curses -net
> >>> nic,model=e1000,macaddr=52:54:00:00:ee:04 -cpu host
> >>>
> >>> If I use FreeBSD-9.0-RELEASE-amd64-dvd1.iso, I can do an install without
> >>> any problems.
> >>>
> >>> Yours truly,
> >>> Richard Yao
> >>>
> >>
> >> I have an update.
> >>
> >> 1. There is no backtrace. The only thing that I see printed after the
> >> boot screen with beastie is a single line:
> >>
> >> 'kernel trap 9 with interrupts disabled'
> > This line is probably printed after the banner and might be CPU features
> > line. Is this true ? If so, show it.
> 
> I do not know what the banner is. However, that line is printed
The copyright of UCB and registered trademark of FF lines are usually
referred as banner.

> immediately after the boot2 menu with Beastie. It occurs when I would
> expect to see "Copyright (c) 1992-2012 The FreeBSD Project.". I see no
> other visible characters aside from those from the boot2 menu with Beastie.
Ok.

....
> Here is the dmesg output from FreeBSD 9.0-RELEASE with -cpu host:
....
> Features=0x1783fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2,HTT>
>   Features2=0x80802001<SSE3,CX16,POPCNT,HV>
>   AMD Features=0xe6500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,LM,3DNow!+,3DNow!>
>   AMD Features2=0x1f7<LAHF,CMP,SVM,CR8,ABM,SSE4A,MAS,Prefetch>
...
> Here is the dmesg output from FreeBSD 9.0-RELEASE without -cpu host:
...
> Features=0x1783fbfd<FPU,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE,SSE2,HTT>
>   Features2=0x80802001<SSE3,CX16,POPCNT,HV>
>   AMD Features=0x20100800<SYSCALL,NX,LM>
>   AMD Features2=0x67<LAHF,CMP,SVM,ABM,SSE4A>

The only difference between these two which triggers some memories is
the absence of Page1GB in !-cpu host case. Could you try to comment out
the
	if ((amd_feature & AMDID_PAGE1GB) != 0)
		ndm1g = ptoa(Maxmem) >> PDPSHIFT;
lines in create_pagetables() function from sys/amd64/amd64/pmap.c and
see whether resulting kernel boots on -cpu host configuration ?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20120721/2e8df35c/attachment.pgp


More information about the freebsd-stable mailing list