Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any Recommendation on creating a custom iso from installed OS
2013-10-15, 13:19 (This post was last modified: 2013-10-15 13:20 by robinsmidsrod.)
Post: #2
RE: Any Recommendation on creating a custom iso from installed OS
The reason you're stopping at busybox is because once the linux kernel starts and starts using its drivers, the sanbooted CD is no longer accessible to the operating system, which is causing a drop to busybox.

A netbootable ISO must support some way of fetching its files from a network location instead of the local CDROM drive. My guess is your custom ISO doesn't do that. All files needed to bring up network and fetch the extra files must be inside the initrd.

You can see how I do it for Ubuntu in the ubuntu-installer menu options here: https://gist.github.com/robinsmidsrod/2234639
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Any Recommendation on creating a custom iso from installed OS - robinsmidsrod - 2013-10-15 13:19



User(s) browsing this thread: 1 Guest(s)