rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
initrd16 /boot/initramfs-3.10.0-1127.19.1.el7.x86_64.img | initrd16 /boot/initramfs-3.10.0-1127.19.1.el7.x86_64.img | ||
</pre> | </pre> | ||
Now, navigate to the line which starts with <code>linux16</code>. Here, all console parameters need to be removed. Since qemu uses the serial console (ttySX), we would have to go onto the compute node directly and attach it there to a terminal. The easier option is just to leave <code>console=tty0</code> in there. If we want to have the filesystem from the image mounted r/w we would have to change the parameter <code>ro</code> to <code>rw</code>, but that can be done later as well; if something needs to investigated, r/o is a very good option to leave timestamps intact on | Now, navigate to the line which starts with <code>linux16</code>. Here, all console parameters need to be removed. Since qemu uses the serial console (ttySX), we would have to go onto the compute node directly and attach it there to a terminal. The easier option is just to leave <code>console=tty0</code> in there. If we want to have the filesystem from the image mounted r/w we would have to change the parameter <code>ro</code> to <code>rw</code>, but that can be done later as well; if something needs to investigated, r/o is a very good option to leave timestamps intact on files. Centos has a parameter to interrupt the boot process in an early stage, which is <code>rd.break</code>. The linux16 line should then look like this (the order of the parameters do not matter): | ||
<!--T:20--> | <!--T:20--> |