Tiny Core Base > Corepure64

Blank screen after grub but TC loads ok

(1/1)

jason_raasify:
Hi,

I'm having display issues with my custom build based off TinyCorePure64-13.1.iso

The grub screen looks fine, then when the kernel loads, the screen goes blank. At this point, if I hit the up/down arrow on the keyboard I get beeps.

I know TC is loaded ok because I installed ssh server on this image and I can ssh in ok.

I looked for the "Above 4G decoding" setting in the bios but it doesn't have it.

I've tested it on 2 different hosts with the same issue. They are both those little NUC boxes you can get off Aliexpress (such as https://www.aliexpress.us/item/3256804116114245.html)

I use TinyCore as a USB installer OS, so I have a Packer built custom Ubuntu raw image embedded into the Tinycore image which I then "dd" to the NVME disk on the NUC.
This process works fine via ssh and then the custom Ubuntu loads ok, and the keyboard/display work no problem with the custom Ubuntu.

I also tried the stock TinyCorePure64-13.1.iso flashed to USB (Etcher) and I get the same issue. Just no display after the grub menu and beeps on arrow up/down.

Am I missing some drivers for this little NUC device that I need to add to my custom TC image? Any idea how to debug further?

Cheers,

Jason

======

# grub.cfg

loadfont unicode
set gfxmode=1024x768
set gfxpayload=1024x768
set gfxterm_font=unicode
terminal_output gfxterm

menuentry "core" {
  linux /boot/vmlinuz64
  initrd /boot/corepure64.gz
}

set timeout=1

Rich:
Hi jason_raasify
Welcome to the forum.


--- Quote from: jason_raasify on October 02, 2023, 05:50:53 PM --- ... The grub screen looks fine, then when the kernel loads, the screen goes blank. At this point, if I hit the up/down arrow on the keyboard I get beeps. ...
--- End quote ---
If you hit the  Enter  key a couple of times, do you get a command prompt?

Go to this search page:
https://forum.tinycorelinux.net/index.php?action=search

Set the search parameters as follows
Search for: intel nuc
By user: pdp-8

pdp-8 did a bunch of write-ups on the intel nuc.

jason_raasify:
Hi Rich,

I ended up just needing to install "xf86-video-intel". And then add "modprobe i915" to bootlocal.sh
   
Cheers,

Jason

gadget42:
thanks for letting us know your solution!

Navigation

[0] Message Index

Go to full version