Skip to content

Instantly share code, notes, and snippets.

@pizzapanther
Created June 15, 2012 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pizzapanther/2938618 to your computer and use it in GitHub Desktop.
Save pizzapanther/2938618 to your computer and use it in GitHub Desktop.
Fix Ubuntu 12.04 menu.lst for Rackspace
Line 1: Good
Line 2: Bad
135c135
< kernel /boot/vmlinuz-3.2.0-25-virtual root=/dev/xvda1 console=hvc0 ro quiet splash
---
> kernel /boot/vmlinuz-3.2.0-25-virtual root=UUID=/dev/xvda1 ro quiet splash
140c140
< kernel /boot/vmlinuz-3.2.0-25-virtual root=/dev/xvda1 console=hvc0 ro single
---
> kernel /boot/vmlinuz-3.2.0-25-virtual root=UUID=/dev/xvda1 ro single
145c145
< kernel /boot/vmlinuz-3.2.0-24-virtual root=/dev/xvda1 console=hvc0 ro quiet splash
---
> kernel /boot/vmlinuz-3.2.0-24-virtual root=UUID=/dev/xvda1 ro quiet splash
150c150
< kernel /boot/vmlinuz-3.2.0-24-virtual root=/dev/xvda1 console=hvc0 ro single
---
> kernel /boot/vmlinuz-3.2.0-24-virtual root=UUID=/dev/xvda1 ro single
155c155
< kernel /boot/vmlinuz-3.2.0-24-generic root=/dev/xvda1 console=hvc0 ro quiet splash
---
> kernel /boot/vmlinuz-3.2.0-24-generic root=UUID=/dev/xvda1 ro quiet splash
160c160
< kernel /boot/vmlinuz-3.2.0-24-generic root=/dev/xvda1 console=hvc0 ro single
---
> kernel /boot/vmlinuz-3.2.0-24-generic root=UUID=/dev/xvda1 ro single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment