Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the image actually bootable #7

Open
teeler opened this issue Apr 17, 2013 · 4 comments
Open

Make the image actually bootable #7

teeler opened this issue Apr 17, 2013 · 4 comments

Comments

@teeler
Copy link

teeler commented Apr 17, 2013

make_fs.sh only creates a filesystem image, but does not produce a bootable image (via lilo, grub, or direct kernel placement).

I'm happy to contribute this - any preference for method?

@8l
Copy link

8l commented Apr 21, 2013

it actually booted,

cp real_linux.config linux.config
cp -R out/* /mnt/
grub-mkconfig -o grub.cfg

@teeler
Copy link
Author

teeler commented Apr 21, 2013

It still needs a bootloader - I was building the image and transplanting it
over to different, blank machine.

In any case I have it working, I'll close the bug unless those
modifications are desirable.
On Apr 21, 2013 5:07 AM, "8l" [email protected] wrote:

it actually booted,
cp real_linux.config linux.config
just cp -R out/* /mnt/


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-16722201
.

@8l
Copy link

8l commented Apr 22, 2013

pure64, tccboot could be the option, but pure64 is still fat16.
so tccboot..
http://bellard.org/tcc/tccboot.html

@teeler
Copy link
Author

teeler commented Apr 22, 2013

I've got something minimal running with extlinux. I had to modify a few
details of make_fs.sh, but its pretty minimal. I'm targeting virtualbox at
the moment and its booting there so I'm happy. ;)

I'll put up fork later and send a pull request.
On Apr 22, 2013 7:09 AM, "8l" [email protected] wrote:

pure64, tccboot could be the option, but pure64 is still fat16.
so tccboot..
http://bellard.org/tcc/tccboot.html


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-16789495
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants