Advertisement
Guest User

lilo.conf

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