Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not boot livecd on thinkpad x13s. #2

Open
flyfish30 opened this issue May 6, 2023 · 0 comments
Open

Can not boot livecd on thinkpad x13s. #2

flyfish30 opened this issue May 6, 2023 · 0 comments

Comments

@flyfish30
Copy link

flyfish30 commented May 6, 2023

I have cloned this repository to my computer. Then use custom.sh to build a livecd iso file with linux-image-6.3.0-rc5-custom_6.3.0-rc5-00137-g44bc8fc57cc2-30_arm64.deb. The kernel is built from kernel source in https://github.com/steev/linux with branch lenovo-x13s-linux-v6.3-rc5.
The detail commands of build kernel are show in bellow.

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LOCALVERSION=-custom -j16 laptop_defconfig
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LOCALVERSION=-custom -j16 bindeb-pkg

The detail commands of build livecd iso file are show in bellow.

sudo ./custom.sh ~/Work/linux-image-6.3.0-rc5-custom_6.3.0-rc5-00137-g44bc8fc57cc2-30_arm64.deb lunar

After build livecd iso file, I burn it into usb disk by rufus-3.21.exe. Then reboot thinkpad x13s, select usb disk to bootup the ubuntu system. The screen output an error that the dtb file of the panel is not found, the screenshot is in bellow.
ubuntu-x13s-uefi-boot

But it can enter to grub menu, I select the first menu item and press enter key. The kernel can bootup normally, mount intitramfs, run init process. But the screen was turned off after the following log information appeared.

Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/nfs-top ... done.
Begin: Running /scripts/nfs-premount ... done.
[ 11.033548] FAT-fs (nvme0n1p2): IO charset ascii not found
[ 11.133433] ISO 9660 Extensions: RRIP_1991A
Begin: Running /scripts/casper-premount ... done.
done.
stdin: Invalid argument
mount: mounting /dev/nvme0n1p2 on /cdrom failed: Invalid argument
Windows is hibernated, refused to mount.
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting.)
Could not mount read-write, trying read-only
Begin: Copying live_media to ram ... mount -t tmpfs -o size=4035604k /dev/shm /cdrom_swap

Why the thinkpad will turn off the screen in bootup system? I had successfully to install a ubuntu 23.04 for x13s on thinkpad x13s notebook compter with isofile Thinkpad x13s lunar-desktop-arm64.iso.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant