WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Lenovo Ideapad 100 error  (Read 752 times)

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Lenovo Ideapad 100 error
« on: September 25, 2023, 07:11:49 PM »
Hello, TC13 did not start successfully in Lenovo Ideapad 100.  Kernel and initrd are fully loaded in RAM but did not finish startup script.  Error is related to RcS.  (I don't have that computer now with me).  X graphics did not start, screen prompts me to push enter key and after this go to root command line.

Anyone can help?

Thank you.   :-)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11243
Re: Lenovo Ideapad 100 error
« Reply #1 on: September 25, 2023, 09:08:01 PM »
Hi AlejandroPadrino
Maybe this can shed some light on the issue:
https://forums.lenovo.com/topic/findpost/27/3367825/3523149

It sounds like an Asus T100 someone gave me to play with.
To make a bootable USB required a GPT partition and grub
as described here:
http://forum.tinycorelinux.net/index.php/topic,22848.msg143377.html#msg143377
I had to replace  --target=x86_64-efi  with  --target=i386-efi  since
the T100 UEFI is 32 bit. I also had to boot a 64 bit kernel:
https://forum.tinycorelinux.net/index.php/topic,19364.msg147673.html#msg147673

The kernel could not find the eMMC (amongst other hardware):
https://forum.tinycorelinux.net/index.php/topic,23373.msg146448.html#msg146448

A 32 bit Buster ISO was able to boot:
Code: [Select]
tc@E310:~$ grep Debian /mnt/sdg2/dmesg.txt
[    0.000000] Linux version 4.19.0-6-686 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20)
[    4.515864] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    4.516031] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: Lenovo Ideapad 100 error
« Reply #2 on: September 26, 2023, 01:35:46 PM »
Thank you very much.  In this case is DVD boot, not to install in GPT partition.  :-)

Best,
Alejandro.