Advertisement
ProzacR

lilo trouble

May 13th, 2018
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. cat /etc/lilo.conf
  2. # LILO configuration file
  3. # generated by 'liloconfig'
  4. #
  5. # Start LILO global section
  6. boot = /dev/sda3
  7.  
  8. #compact # faster, but won't work on all systems.
  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. # Standard menu.
  25. # Or, you can comment out the bitmap menu above and
  26. # use a boot message with the standard menu:
  27. #message = /boot/boot_message.txt
  28.  
  29. # Append any additional kernel parameters:
  30. append=" vt.default_utf8=0"
  31. prompt
  32. timeout = 300
  33. # Normal VGA console
  34. vga = normal
  35. # Ask for video mode at boot (time out to normal in 30s)
  36. #vga = ask
  37. # VESA framebuffer console @ 1024x768x64k
  38. # vga=791
  39. # VESA framebuffer console @ 1024x768x32k
  40. # vga=790
  41. # VESA framebuffer console @ 1024x768x256
  42. # vga=773
  43. # VESA framebuffer console @ 800x600x64k
  44. # vga=788
  45. # VESA framebuffer console @ 800x600x32k
  46. # vga=787
  47. # VESA framebuffer console @ 800x600x256
  48. # vga=771
  49. # VESA framebuffer console @ 640x480x64k
  50. # vga=785
  51. # VESA framebuffer console @ 640x480x32k
  52. # vga=784
  53. # VESA framebuffer console @ 640x480x256
  54. # vga=769
  55. # ramdisk = 0 # paranoia setting
  56. # End LILO global section
  57. # Windows bootable partition config begins
  58. other = /dev/sda1
  59. label = win
  60. table = /dev/sda
  61. # Windows bootable partition config ends
  62.  
  63. $ su -c "cat /root/lilo.log"
  64. Password:
  65. Warning: LBA32 addressing assumed
  66. Warning: Unable to determine video adapter in use in the present system.
  67. Warning: Video adapter does not support VESA BIOS extensions needed for
  68. display of 256 colors. Boot loader will fall back to TEXT only operation.
  69. Added win *
  70. 3 warnings were issued.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement