WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TinyCore install has suddenly stopped listening to extlinux.conf  (Read 2194 times)

Offline DHeadshot

  • Newbie
  • *
  • Posts: 15
    • Fediverse profile
TinyCore install has suddenly stopped listening to extlinux.conf
« on: November 05, 2017, 03:11:37 PM »
Nothing seems to have changed, but my TinyCore 6.1 installation has suddenly stopped paying any attention to the extlinux.conf file!  (Note that this is in a virtual-machine, not the one on the laptop I've mentioned before).  I've used this installation fine since 2015 but now it's defaulting to 800x600 instead of 1024x768 and is refusing to use the qwerty/uk keyboard!  Neither the installation nor the virtual-machine have been updated recently.  Anyone know what's going on?

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: TinyCore install has suddenly stopped listening to extlinux.conf
« Reply #1 on: November 06, 2017, 12:12:10 AM »
Maybe an unclean shutdown corrupted files? Run fsck on the partitions.
The only barriers that can stop you are the ones you create yourself.

Offline DHeadshot

  • Newbie
  • *
  • Posts: 15
    • Fediverse profile
Re: TinyCore install has suddenly stopped listening to extlinux.conf
« Reply #2 on: November 06, 2017, 06:26:58 PM »
Maybe an unclean shutdown corrupted files? Run fsck on the partitions.
OK.  I've done that now and it hasn't fixed it - I still get 800x600 with US keymap:

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: TinyCore install has suddenly stopped listening to extlinux.conf
« Reply #3 on: November 06, 2017, 09:39:33 PM »
Did you install another distro in the interim that might have altered or replaced your bootloader?

Offline DHeadshot

  • Newbie
  • *
  • Posts: 15
    • Fediverse profile
Re: TinyCore install has suddenly stopped listening to extlinux.conf
« Reply #4 on: November 07, 2017, 12:16:21 PM »
No?
The only thing I did in the interim was work on this.  That said, I did keep suspending the VM instead of shutting it down for a few months, so did that do something when I eventually shut it down?  I wouldn't think so, but then I don't really know enough about how SYSLINUX works...

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: TinyCore install has suddenly stopped listening to extlinux.conf
« Reply #5 on: November 07, 2017, 09:02:09 PM »
Maybe you should re-install your bootloader ?

Code: [Select]
tce-load -i syslinux
sudo su
dd if=/usr/local/share/syslinux/mbr.bin of=/dev/sda bs=440 count=1
extlinux -i /mnt/sda1/tce/boot
fdisk /dev/sda
# set your partition as active

Note that "/mnt/sda1/tce/boot" is the default path to extlinux.conf for tc-install.sh
If you don't mind, please post your config file on the forum so we can help.  :)