BIOS mode
slitaz-core-5in1.iso 2018-May-24 60.4M
tux@slitaz:~$ uname -a
Linux slitaz 3.16.55-slitaz64 #2 SMP Mon May 21 20:31:03 CEST 2018 x86_64 GNU/Linux
tux@slitaz:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/bzImage initrd=/boot/rootfs5.gz,/boot/rootfs4.gz,/boot/rootfs3.gz,/boot/rootfs2.gz,/boot/rootfs1.gz rw root=/dev/null video=-32 autologin lang=en_US kmap=us tz=America/New_York
tux@slitaz:~$ ls -l /sys/firmware/efi
ls: /sys/firmware/efi: No such file or directory
tux@slitaz:~$ ls -l /media/UEFI/boot/ total 68872 -rwxr-xr-x 1 root root 3792224 May 21 14:06 bzImage -rwxr-xr-x 1 root root 3704000 Mar 15 06:30 bzImage64 -rwxr-xr-x 1 root root 331126 Feb 26 05:10 ipxe.exe -rwxr-xr-x 1 root root 3911 Feb 25 11:15 linld.com -rwxr-xr-x 1 root root 44920 Feb 26 05:10 memtest.exe -rwxr-xr-x 1 root root 45 May 24 05:37 rootfs1.gz -rwxr-xr-x 1 root root 8802668 May 24 05:37 rootfs1.gz64 -rwxr-xr-x 1 root root 15381904 May 24 05:37 rootfs2.gz -rwxr-xr-x 1 root root 10939212 May 24 05:36 rootfs3.gz -rwxr-xr-x 1 root root 11131148 May 24 05:36 rootfs4.gz -rwxr-xr-x 1 root root 8837600 May 24 05:35 rootfs5.gz drwxr-xr-x 2 root root 8192 May 26 05:30 syslinux -rwxr-xr-x 1 root root 3792224 May 21 14:06 vmlinuz-3.16.55-slitaz -rwxr-xr-x 1 root root 3704000 Mar 15 06:30 vmlinuz-3.16.55-slitaz64 root@slitaz:~# egrep -A3 'RC4|slitaz|core64' /media/UEFI/boot/syslinux/syslinux.cfg MENU TITLE SliTaz GNU/Linux - 5.0-RC4 20180524 MENU BACKGROUND splash.jpg MENU WIDTH 78 MENU MARGIN 6 -- LABEL slitaz MENU LABEL SliTaz Live COM32 c32box.c32 append ifmem 320M core64 256M core 192M gtkonly 128M justx 48M base noram label noram MENU HIDE -- LABEL core64 MENU HIDE COM32 c32box.c32append linux /boot/bzImage initrd=/boot/rootfs5.gz,/boot/rootfs4.gz,/boot/rootfs3.gz,/boot/rootfs2.gz,/boot/rootfs1.gz rw root=/dev/null video=-32 autologin
root@slitaz:~#