Hi ,
I have a Ubuntu 9.10 karmic with grub2 already in My PC with 2GB RAM* .My DVD RW Drive is not reading Fine .So ,the Plan to install from Ubuntu ISO from hard disk.
I Downloaded Alternate CD of 10.04 LUCID Which uses Debian Installer and I want to install it to another partition(Later,I want to clear the 9.10 partition /dev/sdb5 and install Debian Squeeze apt-pinned.but later!).
I successfully Booted from GRUB2 ,the Lucid ISO situated on /dev/sdb7 partition using below format in /etc/grub.d/40_custom and "update-grub" :
^^^^ This Boots Directly to Debian-Installer.But ,the Problem is Debian installer seeks for Ubuntu iso(and packages?) from /dev/sr0(/dev/cdrom) DVD Drive.So ,this steps fails and I've to Abort the installation.Code:menuentry "amd64 ISO on /dev/sdb7" { insmod ext2 set root=(hd0,7) loopback loop /lucid/ubuntu-10.04-alternate-amd64.iso linux (loop)/install/vmlinuz iso-scan/filename=/lucid/ubuntu-10.04-desktop-amd64.iso noeject noprompt -- initrd (loop)/install/initrd.gz }
I want to know what is the way to Point debian-installer to find Lucid ISO as the Source?I am yet to try "INSTALL_MEDIA_DEV=" kernel boot parameter.
OR ,
If there is a way ,I can make the Device File of DVD DRIVE (/dev/sr0) directed to Lucid ISO(and do I need to loop mount the ISO?) ?
--
Also ,I want to load the Ubuntu iso directly to RAM(RAM DISK).I Tried "toram" Kernel boot parameter and a "df -h" showed that iso is mounted as /dev/tmpfs .
Is this Enough?Do I need to set "RAM_DISK" paramater mentioning the Size to have the iso completely stored and booted from RAM?
I want to boot from RAM ,since the Earlier try to have partitions made in hdd failed ,since if I invoke ISO from same hard Disk,It asks to umount all partitions as well as to umount /dev/sdb7 where Ubuntu ISO is stored.
Awaiting Replies,
Thanks

Reply With Quote
