Autor |
Sõnum |
uniz
Vana Pingviin
Vanus: 45
Liitunud: 18.05.2006
Postitused: 764
Distributsioon: ubuntucare
|
|
Kuidas ma saan installida uut kernelit?
Juhul, kui mul on kernel juba boot kataloogis- kuidas ma grubile, selle selgeks teen?
|
|
|
|
|
|
|
|
johnsmith
Vana Pingviin
Vanus: 50
Liitunud: 24.07.2006
Postitused: 714
Asukoht: Universum
Distributsioon: Ubuntu/Gentoo/FreeBSD
|
|
No lähed /boot/grub ja teed editoriga muutuse menu.lst -s
|
|
|
|
|
|
|
|
uniz
Vana Pingviin
Vanus: 45
Liitunud: 18.05.2006
Postitused: 764
Distributsioon: ubuntucare
|
|
---------------------------------
timeout 15
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title MEPIS at hda1, kernel 2.6.15-26-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda1 nomce quiet vga=791
boot
title MEMTEST
kernel /boot/memtest86+.bin
--------------------------------
Kas siis muuta ainult /kernel/boot/vmlinuz-2.6.xx-xx-xxx ära ja kerneli tiitli nimi?
Kuidas teha nii, et grubi laadimise ajal saan valida, mis kerneliga ma käivitan?
|
|
|
|
|
|
|
|
pacho
Moderaator
Vanus: 43
Liitunud: 08.07.2005
Postitused: 618
Distributsioon: Debian GNU/Linux
|
|
Mepisel peaks kerneli lisamiseks menu.lst'sse piisama käsust:
Vaikimisi buutimis valikut saad valida muutes failis menulst rida:
|
|
|
|
_________________ http://blog.pacho.pri.ee/
|
|
|
|
uniz
Vana Pingviin
Vanus: 45
Liitunud: 18.05.2006
Postitused: 764
Distributsioon: ubuntucare
|
|
Tänud:
update-grub kirjutas ise vajaliku teksti sisse ja midagi muuta endal vaja ei olnud. Tegina arvutile algkäivituse ja nüüd sain valida kahe kerneli vahel.
Nüüd siis: i386 ja i686 vahel.
|
|
|
|
|
|
|
|
johnsmith
Vana Pingviin
Vanus: 50
Liitunud: 24.07.2006
Postitused: 714
Asukoht: Universum
Distributsioon: Ubuntu/Gentoo/FreeBSD
|
|
Kui sa tahad säilitada vana kernelit ka siis teed ikka uue rivi
koos uue tiitli ja kerneli parameetriga.
Säilitades vana rivi muidugi ka.
Tiitel ei oma mingit kindlat süntaxit, title järgi võid kirjutada kasvõi windows98
Image nimi ja root partitsioon on tähtsad.
Muidugi kui see mugavam Pacho variant töötab siis pole vaja rohkrm võimelda.
No näed siis........
|
|
|
|
|
|
|
|
uniz
Vana Pingviin
Vanus: 45
Liitunud: 18.05.2006
Postitused: 764
Distributsioon: ubuntucare
|
|
Nüüd siis selline (hiljem muudan endale mugavamaks);
------------------------------------------------------------------
timeout 15
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title MEPIS at hda1, kernel 2.6.15-26-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda1 nomce quiet vga=791
boot
title MEMTEST
kernel /boot/memtest86+.bin
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda1 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.15-26-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.15-26-686
boot
title Debian GNU/Linux, kernel 2.6.15-26-686 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.15-26-686
boot
title Debian GNU/Linux, kernel 2.6.15-26-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.15-26-386
boot
title Debian GNU/Linux, kernel 2.6.15-26-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.15-26-386
boot
title Debian GNU/Linux, kernel memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
|
|
|
|
|
|
|
|
johnsmith
Vana Pingviin
Vanus: 50
Liitunud: 24.07.2006
Postitused: 714
Asukoht: Universum
Distributsioon: Ubuntu/Gentoo/FreeBSD
|
|
Mul on jäänud koledatest vanadest aegadest halb harjumus minna editoriga
failide kallale.
Väike nipp, pane # title ette siis grub ei näita seda rivi.
nt memtest on täitsa mõttetu.
Sul on seal topelt sama kernel vä ?
|
|
|
|
|
|
|
|
laurivosandi
Moderaator
Vanus: 36
Liitunud: 08.07.2005
Postitused: 647
Asukoht: Tallinn
Distributsioon: Estobuntu, Debian
|
|
memtest on siiski vajalik gadget, eriti klokkimise korral
|
|
|
|
|
|
|
|
johnsmith
Vana Pingviin
Vanus: 50
Liitunud: 24.07.2006
Postitused: 714
Asukoht: Universum
Distributsioon: Ubuntu/Gentoo/FreeBSD
|
|
Mul pole vaja läinud, arengu värk
Ma võtan kommentaari ära kui niikaugele arenen
|
|
|
|
|
|
|
|
uniz
Vana Pingviin
Vanus: 45
Liitunud: 18.05.2006
Postitused: 764
Distributsioon: ubuntucare
|
|
johnsmith kirjutas: | Mul on jäänud koledatest vanadest aegadest halb harjumus minna editoriga
failide kallale.
Väike nipp, pane # title ette siis grub ei näita seda rivi.
nt memtest on täitsa mõttetu.
Sul on seal topelt sama Kernel vä ? |
Nüüd kustutan selle teksti ära:
----------------------------------------
itle MEPIS at hda1, Kernel 2.6.15-26-386
root (hd0,0)
Kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda1 nomce quiet vga=791
boot
title MEMTEST
Kernel /boot/memtest86+.bin
----------------------------------------
ning see käsurida: nomce quiet vga=791 tüütas mind käivitamisel kogu aeg- pidin ootama 30 sec..
peale update-grub'i ei ole mul vaja seda valida ning läheb kiiresti graafikasse..
|
|
|
|
|
|
|
|
laurivosandi
Moderaator
Vanus: 36
Liitunud: 08.07.2005
Postitused: 647
Asukoht: Tallinn
Distributsioon: Estobuntu, Debian
|
|
uniz kirjutas: | ning see käsurida: nomce quiet vga=791 tüütas mind käivitamisel kogu aeg- pidin ootama 30 sec.. |
ee... nagu wtf?
|
|
|
|
|
|
|
|
|