doc:appunti:linux:tux:grub
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:tux:grub [2024/09/27 09:34] – [GRUB su disco EFI dual boot] niccolo | doc:appunti:linux:tux:grub [2024/09/27 15:35] (current) – [Boot interattivo dal prompt grub>] niccolo | ||
---|---|---|---|
Line 331: | Line 331: | ||
Nel caso in cui si esegua nuovamente **'' | Nel caso in cui si esegua nuovamente **'' | ||
+ | |||
+ | ===== Boot interattivo dal prompt grub> ===== | ||
+ | |||
+ | Se se interrompe il bootstrap oppure l'host non riesce a completare il normale boot, è possibile avviare manualmente un boostrap alternativo dal prompt **%%grub> | ||
+ | |||
+ | < | ||
+ | grub> ls (md/4)/boot | ||
+ | initrd.img-6.1.0-25-amd64 vmlinuz-6.1.0-25-amd64 ... | ||
+ | |||
+ | grub> set prefix=(md/ | ||
+ | grub> set root=(md/4) | ||
+ | |||
+ | grub> linux / | ||
+ | grub> initrd / | ||
+ | grub> boot | ||
+ | </ | ||
+ | |||
+ | La sintassi **%%(md/ | ||
+ | |||
===== GRUB_DEFAULT Selezione kernel predefinito ===== | ===== GRUB_DEFAULT Selezione kernel predefinito ===== |
doc/appunti/linux/tux/grub.1727422488.txt.gz · Last modified: 2024/09/27 09:34 by niccolo