Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- setparams 'Boot Surface Kernel'
- # Search for root partition
- search --no-floppy --set=root --file /boot/.aarch64-arch-boot
- # Boot
- devicetree /boot/dtb/linux-surface/qcom/sc8280xp-microsoft-wdk-2023.dtb
- linux /boot/vmlinuz clk_ignore_unused rootfstype=ramfs efi=novamap earlycon=efifb console=efifb boot_delay=200
- echo "Loading initramfs..."
- initrd /boot/initramfs-full.img
- echo "Booting into Surface kernel..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement