40_custom 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries. Simply type the
  4. # menu entries you want to add after this comment. Be careful not to change
  5. # the 'exec tail' line above.
  6. menuentry "リアルタイム環境" {
  7. set isofile="/@home/cheyan/Documents/ISO/linuxmint-cinnamon-64bit-edge.iso"
  8. loopback loop (hd0,gpt3)/$isofile
  9. linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile quiet noeject nopromt spalsh --
  10. initrd (loop)/casper/initrd.lz
  11. }
  12. #menuentry "Windows PE" {
  13. # set isofile="/@home/cheyan/Documents/ISO/windows-pe.iso"
  14. # loopback loop (hd0,gpt3)/$isofile
  15. # iso9660_module (loop)
  16. # set root=(loop)
  17. # chainloader (loop)/EFI/boot/bootx64.efi
  18. #}
  19. #
  20. #menuentry "Windows PE2" {
  21. # set isofile="/@home/cheyan/Documents/ISO/windows-pe.iso"
  22. # linux16 (hd0,gpt3)/@home/cheyan/Documents/ISO/memdisk iso
  23. # initrd16 (hd0,gpt3)$isofile
  24. #}
  25. #
  26. #menuentry "Windows PE3" {
  27. # set isofile="/@home/cheyan/Documents/ISO/windows-pe.iso"
  28. # linux16 /@home/cheyan/Documents/ISO/memdisk iso
  29. # initrd16 (hd0,gpt3)$isofile
  30. #}