Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount_build_disk.sh crashes VM and/or host - SATA timing errors #3

Open
guruvan opened this issue Oct 29, 2017 · 0 comments
Open

mount_build_disk.sh crashes VM and/or host - SATA timing errors #3

guruvan opened this issue Oct 29, 2017 · 0 comments
Labels

Comments

@guruvan
Copy link
Member

guruvan commented Oct 29, 2017

  • Symptom: VM crashes during dd operation, host may also lockup or crash

failure shows up in mount_build_disk.sh when using dd to make a swapfile
appears to be https://www.virtualbox.org/ticket/8511 and

  • Workaround - successful workaround was

    1. Add IDE controller to VBox VM
    2. move both root and build disks to the IDE controller
    3. remove SATA controller
  • Workaround - untested

    1. In the bug referenced from Virtualbox above, some users noted success by simply adding
      "clocksource=jiffies" to the guests kernel command link (in grub.cfg)
  • Solution
    Unknown how to detect hosts with this issue. Possible solution is to provide a script to switch to IDE
    sata_ide_switch.sh

@guruvan guruvan added this to the v0.1.0 release milestone Oct 29, 2017
@guruvan guruvan added the bug label Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant