Advertisement
texla

Untitled

Mar 5th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ray@ray-Kudu-Pro:~$ cat /tmp/entry | sudo tee -a /etc/grub.d/40_custom
  2. [sudo] password for ray:
  3. menuentry 'Linux Lite 2.8 (14.04) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-2c94c91e-503b-40c8-99a1-7fbf06d54273' {
  4. insmod part_msdos
  5. insmod ext2
  6. set root='hd0,msdos3'
  7. if [ x$feature_platform_search_hint = xy ]; then
  8. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2c94c91e-503b-40c8-99a1-7fbf06d54273
  9. else
  10. search --no-floppy --fs-uuid --set=root 2c94c91e-503b-40c8-99a1-7fbf06d54273
  11. fi
  12. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=2c94c91e-503b-40c8-99a1-7fbf06d54273 ro quiet splash $vt_handoff --
  13. initrd /boot/initrd.img-3.13.0-24-generic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement