Kickstart Installation from USB

kickstartsymlinkusb

My goal is to install Oracle Linux 6.3 from USB. My problem is when I copy DVD media to USB. The symlink file repodata is unable to create because the file system is FAT/FAT32. Below is the symlink detail.

-rw-r--r--. 1 root root    196 Jun 26  2012 media.repo
lrwxrwxrwx. 1 root root     15 Jun 26  2012 repodata -> Server/repodata
-rw-r--r--. 1 root root    108 Jun 26  2012 supportinfo

That might be the root cause of my real problem I faced that I stuck at the screen showing "The installation source given by device [sdxx] could not be found . Please check your parameter again." Since it can't find the repodata folder (lost symlink of usb).

So, how can I kickstart from USB?

Best Answer

Now I know the root cause of this issue. I use source installation as harddrive option (harddrive --dir=/ --partition=sda4 for ks.cfg or repo=hd:sdx:/ for boot parameter ) which install from a directory of ISO images on a local drive not the installation tree as I've benn doing.

Reference : http://fedoraproject.org/wiki/Anaconda/Kickstart#install