PDA

View Full Version : Boot da CD con LILLO


dimmy
12-01-2003, 09:34
Salve. Il mio LILLO mi permette il boot su Linux (Debian), windows XP, e floppy. Vorrei aggiungere boot da CD (cosi' non mi occorre entrare nel bios che e' un po' particolare). Pensavo mi bastasse copiare le linee del floppy (nel file lillo.conf), cambiando fd0 con cdrom. Ma mi da errore. Ecco come ho fatto:

da floppy (che funziona):

other=/dev/fd0
label=floppy
unsafe

coppio e cambio in cdrom:

other=/dev/cdrom
label=cdrom
unsafe

Pero' non mi parte. La voce “unsafe” a cosa serve? E' questo che devo cambiare? Come posso fare?

Grazie
Dimmy

danzig
17-01-2003, 14:02
man lilo.conf


Do not access the boot sector at map creation time. This disables some sanity
checks, including a partition table check. If the boot sector is on a fixed-format
floppy disk device, using UNSAFE avoids the need to put a readable disk into the
drive when running the map installer. `unsafe' and `table' are mutually incompati*
ble.

dimmy
17-01-2003, 15:41
Originally posted by "danzig"

man lilo.conf


Do not access the boot sector at map creation time. This disables some sanity
checks, including a partition table check. If the boot sector is on a fixed-format
floppy disk device, using UNSAFE avoids the need to put a readable disk into the
drive when running the map installer. `unsafe' and `table' are mutually incompati*
ble.



Cosa vuol dire? Non mastico molto l'inglese (purtroppo)

Dimmy