WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Trouble editing extlinux.conf  (Read 297 times)

Offline DruWood

  • Newbie
  • *
  • Posts: 3
Trouble editing extlinux.conf
« on: May 02, 2024, 12:24:20 PM »
Hi guys! I'm new in this Tiny Core world and I don't remember how to do this.
I was editing the extlinux.conf file in the terminal without GUI (in dCore) when I realized that it didn't save the file. I put "sudo vi extlinux.conf" and typed:

"default dCore
label dCore
kernel /boot/vmlinuzxenial
append initrd=/boot/dCorexenial.gz tce=sda1" (on each line)
But now I don't know how to save and exit the file, because every time I exit it doesn't save. Thanks!

PS: I'm in a Virtualbox VM

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: Trouble editing extlinux.conf
« Reply #1 on: May 02, 2024, 12:46:07 PM »
Hi DruWood
Welcome to the forum.

When you are done making your changes:
Hit  Esc  to place you back into command mode
Enter  :wq  to save and quit

Offline DruWood

  • Newbie
  • *
  • Posts: 3
Re: Trouble editing extlinux.conf
« Reply #2 on: May 02, 2024, 12:56:44 PM »
Thank you!!! You helped me a lot. The problem was that I was writing ":" as having Latin American keyboard, but in the VM I had American keyboard. Thank you very much!