Recent Posts
Archives

PostHeaderIcon [DevoxxFR2014] /boot/grub/grub.cfg (generated — do NOT edit directly)

menuentry ‘Ubuntu’ –class ubuntu {
set root=’hd0,gpt2′
linux /vmlinuz-6.5.0 root=UUID=abc123 ro quiet splash
initrd /initramfs-6.5.0.img
}


### *Key Kernel Parameters
| Parameter | Purpose |
|--------|--------|
| `ro` | Mount root read-only initially |
| `quiet` | Suppress boot messages |
| `splash` | Show graphical boot |
 [Truncated due to length] | `systemd.unit=rescue.target` | Boot into single-user mode |
| `init=/bin/bash` | Bypass init (emergency shell) |

Leave a Reply