Configurare lilo per multiboot So linux [RISOLTO]

Italian forum
User avatar
francofait
Posts: 11
Joined: 18. Feb 2011, 00:04
Location: Bibbiena (AR)
Contact:

Re: Configurare lilo per multiboot So linux [RISOLTO]

Post by francofait »

per le distribuzioni ospiti in lilo che già possiedono il proprio bootloader nella loro partizione di sistema è sufficente la notazione breve con 'other' , come per windows

questo è il mio su slackel

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append="quiet vt.default_utf8=1"
boot = /dev/sda

# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/slackel.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,20,255,20,255,20
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,29,0,255

# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 100
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal

# End LILO global section
# Windows bootable partition config begins
other = /dev/sdb1
label = Windows
table = /dev/sdb
# Windows bootable partition config ends

# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda1
label = Slakel
read-only
# Linux bootable partition config ends

other = /dev/sdc
label = kubuntu

other = /dev/sdc5
label = LinuxMint
Post Reply