kumar said:I am getting errors with ubuntu installation in VMWare.It says there is no HDD eventough I allocated ~2GB for the virtual machine.
loadlin vmlinuz root=/dev/ram rw initrd=initrd.img
The CD image approach
Note: This method only works with the Alternate Ubuntu install CD.
If for some reason you can not (do not want to) write the CD it is possible to use the ISO image to do the installation form hard disk.
*
Create a directory called hd-media in the root directory of the first primary partition of your hard drive (usually drive c:\, which it will be referred to as from now on).
*
Download vmlinuz and initrd.gz from [WWW] Index of /ubuntu/dists/feisty/main/installer-i386/current/images/hd-media and save them to hd-media
*
Download the ALTERNATE ubuntu-installer CD from [WWW] Download Ubuntu | Ubuntu and save the .iso file in the root directory of first partition of your hard drive.
*
Download Grub For Dos from [WWW] http://sarovar.org/download.php/672/grub_for_dos-0.4.1pre22.tar.gz
*
Extract grldr from the archive to c:\grldr. The rest of the files in the archive are unnecessary. (If your default compression/archive program doesn't like *.gz files, try 7-Zip from [WWW] 7-Zip.)
*
Append c:\grldr="Install Ubuntu" to c:\boot.ini.
To view and edit the Boot.ini file on WindowsXP:
1. Right-click on My Computer, and then click Properties.
2. On the Advanced tab, click Settings under Startup and Recovery.
3. Under System Startup, click Edit.
Note: Eventhough c:\boot.ini is not shown by the explorer, this file exists and can be also opened in the notepad. Just write the path c:\Boot.ini at the open dialog.
*
Create a new text file called menu.lst and save it to the first primary partition of your hard drive.
*
Open menu.lst in a text editor and paste the following text in the file:
title Install Ubuntu
kernel (hd0,0)/hd-media/vmlinuz root=/dev/ram0 ramdisk_size=128000
initrd (hd0,0)/hd-media/initrd.gz
*
Save menu.lst, reboot with the Ubuntu installer CD in the drive, and select "Install Ubuntu" twice. You now have a CD image installation of Ubuntu going.