I am dual booting Lubuntu and Xenialpup64 7.5
Xenialpup is frugal installed.
There is no separate folder for initrd, vmzlinuz etc.
(exact structure is as per screenshot attached).
In /boot/grub/grub.cfg, I have added menu entry like this -----
Code: Select all
menuentry 'Puppy xenialpup64 CE 7.5 [666philb]' --unrestricted --hotkey='x' {
search --file --set root --no-floppy initrd.gz
linux /vmlinuz pmedia=usbflash pfix=fsck psubdir=/
initrd /initrd.gz
}
While booting, it shows message ---
Code: Select all
"error: no such device initrd.gz
press any key to continue
On continuing, it proceeds smoothly.
But why it may be showing the error?
Can anybody pl. help on it.
Thanks.