I would like to boot the Ubuntu system from the installation DVD, and then make the system, after it started, run no longer from the DVD. It should continue to run using a hard disk or a ram drive, and no longer require access to the boot medium, or the DVD drive.
The purpose is to allow the use of the DVD drive for other tasks in preparation for the Ubuntu installation.
The idea sounds somewhat far-fetched, but I am fairly optimistic that it is possible.
Is there a standard way to do it?
Or are there reasons why it could be impossible?
Possible approaches are:
Copying the DVD to a ram drive, and somehow change the directories in
/
to symbolic links.Find a way to overlay multiple file systems, in a way that the DVD file system continues to exist, but is never accessed again, followed by somehow making the DVD drive no longer depend on the file system.
Just remount the root file system somehow?
some kind of 'bind' mount?