airei

grub code

Oct 6th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | Source Code | 0 0
  1. img_part=/dev/sdaX
  2. img_path=/chromeos.img
  3. search --no-floppy --set=root --file $img_path
  4. loopback loop $img_path
  5. linux (loop,gpt7)/kernel boot=local noresume noswap loglevel=7 disablevmx=off \
  6. cros_secure cros_debug loop.max_part=16 img_part=$img_part img_path=$img_path
  7. initrd (loop,gpt7)/initramfs.img
  8.  
Advertisement
Add Comment
Please, Sign In to add comment