Advertisement
Guest User

Untitled

a guest
May 31st, 2012
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. default menu.c32
  2. prompt 0
  3. menu title UNetbootin
  4. timeout 100
  5.  
  6. label unetbootindefault
  7. menu label Default
  8. kernel /ubnkern
  9. append initrd=/ubninit boot=live config live-media-path=/casper quiet splash --
  10.  
  11. label ubnentry0
  12. menu label Start Linux Mint
  13. kernel /casper/vmlinuz
  14. append initrd=/casper/initrd.lz boot=live config live-media-path=/casper quiet splash --
  15.  
  16. label ubnentry1
  17. menu label Start Linux Mint (compatibility mode)
  18. kernel /casper/vmlinuz
  19. append initrd=/casper/initrd.lz boot=live config xforcevesa live-media-path=/casper ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --
  20.  
  21. label ubnentry2
  22. menu label Check the integrity of the DVD
  23. kernel /casper/vmlinuz
  24. append initrd=/casper/initrd.lz boot=live integrity-check live-media-path=/casper
  25.  
  26. label ubnentry3
  27. menu label Memory Test
  28. kernel /isolinux/memtest
  29. append initrd=/ubninit
  30.  
  31. label ubnentry4
  32. menu label Boot from local drive
  33. kernel /ubnkern
  34. append initrd=/ubninit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement