You are browsing as a guest. Sign up (or log in) to start making projects!

3h 9m 54s logged

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

ISO Link for Testing

https://github.com/kwe26/ramix-lfs/releases/tag/testing

0
1

Comments 0

No comments yet. Be the first!