Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- exec tail -n +3 $0
- # This file provides an easy way to add custom menu entries. Simply type the
- # menu entries you want to add after this comment. Be careful not to change
- # the 'exec tail' line above.
- menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- set gfxpayload=$linux_gfx_mode
- insmod gzio
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos1)'
- search --no-floppy --fs-uuid --set=root 46dc652f-9c19-461b-ac8e-3d629f6cad4a
- linux /boot/vmlinuz-3.0.0-16-generic root=UUID=46dc652f-9c19-461b-ac8e-3d629f6cad4a ro quiet splash vt.handoff=7
- initrd /boot/initrd.img-3.0.0-16-generic
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement