#17947: Target System (x86_64) can't mount /dev/sda2
-------------------------+----------------------------------
  Reporter:  Galen       |      Owner:  developers
      Type:  defect      |     Status:  closed
  Priority:  normal      |  Milestone:  Chaos Calmer (trunk)
 Component:  packages    |    Version:  Trunk
Resolution:  worksforme  |   Keywords:
-------------------------+----------------------------------
Changes (by jow):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 You need to pass the image file as SATA disk when using x86_64 under qemu:

 {{{
 qemu-system-x86_64 -nographic \
         -drive file=openwrt-x86-generic-combined-
 ext4.img,if=none,id=mydisk \
         -device ich9-ahci,id=ahci \
         -device ide-drive,drive=mydisk,bus=ahci.0
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/17947#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to