Training

When: Every first Sunday of every month -get a ticket- from $15 (Click Here).

Tuesday, December 5, 2017

Tinycore Linux edit grub

find where is "extlinux.conf."

$ find / -name extlinux.conf

then

sudo su

# editor extlinux.conf

Add to the grub line:

all_generic_ide pci=nommconf

 

Add to the kernel line:

ide=nodma acpi=off


save and reboot to test

No comments: