Guest User

Untitled

a guest
Apr 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. # LILO configuration file
  2. # generated by 'liloconfig'
  3. #
  4. # Start LILO global section
  5. lba32 # Allow booting past 1024th cylinder with a recent BIOS
  6. # Append any additional kernel parameters:
  7. append=" vt.default_utf8=1"
  8. boot = /dev/sda
  9.  
  10. # Boot BMP Image.
  11. # Bitmap in BMP format: 640x480x8
  12. bitmap = /boot/slack.bmp
  13. # Menu colors (foreground, background, shadow, highlighted
  14. # foreground, highlighted background, highlighted shadow):
  15. bmp-colors = 255,0,255,0,255,0
  16. # Location of the option table: location x, location y, number of
  17. # columns, lines per column (max 15), "spill" (this is how many
  18. # entries must be in the first column before the next begins to
  19. # be used. We don't specify it here, as there's just one column.
  20. bmp-table = 60,6,1,16
  21. # Timer location x, timer location y, foreground color,
  22. # background color, shadow color.
  23. bmp-timer = 65,27,0,255
  24.  
  25. # Standard menu.
  26. # Or, you can comment out the bitmap menu above and
  27. # use a boot message with the standard menu:
  28. #message = /boot/boot_message.txt
  29.  
  30. # Wait until the timeout to boot (if commented out, boot the
  31. # first entry immediately):
  32. prompt
  33. # Timeout before the first entry boots.
  34. # This is given in tenths of a second, so 600 for every minute:
  35. timeout = 1200
  36. # Override dangerous defaults that rewrite the partition table:
  37. change-rules
  38. reset
  39. # Normal VGA console
  40. vga = normal
  41. # Ask for video mode at boot (time out to normal in 30s)
  42. #vga = ask
  43. # VESA framebuffer console @ 1024x768x64k
  44. #vga=791
  45. # VESA framebuffer console @ 1024x768x32k
  46. #vga=790
  47. # VESA framebuffer console @ 1024x768x256
  48. #vga=773
  49. # VESA framebuffer console @ 800x600x64k
  50. #vga=788
  51. # VESA framebuffer console @ 800x600x32k
  52. #vga=787
  53. # VESA framebuffer console @ 800x600x256
  54. #vga=771
  55. # VESA framebuffer console @ 640x480x64k
  56. #vga=785
  57. # VESA framebuffer console @ 640x480x32k
  58. #vga=784
  59. # VESA framebuffer console @ 640x480x256
  60. #vga=769
  61. # End LILO global section
  62. # Windows bootable partition config begins
  63. other = /dev/sda1
  64. label = Windows
  65. table = /dev/sda
  66. # Windows bootable partition config ends
  67. # Linux bootable partition config begins
  68. image = /boot/vmlinuz
  69. root = /dev/root
  70. label = Linux
  71. read-only
  72. # Linux bootable partition config ends
Add Comment
Please, Sign In to add comment