
About Me
menuentry "Start Ubuntu 24.04 Installation" {
set root='(hd0,gpt9)'
# New simplified path: /ubuntu_install is now at the root of the partition
linux /ubuntu_install/vmlinuz boot=casper iso-scan/filename=/home/kord/Downloads/ubuntu-24.04.3-desktop-amd64.iso
initrd /ubuntu_install/initrd
}