You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered:
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](https://user-images.githubusercontent.com/7820420/236608360-9060a181-2c55-4c1c-940c-b8b757101eaf.png)
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.
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.
The text was updated successfully, but these errors were encountered: