Revision [31129]
This is an old revision of Grub2Example made by darkcity on 2016-07-22 09:50:26.
GRUB | | GRUB4DOS - GRUB4DOS config | | GRUB2 - GRUB2 How to - GRUB2 Example
GRUB2 example
Grub2Example
menuentry 'Slacko 593 Linux (harddrive 2, partition 3)' --class gnu-linux --class gnu { echo '1. settings' insmod ext2 set root='(hd1,3)' search --no-floppy --fs-uuid --set 66adfd54-777f-4b82-9193-8fd72b7d48b4 echo '2. loading vmlinuz' linux /slacko593/vmlinuz pmedia=atahd psubdir=slacko593 echo '3. loading initrd' initrd /slacko593/initrd.gz }