When I installed Fedora15 with VMware7.1.4, there was no partition configuration step. I thought it was a problem with Fedora. Then I re-installed it with VMware6.5, you can see the partition configuration step -- the original VMware7.1.4 executes the default configuration -- if you do not allow VMware7.1.4 to be installed by default, you need to wait a moment in the step of creating a new virtual machine... if fedora is selected, it will not be automatically installed, and then the iso file will be added to the virtual machine. Then, you can configure
When Fedora 15 was installed with VMware 7.1.4, there was no partition configuration step. I thought it was a problem with Fedora. Then I re-installed it with VMware 6.5. The partition configuration step may appear --
Originally, VMware 7.1.4 performed the default configuration --
If you do not want VMware 7.1.4 to be installed by default, you must
In the step of creating a new virtual machine, select...
In this way, fedora will not be automatically installed.
Then add the iso file for the Virtual Machine and start it again.
A partition I configured. record it for future reference.
After the installation is complete
- [Root @ localhost ~] # Fdisk-l/dev/sda
- Disk/dev/sda: 42.9 GB, 42949672960 bytes
- 255 heads, 63 sectors/track, 5221 cylinders, total 83886080 sectors
- Units = sectors of 1*512 = 512 bytes
- Sector size (logical/physical): 512 bytes/512 bytes
- I/O size (minimum/optimal): 512 bytes/512 bytes
- Disk identifier: 0x000d1cc8
- Device Boot Start End Blocks Id System
- /Dev/sda1*2048 1026047 512000 83 Linux
- /Dev/sda2 1026048 68610047 33792000 83 Linux
- /Dev/sda3 68610048 76998655 4194304 82 Linux swap/Solaris
- /Dev/sda4 76998656 83886079 3443712 5 Extended
- /Dev/sda5 77002752 79099903 1048576 8e Linux LVM
- /Dev/sda6 79101952 80125951 512000 8e Linux LVM
- /Dev/sda7 80128000 83886079 1879040 8e Linux LVM
- [Root @ localhost ~] # Df-m
- Filesystem 1M-blocks Used Available Use % Mounted on
- Rootfs 32482 9271 21562 31%/
- Udev 494 0 494 0%/dev
- Tmpfs 502 1 502 1%/dev/shm
- Tmpfs 502 1 501 1%/run
- /Dev/sda2 32482 9271 21562 31%/
- Tmpfs 502 0 502 0%/sys/fs/cgroup
- Tmpfs 502 0 502 0%/media
- /Dev/sda1 485 66 394 15%/boot
- /Dev/mapper/VolGroup-LogVol00
- 1449 435 942 32%/tmp
- /Dev/mapper/VolGroup-LogVol00
- 1449 435 942 32%/tmp
- /Dev/sda2 32482 9271 21562 31%/var/tmp
- /Dev/sda2 32482 9271 21562 31%/home
- /Dev/sr0 3482 3482 0 100%/media/Fedora 15 i386 DVD
The eth0 under fedora15 seems to be renamed plp3. I need to connect to the Internet, so
Select Bridging for the VM first
Edit the following file and modify the options as needed.
- [Root @ localhost vmware-tools-distrib] # cat/etc/sysconfig/network-scripts/ifcfg-p3p1
- DEVICE ="P3p1"
- HWADDR ="00: 0C: 29: 55: 3C: 94"
- ONBOOT ="Yes"
- NM_CONTROLLED ="Yes"
- IPADDR = 192.168.1.116
- NETMASK = 255.255.255.0
- DNS1 = 61.139.2.69
- DNS2 = 218.6.200.139
- IPV6INIT = yes
- Mtu= 1500
- GATEWAY = 192.168.1.1
Run again
/Etc/init. d/network restart
Connect to the Internet
The vmare tools of fedora15 are not automatically installed.
Only manually installed
Yum-y update
...
Yum install gcc make kernel-devel perl kernel-PAE-devel
...
Reboot
...
Decompress vmare tools to a folder, such
Run
/Vmware-install.pl
Press enter to restart or log out.