On Mon, Jan 10, 2011 at 1:48 AM, [email protected] <[email protected]> wrote: > Use following article from SchoolOS wiki.. you need to change tftp > boot configuration .. > http://wiki.schoolos.org/index.php?title=Install_SchoolOS_using_SchoolOS_based_Network_Installation_Server > > I used your tips .. > when I copy the kernel and initrd from the disk .. everything works fine > until it starts looking for the installation media. > "Your installation CD-ROM couldn't be mounted. This probably means that the > CD-ROM was not in the drive. If so you can insert it and try again." > why is it not looking at > netboot=nfs nfroot=192.168.0.0:/media/loop/
Where I wrote this ??? Copy your CDROM or iso into a directory and save in NFS root. The procedure is valid is basically for Live CD/DVD. I have not done this Setup for Install DVD... > I provided in the kernel parameters? (got it from your wiki) > I mean is it not supposed to get file from the nfs instead of looking for a > CD-ROM ?? You need to change following lines DEFAULT pxeboot TIMEOUT 10 LABEL pxeboot KERNEL vmlinuz APPEND initrd=initrd.lz boot=casper only-ubiquity netboot=nfs nfsroot=192.168.1.3:/opt/schoolos/ ONERROR LOCALBOOT 0 above lines are taken from grub of ubuntu's Live CD. You need to look corresponding entries in Debian... -- l...@iitd - http://tinyurl.com/ycueutm
