I have already compiled Linux kernel 3.12.6 but did not install it into /boot
as I did not want my hard disk to have another OS.
I have the compiled bzImage
and I don't know how to take that and create a bootable ISO. When I created my own OS, I used grub-mkrescue -o
to create a grub-bootable ISO, however, Linux is way more complicated, so I am not sure how to do it.
My objective is to test the .iso
in an emulator (qemu
) and not on actual CD/DVD (at least not for now)
/
. What are you trying to do exactly. – Mat Jan 5 '14 at 7:09grub-mkrescue
or isolinux? – Mat Jan 5 '14 at 14:30grub-mkrescue
. I know a grub.cfg file is needed with info on where the Linux is. But what else is needed and where to put those files – inixsoftware Jan 5 '14 at 15:28