<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guestadditions in Fedora abd Centos Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/guestadditions-in-fedora-abd-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 11 Nov 2018 18:56:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install VirtualBox Guest Additions on Fedora 28/29, CentOS  7.6 and Red Hat (RHEL) 7.6</title>
		<link>https://www.osradar.com/install-virtualbox-guest-additions-on-fedora-28-29-centos-7-6-and-red-hat-rhel-7-6/</link>
					<comments>https://www.osradar.com/install-virtualbox-guest-additions-on-fedora-28-29-centos-7-6-and-red-hat-rhel-7-6/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sun, 11 Nov 2018 14:32:41 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Guestadditions in Fedora abd Centos]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=7155</guid>

					<description><![CDATA[<p>The VirtualBox Guest Additions consist of device drivers and system applications that optimize the operating system for better performance and usability. i will show you in article how to install Guest additions in Fedora28/28 en Centos 7. A1. Change to root user su - A2. Make sure that you are running latest kernel Update virtual [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-virtualbox-guest-additions-on-fedora-28-29-centos-7-6-and-red-hat-rhel-7-6/">Install VirtualBox Guest Additions on Fedora 28/29, CentOS  7.6 and Red Hat (RHEL) 7.6</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<article id="post-2005" class="post-2005 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-linux tag-centos tag-fedora tag-oracle tag-red-hat tag-vbox tag-virtualbox">
<div class="entry-content">
<p>The VirtualBox Guest Additions consist of device drivers and system applications that optimize the operating system for better performance and usability. i will show you in article how to install Guest additions in Fedora28/28 en Centos 7.</p>
<h3>A1. Change to root user</h3>
<pre>su -  </pre>
<h3>A2. Make sure that you are running latest kernel</h3>
<p>Update virtual machine kernel and reboot</p>
<pre>## Fedora 29/28/27/26/25/24/23/22 ##
dnf update 

##  CentOS/RHEL 7/6/ ##
yum update 

reboot</pre>
<h3>A3. Mount VirtualBox Guest Additions</h3>
<p>Click <strong>Devices &gt; Install Guest Additions…</strong> on VirtualBox<br />
<img loading="lazy" class="alignnone size-full wp-image-7159" src="https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox.png" alt="" width="1143" height="819" srcset="https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox.png 1143w, https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox-300x215.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox-768x550.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox-1024x734.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox-696x499.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox-1068x765.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/Centos7vbox-586x420.png 586w" sizes="(max-width: 1143px) 100vw, 1143px" /> <img loading="lazy" class="alignnone size-full wp-image-7160" src="https://www.osradar.com/wp-content/uploads/2018/11/guestadd.png" alt="" width="424" height="313" srcset="https://www.osradar.com/wp-content/uploads/2018/11/guestadd.png 424w, https://www.osradar.com/wp-content/uploads/2018/11/guestadd-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/guestadd-80x60.png 80w" sizes="(max-width: 424px) 100vw, 424px" /></p>
</div>
<div class="entry-content">
<h4>Mount VirtualBox Guest Additions device</h4>
<pre>mount -r /dev/cdrom /media/ </pre>
<h3>A4. Install following packages</h3>
<p><strong>On CentOS/Red Hat (RHEL) 7/6/5, EPEL repo is needed</strong></p>
<pre>
## CentOS 7 and Red Hat (RHEL) 7 ##
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

<## CentOS 6 and Red Hat (RHEL) 6 ##
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
 </pre>
<p><strong>Install following packages</strong></p>
<pre>dnf install gcc kernel-devel kernel-headers dkms make bzip2 perl

<pre>## Fedora 21/ and Older, CentOS/RHEL 7/6/5 ##
yum install gcc kernel-devel kernel-headers dkms make bzip2 perl
</pre>
<h3>A5. Install Guest Additions</h3>
<pre>cd  /media/ </pre>
<p>#For 32-bit and 64-bit systems run following<
./VBoxLinuxAdditions.run
</code></p>
<div><img loading="lazy" class="alignnone size-full wp-image-7162" src="https://www.osradar.com/wp-content/uploads/2018/11/mount.png" alt="" width="1542" height="148" srcset="https://www.osradar.com/wp-content/uploads/2018/11/mount.png 1542w, https://www.osradar.com/wp-content/uploads/2018/11/mount-300x29.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/mount-768x74.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/mount-1024x98.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/mount-696x67.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/mount-1068x103.png 1068w" sizes="(max-width: 1542px) 100vw, 1542px" /></div>
<p>Output looks like following:</p>
<pre class="">[root@Centosradar ~]# mount  /dev/cdrom   /media/
mount: /dev/sr0 is write-protected, mounting read-only

[root@Centosradar ~]# cd  /media/
[root@Centosradar media]# ./VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.22 Guest Additions for Linux........
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.  This may take a while.
VirtualBox Guest Additions: Starting.</pre>
</div>
<p>You are Done</p>
<div class="entry-content">
<h3>A6. Reboot guest system</h3>
<pre>reboot</pre>
<p><strong>Then VirtualBox Guest Additions install is ready.</strong></p>
<p>i have now more options for full screen mode</p>
<p><img loading="lazy" class="alignnone size-full wp-image-7169" src="https://www.osradar.com/wp-content/uploads/2018/11/vbox11.png" alt="" width="1253" height="832" srcset="https://www.osradar.com/wp-content/uploads/2018/11/vbox11.png 1253w, https://www.osradar.com/wp-content/uploads/2018/11/vbox11-300x199.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/vbox11-768x510.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/vbox11-1024x680.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/vbox11-696x462.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/vbox11-1068x709.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/vbox11-633x420.png 633w" sizes="(max-width: 1253px) 100vw, 1253px" /></p>
</div>
</article>
<div id="ap-cont">
<div class="apad">
<div id="bsap_1277577" class="bsarocks bsap_1b074f5077614e739fee622cde585332"></div>
</div>
<div class="divider"></div>
</div>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-virtualbox-guest-additions-on-fedora-28-29-centos-7-6-and-red-hat-rhel-7-6/">Install VirtualBox Guest Additions on Fedora 28/29, CentOS  7.6 and Red Hat (RHEL) 7.6</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-virtualbox-guest-additions-on-fedora-28-29-centos-7-6-and-red-hat-rhel-7-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
