qemu-system-x86_64 refuses to boot HDD

Juergen Lock nox at jelal.kn-bremen.de
Thu Apr 11 18:29:25 UTC 2013


In article <1365537788407-5802686.post at n5.nabble.com> you write:

>>>  if you run qemu as root it may default to -curses too since it probably
>doesn't have permissions to access your X display
>
>Yep, that's the problem. I get the same 'could not open disk image
>/dev/ada1: Permission denied' error when I run as my own user. Should I add
>to devfs.rules something like below then?
>[localrules=10]
>add path '*a*da[0-9]*' mode 0660 group wheel
>
Just:

	add path 'ada[0-9]*' mode 0660 group wheel

should do it (or alternatively add yourself to the operator group.)

 HTH,
	Juergen


More information about the freebsd-emulation mailing list