|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
creare disco di avvio linux
Ciao, dovrei creare un disco di avvio per linux, come si fa?
uso Debian sid con kernel 2.4.22 normale, bootloader lilo. grazie ![]()
__________________
THE TRUTH IS OUT THERE |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Aug 2002
Città: Roma - Nato il 01/04/1981 - Huawei Technologies
Messaggi: 6704
|
__________________
![]() |
![]() |
![]() |
![]() |
#3 | |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
Quote:
![]() ![]() Ma non puoi aiutarmi a fare questo dischetto al posto di scrivere questo cavolo "Ah Google... ![]() Ti ho chiesto già una volta di astenerti dallo scrivere questa frase nelle discusioni aperte da me, perchè mi fa imbestialire...quindi se vuoi aiutarmi a risolvere i miei problemi bene, altrimenti evita proprio di intervenire nelle mie discussioni! GRAZIE!
__________________
THE TRUTH IS OUT THERE |
|
![]() |
![]() |
![]() |
#4 | |
Senior Member
Iscritto dal: Aug 2002
Città: Roma - Nato il 01/04/1981 - Huawei Technologies
Messaggi: 6704
|
Quote:
Se apriamo la pagina di google notiamo il TERZO link: Re: [PLUG] Create additional boot disk in Debian - Ci clicchiamo sopra e troviamo scritto: > After a Debian system is up and running(Potato), what commant will create an > extra boot disk? In the installation phase you are given the opportunity to > create a boot disk, so there must be a simple command to make additional boot disks. as root: mkboot /path/to/your/kernel so for me, i do "mkboot /boot/vmlinuz-2.4.16" since that's the kernel that I currently use to boot my system. Tradotto (alla buona): > Dopo aver installato un sistema Debian che comando devo fare per creare > un boot disk? durante l'installazione c'e' la possibilita' di farlo, quindi ci >deve essere un comando addizionale per creare dischetti boot. come root: mkboot /percorso/del/tuo/kernel cosi' per me, faccio "mkboot /boot/vmlinuz-2.4.16" in quanto e' questo il kernel che uso per il mo sistema. Nota mia: Non ricordavo come si faceva un dischetto boot neanche io...meno male che ho trovato quel link... Ma ora che mi hai risposto, hai atteso che qualcuno ti spiegasse come fare un boot disk...non facevi prima a cliccarci te su quel link?
__________________
![]() Ultima modifica di Timewolf : 04-10-2003 alle 13:55. |
|
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
l'avevo già fatto questo, ma credo che non sia il metodo corretto visto che non funziona!
hal-9000:~# mkboot /boot/bzImage Insert a floppy diskette into your boot drive, and press <Return>. Creating a lilo bootdisk... + mkdir /tmp/boot590 + mke2fs -q /dev/fd0 + mount -t ext2 /dev/fd0 /tmp/boot590 + cp /boot/boot.b /tmp/boot590/boot.b cp: cannot stat `/boot/boot.b': No such file or directory + set +e + cd / + umount /dev/fd0 + rmdir /tmp/boot590 There was a problem creating the boot diskette. Please make sure that you inserted the diskette into the correct drive and that the diskette is not write-protected. Would you like to try again? (y/n) y Adesso che ci penso: non potrebbe dirmi questo perchè ho un kernel da 1.3mb?
__________________
THE TRUTH IS OUT THERE |
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Aug 2002
Città: Roma - Nato il 01/04/1981 - Huawei Technologies
Messaggi: 6704
|
Sembra che gli manchi il boot.b...
__________________
![]() |
![]() |
![]() |
![]() |
#7 | |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
Quote:
__________________
THE TRUTH IS OUT THERE |
|
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Aug 2002
Città: Roma - Nato il 01/04/1981 - Huawei Technologies
Messaggi: 6704
|
Prova a lanciare solo mkboot senza alcun parametro
__________________
![]() |
![]() |
![]() |
![]() |
#9 | |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
Quote:
hal-9000:~# mkboot Insert a floppy diskette into your boot drive, and press <Return>. Creating a lilo bootdisk... + mkdir /tmp/boot722 + mke2fs -q /dev/fd0 + mount -t ext2 /dev/fd0 /tmp/boot722 + cp /boot/boot.b /tmp/boot722/boot.b cp: cannot stat `/boot/boot.b': No such file or directory + set +e + cd / + umount /dev/fd0 + rmdir /tmp/boot722 There was a problem creating the boot diskette. Please make sure that you inserted the diskette into the correct drive and that the diskette is not write-protected. Would you like to try again? (y/n) y
__________________
THE TRUTH IS OUT THERE |
|
![]() |
![]() |
![]() |
#10 |
Senior Member
Iscritto dal: Aug 2002
Città: Roma - Nato il 01/04/1981 - Huawei Technologies
Messaggi: 6704
|
basettoni:/boot# mkboot
Insert a floppy diskette into your boot drive, and press <Return>. Creating a lilo bootdisk... Kernel is at /boot/vmlinuz-2.4.20 in /boot Found kernel image /vmlinuz in existing /etc/lilo.conf Your current /etc/lilo.conf looks good, and can be used as the basis for the boot-floppy lilo.conf. Boh a me funziona.... Che debian e'? (sei root vero)
__________________
![]() |
![]() |
![]() |
![]() |
#11 | |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
Quote:
__________________
THE TRUTH IS OUT THERE |
|
![]() |
![]() |
![]() |
#12 | |
Senior Member
Iscritto dal: Aug 2002
Città: Roma - Nato il 01/04/1981 - Huawei Technologies
Messaggi: 6704
|
Quote:
Ma a me quelle righe in cui dice mkdir /tmp/boot722 + mke2fs -q /dev/fd0 + mount -t ext2 /dev/fd0 /tmp/boot722 + cp /boot/boot.b /tmp/boot722/boot.b Non mi appaiono!
__________________
![]() |
|
![]() |
![]() |
![]() |
#13 | |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
Quote:
__________________
THE TRUTH IS OUT THERE |
|
![]() |
![]() |
![]() |
#14 | |
Senior Member
Iscritto dal: Aug 2002
Città: Roma - Nato il 01/04/1981 - Huawei Technologies
Messaggi: 6704
|
Quote:
-rw-r--r-- 1 root root 812607 Sep 5 19:35 vmlinuz-2.4.20
__________________
![]() |
|
![]() |
![]() |
![]() |
#15 |
Senior Member
Iscritto dal: Dec 2001
Città: Torino
Messaggi: 916
|
quale può essere il problema allora?
![]()
__________________
THE TRUTH IS OUT THERE |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 02:25.