A lightweight Linux distribution that boots from a CD or USB.
2
votes
1answer
812 views
slitaz 4.0 grub2 loopback concatenate multiple initrd images
I'm trying to get slitaz 4.0 ISO to boot using a grub2 loopback on a multiboot USB;
insmod font
if loadfont /boot/grub/unicode.pf2 ; then
insmod gfxterm
# insmod efi_gop
# insmod efi_uga
...
2
votes
2answers
462 views
slitaz cooking grub2 loopback
I'm trying to get slitaz cooking ISO to boot using a grub2 loopback on a multiboot USB;
# /boot/grub/grub.cfg
insmod font
if loadfont /boot/grub/unicode.pf2 ; then
insmod efi_gop
insmod ...