sorgen2010

lilo.conf

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