Changes

stoney cloud: Installation in Qemu\KVM

33 bytes added, 15:34, 8 May 2014
== Before finishing the installation ==
When being asked <code>Do you want to reboot your system?</code> switch to a second console (Alt + F2) and execute:
vim /mnt/osbd/boot/grub/grub.conf
When being asked <code>Do you want to reboot your system?</code> switch to a second console and do this: <source lang='bash'>vim /mnt/osbd/boot/grub/grub.conf# append Append the following to the two lines starting with "kernel":# doload=virtio_pci,virtio_blk</source>
This will make sure that the initial ramdisk loads the required virtio-drivers during boot.
 
Afterwards switch back to the installer (Alt + F1) and answer <code>yes</code>.
== After having finished the installation ==
This change can be made permanent by logging in as root after the startup and editing the grub configuration:
<source lang='bash'> mount /boot  vim /mnt/osbd/boot/grub/grub.conf# append Append the following to the two lines starting with "kernel":# doload=virtio_pci,virtio_blk</source>
[[Category: stoney cloud]][[Category: Installation]]
Bureaucrat, administrator
425
edits