Tiny Core Linux
Off-Topic => Off-Topic - Tiny Core Lounge => Topic started by: halma on January 26, 2020, 04:33:55 PM
-
i was reading the manual install (http://tinycorelinux.net/install_manual.html) on and on section "6. Installing GRUB" for the menu.lst: i am not sure but bzImage should into vmlinuz ?
default 0
timeout 10
title tinycore
kernel /boot/bzImage quiet
initrd /boot/tinycore.gz
If unsure, copy and paste the above. Note there's a capital i in bzImage.
also on "5. Copy over TC system files and prepare for PPR mode." ... cp -p /mnt/hdc/boot/* /mnt/hda1/boot/
This will copy over bzImage and tinycore.gz. Ignore any "omitting directory" warnings.
Regards
-
In later versions of tinycore vmlinuz was used instead of bzImage