{"id":3892,"date":"2012-01-17T23:50:07","date_gmt":"2012-01-18T04:50:07","guid":{"rendered":"http:\/\/jianmingli.com\/wp\/?p=3892"},"modified":"2012-10-10T21:55:59","modified_gmt":"2012-10-11T02:55:59","slug":"vmplayer-4-0-1-and-centos-5-6","status":"publish","type":"post","link":"https:\/\/jianmingli.com\/wp\/?p=3892","title":{"rendered":"Use VMPlayer 4.0.1 to Create a CentOS 5.6 VM from ISO"},"content":{"rendered":"<div class='toc wptoc'>\n<h2>Contents<\/h2>\n<ol class='toc-odd level-1'>\n\t<li>\n\t\t<a href=\"#Install_VMPlayer\">Install VMPlayer<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Download_CentOS_5.6_VMWare_Image\">Download CentOS 5.6 VMWare Image<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Create_a_New_VM_From_ISO_Images\">Create a New VM From ISO Images<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Configure_CentOS\">Configure CentOS<\/a>\n\t\t<ol class='toc-even level-2'>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Update_CentOS\">Update CentOS<\/a>\n\t\t\t<\/li>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Install_GNOME_Desktop\">Install GNOME Desktop<\/a>\n\t\t\t<\/li>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Install_VMTools\">Install VMTools<\/a>\n\t\t\t<\/li>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Adjust_Desktop_Display\">Adjust Desktop Display<\/a>\n\t\t\t<\/li>\n\t\t<\/ol>\n\t<li>\n\t\t<a href=\"#References\">References<\/a>\n\t<\/li>\n<\/ol>\n<\/ol>\n<\/div>\n<div class='wptoc-end'>&nbsp;<\/div>\n<span id=\"Install_VMPlayer\"><h2>Install VMPlayer<\/h2><\/span>\n<p>* Download VMPlayer 4.0.1., e.g. <em>VMware-player-4.0.1-528992.exe<\/em>, from VMWare download site.<br \/>\n* Double click the downloaded file, i.e. <em>VMware-player-4.0.1-528992.exe<\/em>, to install.<br \/>\n* Require restart to finish install.<\/p>\n<span id=\"Download_CentOS_5.6_VMWare_Image\"><h2>Download CentOS 5.6 VMWare Image<\/h2><\/span>\n<p>* Download CentOS 5.6, server install from <a href=\"http:\/\/www.thoughtpolice.co.uk\/vmware\/\">ThoughtPolice VMWare Images download site<\/a>, e.g. 64-bit: centos-5.6-x86_64-server.zip, 456M.<br \/>\n* Unzip into a local directory, e.g. into c:\\vm<br \/>\n* Open it with VMPlayer<br \/>\n* Start the downloaded CentOS VM<br \/>\n* Click <strong>Yes <\/strong>when prompted to download VMware Tools<\/p>\n<span id=\"Create_a_New_VM_From_ISO_Images\"><h2>Create a New VM From ISO Images<\/h2><\/span>\n<p>* See <a href=\"?p=4117\">this post<\/a><\/p>\n<span id=\"Configure_CentOS\"><h2>Configure CentOS<\/h2><\/span>\n<span id=\"Update_CentOS\"><h3>Update CentOS<\/h3><\/span>\n<pre lang=\"bash\">\r\n# Update\r\nyum list\r\nyum update\r\n<\/pre>\n<span id=\"Install_GNOME_Desktop\"><h3>Install GNOME Desktop<\/h3><\/span>\n<pre lang=\"bash\">\r\nyum grouplist\r\nyum groupinstall \"X Window System\" \"GNOME Desktop Environment\"\r\n\r\n# Start desktop manually\r\nstartx\r\n\r\n# Start desktop automatically: setup default run level to 5\r\nvi \/etc\/inittab\r\nid:5:initdefault:\r\n<\/pre>\n<span id=\"Install_VMTools\"><h3>Install VMTools<\/h3><\/span>\n<p>* Extract CD content from Desktop:<\/p>\n<span id=\"\"><h6><a href=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/01\/vmplayer_vmtools_cd_extraction.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/01\/vmplayer_vmtools_cd_extraction-300x251.jpg\" alt=\"\" title=\"vmplayer_vmtools_cd_extraction\" width=\"300\" height=\"251\" class=\"aligncenter size-medium wp-image-6209\" srcset=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/01\/vmplayer_vmtools_cd_extraction-300x251.jpg 300w, https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/01\/vmplayer_vmtools_cd_extraction.jpg 470w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/h6><\/span>\n<p>* Or extract manually from command line<br \/>\n&#8211; If in desktop mode, press ctr-alt-backspace to exit.<\/p>\n<pre lang=\"bash\">\r\n# Mount cdrom\r\nmount \/dev\/cdrom \/mnt\r\n\r\n# Create a temp directory\r\ncd\r\nmkdir vmtools\r\n\r\n# Untar\r\ncd vmtools\r\ntar zxf \/mnt\/VMwareTools-8.8.1-528969.tar.gz\r\n\r\n# Unmount\r\numount \/mnt\r\n<\/pre>\n<p>* Install:<\/p>\n<pre lang=\"bash\">\r\n# Install\r\ncd vmware-tools-distrib\r\n.\/vmware-install.pl\r\n\r\n# accept all defaults\r\n# Enter screen resolution when prompted, e.g. 1440x900\r\n<\/pre>\n<span id=\"Adjust_Desktop_Display\"><h3>Adjust Desktop Display<\/h3><\/span>\n<p>* Adjust Display by selecting <em>System > Administration > Display<\/em><br \/>\n* Select Hardware tab:<br \/>\n&#8211; Monitor type: LCD Panel 1920&#215;1080<br \/>\n&#8211; Video Card: VMware SVGA II Adapter<br \/>\n* Select Settings tab:<br \/>\n&#8211; Resolution: 1440&#215;900<br \/>\n&#8211; Color Depth: Millions of Colors<\/p>\n<span id=\"References\"><h2>References<\/h2><\/span>\n<p>* <a href=\"http:\/\/www.thoughtpolice.co.uk\/vmware\/\">VMWare images from ThoughtPolice<\/a><br \/>\n* <a href=\"http:\/\/www.vmware.com\/support\/ws4\/doc\/new_guest_tools_ws.html\">http:\/\/www.vmware.com\/support\/ws4\/doc\/new_guest_tools_ws.html<\/a><br \/>\n* <a href=\"http:\/\/kb.vmware.com\/selfservice\/microsites\/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=340\">Overview of VMtools<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install VMPlayer * Download VMPlayer 4.0.1., e.g. VMware-player-4.0.1-528992.exe, from VMWare download site. * Double click the downloaded file, i.e. VMware-player-4.0.1-528992.exe, to install. * Require restart to finish install. Download CentOS 5.6 VMWare Image * Download CentOS 5.6, server install from &hellip; <a href=\"https:\/\/jianmingli.com\/wp\/?p=3892\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[125,124],"tags":[],"class_list":["post-3892","post","type-post","status-publish","format-standard","hentry","category-centos","category-vmware"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8cRUO-10M","_links":{"self":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3892"}],"version-history":[{"count":17,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3892\/revisions"}],"predecessor-version":[{"id":4126,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3892\/revisions\/4126"}],"wp:attachment":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}