Guest User

Untitled

a guest
Jul 27th, 2011
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. menuentry 'Ubuntu, с Linux 2.6.38-11-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  2. recordfail
  3. set gfxpayload=$linux_gfx_mode
  4. insmod part_msdos
  5. insmod ext2
  6. set root='(/dev/sda,msdos5)'
  7. search --no-floppy --fs-uuid --set=root 64e81aed-8e94-4a1f-8969-821bcb056e24
  8. linux /vmlinuz-2.6.38-11-generic root=UUID=f7943085-74bd-4ce1-93f3-06a6e610199f ro pcie_aspm=force
  9. initrd /initrd.img-2.6.38-11-generic
  10. }
Advertisement
Add Comment
Please, Sign In to add comment