Advertisement
Guest User

ReactOS_USB_LiveCD

a guest
Aug 6th, 2011
1,867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. title <- Return to Main Menu
  2. configfile /menu.lst
  3.  
  4. title
  5. root
  6.  
  7. # Test1 LinoSP iniciar ReactOS liveCD
  8. title ROS1
  9. find --set-root /ReactOS-0.3.11-REL-iso.iso
  10. map /ReactOS-0.3.11-REL-iso.iso (hd32)
  11. map --hook
  12. chainloader (hd32)
  13.  
  14. # Test2 LinoSP iniciar ReactOS liveCD
  15. title ROS2
  16. find --set-root /ReactOS-0.3.11-REL-iso.iso
  17. map /ReactOS-0.3.11-REL-iso.iso (hd32)
  18. map --hook
  19. chainloader (hd32)
  20.  
  21. # Test3 LinoSP iniciar ReactOS liveCD
  22. title ROS3
  23. find --set-root /ReactOS-0.3.11-REL-iso.iso
  24. map /ReactOS-0.3.11-REL-iso.iso (hd32)
  25. map --hook
  26. chainloader (hd32)
  27. kernel /loader/freeldr.sys
  28.  
  29. # Test4 LinoSP iniciar ReactOS liveCD
  30. title ROS4
  31. find --set-root /ReactOS-0.3.11-REL-iso.iso
  32. map /ReactOS-0.3.11-REL-iso.iso (hd32)
  33. map --hook
  34. kernel /loader/freeldr.sys
  35. chainloader (hd32)
  36.  
  37. title ROS5
  38. find --set-root /ReactOS-0.3.11-REL-iso.iso
  39. map /ReactOS-0.3.11-REL-iso.iso (hd32)
  40. map --hook
  41. kernel /loader/freeldr.sys
  42.  
  43. # S
  44. title Install ReactOS
  45. root (hd0,0)
  46. kernel /loader/freeldr.sys
  47.  
  48. # S
  49. title Install ReactOS metodo 2
  50. root (hd0,0)
  51. kernel /loader/freeldr.sys
  52. chainloader (hd32)
  53.  
  54. # Suggested by mj
  55. title Install Windows Vista/7
  56. root (hd0,0)
  57. chainloader (hd0,0)/bootmgr
  58.  
  59. # Suggested by madprofessor
  60. title Install Mandriva Linux Free 2010.0
  61. find --set-root /mandriva/i586/isolinux/alt0/all.rdz
  62. kernel /mandriva/i586/isolinux/alt0/vmlinuz root=(hd0,0) splash=silent
  63. initrd /mandriva/i586/isolinux/alt0/all.rdz
  64.  
  65. # Suggested by madprofessor
  66. title openSUSE 11.2 DVD
  67. find --set-root /openSUSE/boot/i386/loader/initrd
  68. kernel /openSUSE/boot/i386/loader/linux root=(hd0,0) splash=silent
  69. initrd /openSUSE/boot/i386/loader/initrd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement