<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <pre>Package: grub2
Version: 1.98-1ubuntu7


I have installed grub2 on a flash drive to boot some os's that I want to carry around. But in grub.cfg when i put this:



</pre>
    <div style="margin: 5px 20px 20px;">
      <div class="smallfont" style="margin-bottom: 2px;">Code:</div>
      I have installed grub2 on a flash drive to boot some os's that I
      want to carry around. But in grub.cfg when i put this:<br>
      <br>
      Code:<br>
      <br>
      menuentry "BackTrack Persistent" {<br>
      &nbsp;&nbsp; &nbsp;set gfxpayload=1024x768<br>
      &nbsp;&nbsp; &nbsp;<br>
      &nbsp;&nbsp; &nbsp;linux&nbsp;&nbsp; &nbsp;/backtrack/boot/vmlinuz BOOT=casper boot=casper
      persistent rw quiet <br>
      &nbsp;&nbsp; &nbsp;initrd&nbsp;&nbsp; &nbsp;/backtrack/boot/initrd.gz<br>
      }<br>
      <br>
      it does exactaly the same thing as this<br>
      <br>
      Code:<br>
      <br>
      menuentry "BackTrack Persistent" {<br>
      &nbsp;&nbsp; &nbsp;set gfxpayload=1024x768<br>
      &nbsp;&nbsp; &nbsp;<br>
      &nbsp;&nbsp; &nbsp;linux&nbsp;&nbsp; &nbsp;/backtrack/boot/vmlinuz<br>
      &nbsp;&nbsp; &nbsp;initrd&nbsp;&nbsp; &nbsp;/backtrack/boot/initrd.gz<br>
      }<br>
      <br>
      Grub is not passing parameters for some reason.</div>
    it does exactaly the same thing as this<br>
    <br>
    <div style="margin: 5px 20px 20px;">
      <div class="smallfont" style="margin-bottom: 2px;">Code:</div>
      I have installed grub2 on a flash drive to boot some os's that I
      want to carry around. But in grub.cfg when i put this:<br>
      <br>
      &nbsp;&nbsp;&nbsp; menuentry "BackTrack Persistent" {<br>
      &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; set gfxpayload=1024x768<br>
      &nbsp;&nbsp; &nbsp;<br>
      &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; linux&nbsp;&nbsp; &nbsp;/backtrack/boot/vmlinuz BOOT=casper boot=casper
      persistent rw quiet <br>
      &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; initrd&nbsp;&nbsp; &nbsp;/backtrack/boot/initrd.gz<br>
      &nbsp;&nbsp;&nbsp; }<br>
      <br>
      it does exactaly the same thing as this<br>
      <br>
      &nbsp;&nbsp;&nbsp; menuentry "BackTrack Persistent" {<br>
      &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; set gfxpayload=1024x768<br>
      &nbsp;&nbsp; &nbsp;<br>
      &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; linux&nbsp;&nbsp; &nbsp;/backtrack/boot/vmlinuz<br>
      &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; initrd&nbsp;&nbsp; &nbsp;/backtrack/boot/initrd.gz<br>
      &nbsp;&nbsp;&nbsp; }<br>
      <br>
      It apperars Grub is not passing parameters for some reason.</div>
    I have installed grub to the MBR of my flash drive using the command
    <br>
    <br>
    $grub-install --root-directory='/media/Cox'&nbsp; /dev/sdb<br>
    <br>
    When I use grub legacy it works fine.<br>
    <pre></pre>
  </body>
</html>