WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TinyCore does not boot after installation  (Read 8187 times)

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #15 on: February 12, 2024, 10:48:04 AM »
You can look what's happening with Your eMMC disk.

1. Boot from the USB drive.
2. Run terminal or boot to base (CorePlus boot menu option).
3. run
Code: [Select]
fdisk -l

Check, whether eMMC has bootable partition.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #16 on: February 12, 2024, 10:53:40 AM »
This may be UEFI dirty tricks. Your machine had Win preinstalled. Now You'vw destroyed this installation, but UEFI still remember it. In Your BIOS screen You see some options about "DELETE ..." Maybe it is option for editing the UEFI table. maybe You will enter this option and will see Win there. In such case You will need to delete it from UEFI table, because the installation is absent.

Offline newbieCore

  • Newbie
  • *
  • Posts: 30
Re: TinyCore does not boot after installation
« Reply #17 on: February 12, 2024, 10:57:38 AM »
You can look what's happening with Your eMMC disk.

1. Boot from the USB drive.
2. Run terminal or boot to base (CorePlus boot menu option).
3. run
Code: [Select]
fdisk -l

Check, whether eMMC has bootable partition.

It seems that if I'm not mistaken there is an asterisk on the partition I tried to install (mmcblk0p1)
https://ibb.co/JBRCpWr

Offline newbieCore

  • Newbie
  • *
  • Posts: 30
Re: TinyCore does not boot after installation
« Reply #18 on: February 12, 2024, 11:00:44 AM »
This may be UEFI dirty tricks. Your machine had Win preinstalled. Now You'vw destroyed this installation, but UEFI still remember it. In Your BIOS screen You see some options about "DELETE ..." Maybe it is option for editing the UEFI table. maybe You will enter this option and will see Win there. In such case You will need to delete it from UEFI table, because the installation is absent.

I don't see anything there unfortunately
https://ibb.co/b7M98pk

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #19 on: February 12, 2024, 11:05:03 AM »
And if You enter [Select one to delete] what do You see?

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #20 on: February 12, 2024, 11:06:32 AM »
Another mystery for me are mmcblk0boot0 and mmcblk0boot1 partitions. Can PiCore masters educate us a little, what are these artifacts?

Offline newbieCore

  • Newbie
  • *
  • Posts: 30
Re: TinyCore does not boot after installation
« Reply #21 on: February 12, 2024, 11:10:34 AM »
And if You enter [Select one to delete] what do You see?
Nothing
https://ibb.co/V9PB12P

Another mystery for me are mmcblk0boot0 and mmcblk0boot1 partitions. Can PiCore masters educate us a little, what are these artifacts?
I also wondered to myself, I have no idea what that means

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11289
Re: TinyCore does not boot after installation
« Reply #22 on: February 12, 2024, 11:23:15 AM »
Hi newbieCore
I don't see your hard drive listed under  Boot Option Priorities.
If you go to  Hard Drive BBS Priorities , does it show up there?

Offline newbieCore

  • Newbie
  • *
  • Posts: 30
Re: TinyCore does not boot after installation
« Reply #23 on: February 12, 2024, 11:25:19 AM »
Hi newbieCore
I don't see your hard drive listed under  Boot Option Priorities.
If you go to  Hard Drive BBS Priorities , does it show up there?
No, nothing appears there either except the usb

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #24 on: February 12, 2024, 11:28:02 AM »
I suspect mmcblk0boot0 and boot1 to be physically separated from eMMC. Maybe they are ROMs included into the address space of mmcblk0. I think so because tc-install is zeroing partition table, and these two 4M pieces must not exist.

Edit. Wait, they are really separate drives, sorry.
« Last Edit: February 12, 2024, 11:30:06 AM by jazzbiker »

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #25 on: February 12, 2024, 11:34:03 AM »
I'd propose to load and install efibootmgr.tcz and read the boot stuff with its help.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #26 on: February 12, 2024, 11:42:43 AM »
@newbieCore, You can install TinyCore to another USB flash drive and boot and work with it.

Offline newbieCore

  • Newbie
  • *
  • Posts: 30
Re: TinyCore does not boot after installation
« Reply #27 on: February 12, 2024, 11:49:03 AM »
I'd propose to load and install efibootmgr.tcz and read the boot stuff with its help.
It’s say
EFI variables are not supported on this system.  :-\

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: TinyCore does not boot after installation
« Reply #28 on: February 12, 2024, 12:06:05 PM »
Hi newbieCore. I get the same message on my X230 laptop which is working perfectly with Tiny Core Linux:
Code: [Select]
$ efibootmgr
EFI variables are not supported on this system.
That just means that your system, like mine, uses legacy BIOS and not (U)EFI. More details here.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: TinyCore does not boot after installation
« Reply #29 on: February 12, 2024, 12:26:46 PM »
Hi CentralWare!

If he is able to boot from the USB, doesn't it mean that Secre Boot is already disabled?

That's right, I already disabled it

@newbieCore, If Your box is not twisted with UEFI, then what did You mean saying that You've already disabled Secure Boot? Just curious.