find --set-root /boot/grub/menu.lst
#The above command prepares for manually loading the menu
default 0
timeout 2
#splashimage /Boot/Grub/Splash.gz
#foreground ffff00
fontfile /Boot/Grub/Fonts.gz
cdrom --init
This is code from an ISO I downloaded from the Internet,
The last line: cdrom --init what does it mean? I searched, but couldn't find the answer
#The above command prepares for manually loading the menu
default 0
timeout 2
#splashimage /Boot/Grub/Splash.gz
#foreground ffff00
fontfile /Boot/Grub/Fonts.gz
cdrom --init
This is code from an ISO I downloaded from the Internet,
The last line: cdrom --init what does it mean? I searched, but couldn't find the answer

