Skip to content

Instantly share code, notes, and snippets.

@ebratb
Forked from pizzapanther/menu.lst.diff
Created October 8, 2012 19:06
Show Gist options
  • Save ebratb/3854274 to your computer and use it in GitHub Desktop.
Save ebratb/3854274 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