Displaying 2 results from an estimated 2 matches for "lu18r1".
Did you mean:
8u181
2019 Aug 04
3
Extlinux no longer bootable, how to fix?
...xtlinux
I think this should be enough, however, the strange problem is that it
is not fully working:
- its menu shows up fine but can?t boot /vmlinuz
- after sellecting the menu, it shows ?Loading /vmlinuz...? then
flashed ?failed?, and go back to the menu again.
Here is my extlinux menu:
LABEL LU18R1
MENU LABEL LUbuntu ^Bionic
MENU DEFAULT
KERNEL /vmlinuz
APPEND initrd=/initrd.img
root=UUID=ad26a5d8-a4ee-42d3-96aa-1f6f0eaa3968 ro net.ifnames=0 --
- the same extlinux config works from the original mirroring source.
- I've made sure the UUID is updated, though...
2019 Aug 05
0
Extlinux no longer bootable, how to fix?
...inuz" and should have specified
"vmlinuz"?
> - after sellecting the menu, it shows ?Loading /vmlinuz...? then
> flashed ?failed?, and go back to the menu again.
What is "$new_os_mnt/vmlinuz"? A real file or a symlink?
> Here is my extlinux menu:
>
> LABEL LU18R1
> MENU LABEL LUbuntu ^Bionic
> MENU DEFAULT
> KERNEL /vmlinuz
> APPEND initrd=/initrd.img
> root=UUID=ad26a5d8-a4ee-42d3-96aa-1f6f0eaa3968 ro net.ifnames=0 --
>
> - the same extlinux config works from the original mirroring source.
> - I'v...