View previous topic :: View next topic |
Author |
Message |
toralf Developer


Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Tue Sep 16, 2014 9:17 pm Post subject: KVM guests crashes silently after mounting /boot |
|
|
Within a 32 bit x86 Gentoo image I need the "sleep 2" in the following command sequence: Code: | mount /boot/; sleep 2; cd /usr/src/linux && make -j 2 && make modules_install && make install && grub2-mkconfig -o /boot/grub/grub.cfg | otherwise the virtual machine crashes w/o any further notice. Any hints where to start ? (guest kernel is 3.17-rc4). |
|
Back to top |
|
 |
Hu Administrator

Joined: 06 Mar 2007 Posts: 23357
|
Posted: Tue Sep 16, 2014 10:08 pm Post subject: |
|
|
Is this a regression relative to non-rc kernels? |
|
Back to top |
|
 |
toralf Developer


Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Wed Sep 17, 2014 4:57 pm Post subject: |
|
|
Hu wrote: | Is this a regression relative to non-rc kernels? | Pff, didn' run the 3.16.x not often enough - will check over ofc, b/c then I could bisect it |
|
Back to top |
|
 |
|