Trial boot
Inviato: lun 26 set 2005, 17:31
Ho installato FreeBSD. ORa sul pc ho una partizione Windows, SLackware e FreeBSD Ora dovrei fare il trial boot
Ho Linux su hda2, Windows su hda1 e FreeBSD su hda3. Penso di usare lilo, se non altro perchè è l'unico che conosco un po'. Il lilo.conf dovrebbe essere così?
Oppure sbaglio completamente?
Ho Linux su hda2, Windows su hda1 e FreeBSD su hda3. Penso di usare lilo, se non altro perchè è l'unico che conosco un po'. Il lilo.conf dovrebbe essere così?
Codice: Seleziona tutto
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
#compact # faster, but won't work on all systems.
prompt
timeout = 50
# Normal VGA console
vga = normal
#
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda2
label = Slackware
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# FreeBSD bootable partition config begins
other = /dev/hdb1
label = FreeBSD
read-only
# FreeBSD bootable partition config ends