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 [2023/02/08 15:41] – [parted] niccolo | doc:appunti:linux:tux:grub [2024/09/27 15:35] (current) – [Boot interattivo dal prompt grub>] niccolo | ||
---|---|---|---|
Line 306: | Line 306: | ||
</ | </ | ||
- | ===== GRUB su disco EFI dual boot ===== | + | ===== GRUB su sistema EFI ===== |
+ | |||
+ | I PC a partire dall' | ||
+ | |||
+ | Il boot legacy oppure EFI viene generalmente impostato nel programma di setup del BIOS, una volta effettuato il bootstrap in GNU/Linux è possibile sapere se il sistema è EFI verificando l' | ||
+ | |||
+ | ===== GRUB su sistema | ||
Vedere questa [[https:// | Vedere questa [[https:// | ||
Line 325: | 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.1675867311.txt.gz · Last modified: 2023/02/08 15:41 by niccolo