[ User ] Login

Bug 170: CLOSED

Unable to boot to 64

Date: 2016-11-28 12:30 - Creator: elppans - Priority critical - 1 message

After choosing the language and boot in live, it fails to find the file 
bzImage, but the file in the /boot folder is bzImage64.

The line in the isolinux.cfg file is wrong:

APPEND linux /boot/bzImage initrd=/boot/rootfs.gz rw root=/dev/null video=-32 
autologin

The correct is:

APPEND linux /boot/bzImage64 initrd=/boot/rootfs.gz rw root=/dev/null video=-32 
autologin

Messages

By: bellard on 2017-01-22 10:08

Isolinux automagically add the 64 suffix with x86_64 cpu see 
 hg.slitaz.org/wok/rev/5e47b1bdb6f4

Does you CPU support 64bits ?
$ grep ' lm ' /proc/cpuinfo