Skip to content

Instantly share code, notes, and snippets.

@btipling
Created June 1, 2010 20:14
Show Gist options
  • Save btipling/421415 to your computer and use it in GitHub Desktop.
Save btipling/421415 to your computer and use it in GitHub Desktop.
Booting 'user bootloader configuration'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
configfile /boot/grub/menu.lst
@btipling
Copy link
Author

btipling commented Jun 1, 2010

default=0
timeout=5

title Ubuntu lucid
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-22-generic-pae root=/dev/xvda1 ro
initrd /boot/initrd.img-2.6.32-22-generic-pae

title Ubuntu lucid single user
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-22-generic-pae root=/dev/xvda1 ro single
initrd /boot/initrd.img-2.6.32-22-generic-pae

@btipling
Copy link
Author

btipling commented Jun 1, 2010

-rw-r--r-- 1 root root 643984 Apr 28 18:39 abi-2.6.32-22-generic-pae
-rw-r--r-- 1 root root 116302 Apr 28 18:39 config-2.6.32-22-generic-pae
drwxr-xr-x 3 root root 4096 Jun 1 21:29 grub
-rw-r--r-- 1 root root 7906450 Jun 1 20:05 initrd.img-2.6.32-22-generic-pae
-rw-r--r-- 1 root root 160280 Mar 23 09:37 memtest86+.bin
-rw-r--r-- 1 root root 1728514 Apr 28 18:39 System.map-2.6.32-22-generic-pae
-rw-r--r-- 1 root root 1200 Apr 28 18:42 vmcoreinfo-2.6.32-22-generic-pae
-rw-r--r-- 1 root root 4158880 Apr 28 18:39 vmlinuz-2.6.32-22-generic-pae
[root@btipling ~]#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment