Advertisement
Guest User

Untitled

a guest
Nov 11th, 2022
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. setparams 'Boot Surface Kernel'
  2.  
  3. # Search for root partition
  4. search --no-floppy --set=root --file /boot/.aarch64-arch-boot
  5.  
  6. # Boot
  7. devicetree /boot/dtb/linux-surface/qcom/sc8280xp-microsoft-wdk-2023.dtb
  8. linux /boot/vmlinuz clk_ignore_unused rootfstype=ramfs efi=novamap earlycon=efifb console=efifb boot_delay=200
  9. echo "Loading initramfs..."
  10. initrd /boot/initramfs-full.img
  11. echo "Booting into Surface kernel..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement