Revision [31128]

This is an old revision of Grub2Example made by darkcity on 2016-07-22 09:50:04.

 



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 
}

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki