WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Black screen TinyCorePure64-15.0 and Ventoy  (Read 2564 times)

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #15 on: September 06, 2024, 08:47:40 AM »
tl;dr:
post suggests trying acpi=noirq
"acpi=noirq" didn't resolve the issue, unfortunately.

I haven't tried booting in another way than Ventoy yet.

Offline mocore

  • Hero Member
  • *****
  • Posts: 647
  • ~.~
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #16 on: October 01, 2024, 07:43:00 AM »
 ::) ::) ::)
does it work properly without ventoy?
i also had a similar problem with ventoy+porteus. lucky for me, the boot worked correctly with the grub option.

standalone efi @ https://www.supergrubdisk.org/category/download/supergrub2diskdownload/super-grub2-disk-stable/
might be useful to test alt ldr?...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11650
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #17 on: October 01, 2024, 09:45:28 AM »
Hi vito
... To avoid doubts, Ubuntu and other Linux distros boot correctly on the same laptop and USB so the issue seems to be with TinyCorePure64 only. Fortunately, it is possible to reboot laptop by pressing ctrl+alt+del for a few seconds.
So other ISOs are booting correctly using Ventoy, right?

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #18 on: November 07, 2024, 12:30:15 PM »
So other ISOs are booting correctly using Ventoy, right?
Right.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 802
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #19 on: November 09, 2024, 02:59:00 AM »
@vito, after some investigation it appears that Ventoy is currently failing for some users regardless of the operating system they are attempting to boot/install/live-run/etc

the version we have been experimenting with is:
(sha1 checksum 30bdd6023d81ea09ec5b19f5924ec92c56f96538  ventoy-1.0.99-linux.tar.gz)

so it isn't TinyCoreLinux failing...it is Ventoy. hopefully the Ventoy folks will get it sorted out presently.
(tried tcl-15.x, tcl-14.x, tcl-13.x, and tcl-12.x and ventoy brought them all up without a gui...so failure)
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #20 on: November 30, 2024, 08:04:39 AM »
does it work properly without ventoy?
No, there is the same problem both booting with and without Ventoy, unfortunately. I flashed TinyCorePure64-15.0.iso on SanDisk 128 GB pendrive (using Rufus 4.6, GPT partition scheme and trying both "write in ISO image mode" and "write in DD image mode"). In case of ISO image mode I saw GRUB2 command line only. In case of DD image mode, I saw the boot menu (with 4 items: tc, tcw, ...).
« Last Edit: November 30, 2024, 08:07:14 AM by vito »

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1515
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #21 on: November 30, 2024, 10:11:32 AM »
Hi Vito. I have bootable USB sticks with TCL15 x86_64 that work just fine, and they go back in forth between computers with legacy bios and computers with UEFI.

My guess is that your problem stems from automated tools (e.g., Ventoy, Rufus, Balena, etc.) making assumptions about TCL, your computer (e.g., BIOS vs. UEFI), or your bootloader that are not true. But there are too many variables here to be sure what the problem is. I think ditching the automated tools and creating the bootable USB stick manually, one step at a time, is the best way.

The steps I followed to success are in this thread (first post by Juanito has everything you need for UEFI. For legacy BIOS, I discovered that the USB stick also needs a BIOS boot partition--see reply #51):

https://forum.tinycorelinux.net/index.php/topic,19364.0.html

Note that I created my bootable USB sticks in 2024, so these instructions are still valid today despite Juanito having written this in 2015!
« Last Edit: November 30, 2024, 10:16:04 AM by GNUser »

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #22 on: November 30, 2024, 11:34:12 AM »
I will try. However, the same TinyCorePure64-15.0.iso on SanDisk 128 GB USB-C pendrive (with Ventoy) boots successfully on another (older) laptop.

Offline polikuo

  • Hero Member
  • *****
  • Posts: 741
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #23 on: November 30, 2024, 11:43:01 AM »
There's a alternative bootloader, called syslinux, in case you're interested
How to make a legacy bios/uefi dual boot usb stick with syslinux

BTW, when I was still a noob, I used to use Pendrive Linux or LinuxLive USB Creator
I haven't use them for ages, so I can't say for certain if they still do excellent job with TC.

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #24 on: November 30, 2024, 01:13:05 PM »
Maybe newer version of GRUB solves the issue cause I got some progress by booting manually from GRUB 2.04 which is present in Ventoy 1.0.99 (by pressing <c> in a menu screen). Maybe NVMe compatibility is an issue (as it is in this newer laptop unlike the old one).

Code: [Select]
grub>  set root=(loop,msdos1)
grub>  linux /boot/vmlinuz64 root=/dev/sda1
grub>  initrd /boot/corepure64.gz
grub>  boot

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #25 on: November 30, 2024, 01:24:37 PM »
There is the screenshot taken immediately after boot command entry - see attachment.

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #26 on: November 30, 2024, 01:27:25 PM »
...and the final result shown in the attached screenshot. There is some error and <enter> must be pressed in order to get command prompt.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11650
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #27 on: November 30, 2024, 01:52:10 PM »
Hi vito
... "acpi=noirq" didn't resolve the issue, unfortunately. ...
How about  acpi=off  ?

Offline gadget42

  • Hero Member
  • *****
  • Posts: 802
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #28 on: December 01, 2024, 04:33:00 AM »
hi vito, as per my previous reply(#19)
Quote
(tried tcl-15.x, tcl-14.x, tcl-13.x, and tcl-12.x and ventoy brought them all up without a gui...so failure)

since then i added "multivt" boot code manually after ventoy handed the boot off to the tcl boot screen and so i highlighted tcw and then manually added "multivt" bootcode so i had access to additional terminal sessions. then you can troubleshoot more easily.

somehow this version of ventoy is causing the normal tcl gui procedure to go awry and so we end up at the command prompt. on my laptop with intel graphics i was able to do the following:

Code: [Select]
tce-load -wi Xorg-7.7 xf86-video-intel graphics-6.6.8-tinycore64 flwm aterm wbar
startx

during earlier attempts when i didn't use the "xf86-video-intel" and "graphics-6.6.8-tinycore64"(just "tce-load -wi Xorg-7.7 flwm aterm wbar) and then "startx" it would just leave me at a blank black screen(this is where having "multivt" enabled comes in handy so you can just ctl-alt-f1 to see what it is doing and then ctl-alt-f2 to use another terminal session for troubleshooting)

keep us posted on your progress!

20241201-0358am-cst-usa-modified: forgot to say to start the additional terminal sessions before conducting experiments(if you don't have them started before ending up at a blank screen they might not work. as always, ymmv)
« Last Edit: December 01, 2024, 04:58:35 AM by gadget42 »
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline vito

  • Newbie
  • *
  • Posts: 17
Re: Black screen TinyCorePure64-15.0 and Ventoy
« Reply #29 on: December 01, 2024, 05:32:04 AM »
Hi vito
... "acpi=noirq" didn't resolve the issue, unfortunately. ...
How about  acpi=off  ?
acpi=off didn't solve the issue. It had some impact, though. Despite <ctrl>+<alt>+<delete> the laptop didn't reboot.