Boot Menu

Sul mio ThinkPad 560Z, il boot menu è a /mnt/sda1/tce/boot/extlinux/extlinux.conf

  1. Use curl or wget --no-check-certificate per ottenere un bzImage o vmlinuz e un core.gz
  2. sudo mount /dev/sda1
  3. mkdir /mnt/sda1/boot/tce/custom/
  4. cp bzImage_5.10.233.15.1 /mnt/sda1/boot/tce/custom/
  5. cp core_5.10.233.15.1.gz /mnt/sda1/boot/tce/custom/
  6. vim /mnt/sda1/tce/boot/extlinux/extlinux.conf e aggiungere: LABEL 5.10.233.15.1 KERNEL /tce/boot/custom/bzImage-5.10.233.15.1 INITRD /tce/boot/custom/core-5.10.233.15.1.gz APPEND vga=789 syslog showapps nozswap Ci deve essere una linea TIMEOUT 100 per lasciare abastanza tempo per scegliere l'opzione quando il computer riavvierà.
  7. sudo reboot

Kernels e core.gz per il 560Z

È possibile usare questi per provare a aggiungere un entrata nel boot menu di TCL: Kernels e core.gz per il 560Z