Advertisement
sorgen2010

lilo.conf

Dec 19th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 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=1"
  7. append="radeon"
  8. boot = /dev/sda
  9. append="video=vga16:off"
  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 = 120
  36. # Override dangerous defaults that rewrite the partition table:
  37. change-rules
  38. reset
  39. # VESA framebuffer console @ 1024x768x64k
  40. #vga = 791
  41. # Normal VGA console
  42. #vga = normal
  43. # Ask for video mode at boot (time out to normal in 30s)
  44. #vga = ask
  45. # VESA framebuffer console @ 1024x768x64k
  46. #vga=791
  47. # VESA framebuffer console @ 1024x768x32k
  48. #vga=790
  49. # VESA framebuffer console @ 1024x768x256
  50. #vga=773
  51. # VESA framebuffer console @ 800x600x64k
  52. #vga=788
  53. # VESA framebuffer console @ 800x600x32k
  54. #vga=787
  55. # VESA framebuffer console @ 800x600x256
  56. #vga=771
  57. # VESA framebuffer console @ 640x480x64k
  58. #vga=785
  59. # VESA framebuffer console @ 640x480x32k
  60. #vga=784
  61. # VESA framebuffer console @ 640x480x256
  62. #vga=769
  63.  
  64. video=1280x1024-24@75
  65. # End LILO global section
  66. # Linux bootable partition config begins
  67. image = /boot/vmlinuz
  68. root = /dev/root
  69. label = Linux
  70. read-only
  71.  
  72. other = /dev/sdb1
  73. label = Ubuntu
  74. table = /dev/sdb1
  75.  
  76. image= /Ubuntu/vmlinuz
  77. label=ubuntu
  78. read-only
  79. root=/dev/sdb1
  80. initrd=/initrd.img-3.0.0-14-generic
  81.  
  82.  
  83. # Linux bootable partition config ends
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement