Results 1 to 4 of 4
Hello!
My question is inspired by memories of DOS.
You just sys and copy, and have prompt.
How could I go about putting together only
bootloader , kernel (+basic drivers) ...
- 10-24-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
Put together shell only.
Hello!
My question is inspired by memories of DOS.
You just sys and copy, and have prompt.
How could I go about putting together only
bootloader , kernel (+basic drivers) and bash from binaries,
and burn it to cd.
I want to use this with ntfs-3g and midnight commander.
I am thinking burning boot image and dirs to cd.
Any help is highly appreciated.
Thanks.
- 10-24-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
Use busybox. Look for a rescue cd or other mini-type linux distro that uses it and leverage your work off that.
- 10-24-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
I'll look into busybox...
So first I need grub boot image.
Then I need kernel file(s).
Then I need to edit grub.conf .
Then I burn boot image and files in cd filesystem.
- 10-24-2011 #4Linux Newbie
- Join Date
- Dec 2009
- Posts
- 241
Hi,
just dl any live-cd distribution of your choice and start it with parameter init 2
example:
"knoppix 2"
Will start knoppix with just the command line active


Reply With Quote