Devlog - 2
Ramix an Simple Linux Distribution Made from Scratching Following the Linux from Scratch Guide with Custom Scripts as well
Finally, It can Now Boot on QEMU
Steps i followed to make it bootable
- First i Compressed the Rootfs into rootfs.squashfs
- Created an Initramfs with Busybox to mount and switch root to squashfs
- Grub to Boot into Kernel using the Initramfs.
There’s still some issues with GCC not working properly due to Pass 2 Compiler not being compiled
QEMU COMMAND
qemu-system-x86_64 -cpu host -m 2G -cdrom Ramix.iso -enable-kvm
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.