home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Linux / Ubuntu_64-bit / ubuntu-11.04-desktop-amd64.iso / boot / grub / loopback.cfg < prev   
Text File  |  2011-04-27  |  610b  |  17 lines

  1. menuentry "Try Ubuntu without installing" {
  2.     set gfxpayload=keep
  3.     linux    /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
  4.     initrd    /casper/initrd.lz
  5. }
  6. menuentry "Install Ubuntu" {
  7.     linux    /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity iso-scan/filename=${iso_path} quiet splash --
  8.     initrd    /casper/initrd.lz
  9. }
  10. menuentry "Check disc for defects" {
  11.     linux    /casper/vmlinuz  boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
  12.     initrd    /casper/initrd.lz
  13. }
  14. menuentry "Test memory" {
  15.     linux16    /install/mt86plus
  16. }
  17.