Advertisement
fennectech

Untitled

Sep 16th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ennectech@Alixia ~]$ cat /dos/MENU.LST
  2. # This is a sample menu.lst file. You should make some changes to it.
  3. # The old install method of booting via the
  4. stage-files has been removed.
  5. # Please install GRLDR boot strap code to MBR with the bootlace.com
  6. # utility under DOS/Win9x or Linux
  7.  
  8.  
  9. color blue/green yellow/red white/magenta white/magenta
  10. timeout 10
  11. default /default
  12.  
  13. title Boot MSDOS
  14. fallback 4
  15. find --set-root /io.sys
  16. chainloader /io.sys
  17. savedefault
  18.  
  19. title LINUX-42
  20. fallback 2
  21. root (hd0,1)
  22. #setvbe 1024x768x32
  23. kernel /boot/vmlinuz-4.2-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 i8042.nomux=1
  24. initrd /boot/initramfs-4.2-x86_64-fallback.img
  25. savedefault
  26.  
  27. title LINUX-41
  28. fallback 3
  29. root (hd0,1)
  30. #setvbe 1024x768x32
  31. kernel /boot/vmlinuz-4.1-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 #processor.ignore_ppc=1
  32. initrd /boot/initramfs-4.1-x86_64-fallback.img
  33. savedefault
  34.  
  35. title LINUX-40
  36. fallback 4
  37. root (hd0,1)
  38. #setvbe 1024x768x32
  39. kernel /boot/vmlinuz-4.0-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 #processor.ignore_ppc=1
  40. initrd /boot/initramfs-4.0-x86_64-fallback.img
  41. savedefault
  42.  
  43. title LINUX-319
  44. fallback 5
  45. root (hd0,1)
  46. kernel /boot/vmlinuz-3.19-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x0318 #processor.ignore_ppc=1
  47. initrd /boot/initramfs-3.19-x86_64-fallback.img
  48. savedefault
  49.  
  50. title LINUX-318
  51. root (hd0,1)
  52. fallback 6
  53. kernel /boot/vmlinuz-3.18-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x318 #processor.ignore_ppc=1
  54. initrd /boot/initramfs-3.18-x86_64-fallback.img
  55. savedefault
  56.  
  57. title LINUX-316
  58. root (hd0,1)
  59. kernel /boot/vmlinuz-3.16-x86_64 root=UUID=8c0b257c-ad5e-4239-8bb0-a4a2dea607ff rw resume=UUID=f14a7463-2d9d-4dbc-84c4-81497997a228 vga=0x318 #processor.ignore_ppc=1
  60. initrd /boot/initramfs-3.16-x86_64-fallback.img
  61. savedefault
  62.  
  63. title commandline
  64. commandline
  65.  
  66. title floppy (fd0)
  67. chainloader (fd0)+1
  68. rootnoverify (fd0)
  69.  
  70. title back to dos
  71. quit
  72.  
  73. title reboot
  74. reboot
  75.  
  76. title halt
  77. halt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement