Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: DruWood on May 02, 2024, 03:24:20 PM

Title: Trouble editing extlinux.conf
Post by: DruWood on May 02, 2024, 03: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
Title: Re: Trouble editing extlinux.conf
Post by: Rich on May 02, 2024, 03: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
Title: Re: Trouble editing extlinux.conf
Post by: DruWood on May 02, 2024, 03: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!