============================= Boot Info Summary: ============================== => Grub0.97 is installed in the MBR of /dev/sda and looks on the same drive in partition #2 for /boot/grub/stage2 and /boot/grub/menu.lst. sda1: _________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sda2: _________________________________________________________________________ File system: ext3 Boot sector type: - Boot sector info: Operating System: Ubuntu 10.04.1 LTS Boot files/dirs: /boot/grub/menu.lst /etc/fstab sda3: _________________________________________________________________________ File system: ext3 Boot sector type: - Boot sector info: Operating System: Boot files/dirs: sda4: _________________________________________________________________________ File system: ext3 Boot sector type: - Boot sector info: Operating System: Boot files/dirs: =========================== Drive/Partition Info: ============================= Drive: sda ___________________ _____________________________________________________ Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start End Size Id System /dev/sda1 63 3,903,794 3,903,732 82 Linux swap / Solaris /dev/sda2 * 3,903,795 42,973,874 39,070,080 83 Linux /dev/sda3 42,973,875 103,522,859 60,548,985 83 Linux /dev/sda4 103,522,860 156,296,384 52,773,525 83 Linux blkid -c /dev/null: ____________________________________________________________ /dev/loop0: UUID="be2a14f6-952a-436a-97b1-b940f12af77e" SEC_TYPE="ext2" TYPE="ext3" /dev/loop1: UUID="ae4f43d3-c546-46a8-914e-6208ec786ca0" TYPE="swap" /dev/sda1: UUID="88b129d6-a270-4a8f-bdce-164fe78314db" TYPE="swap" /dev/sda2: UUID="37b781b3-0373-4f04-9230-42708e24c9aa" TYPE="ext3" /dev/sda3: UUID="fbde84de-9cb7-4081-acb1-4159194f1c61" TYPE="ext3" /dev/sda4: UUID="83218809-3b00-4dd4-b44f-09ca5c47fdef" TYPE="ext3" =============================== "mount" output: =============================== /dev/sda2 on / type ext3 (rw,relatime,errors=remount-ro) proc on /proc type proc (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) none on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/kernel/debug type debugfs (rw) none on /dev type tmpfs (rw,mode=0755) none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) none on /dev/shm type tmpfs (rw,nosuid,nodev) none on /var/run type tmpfs (rw,nosuid,mode=0755) none on /var/lock type tmpfs (rw,noexec,nosuid,nodev) none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) /dev/sda3 on /home type ext3 (rw,relatime) /dev/sda4 on /usr type ext3 (rw,relatime) xenfs on /proc/xen type xenfs (rw) =========================== sda2/boot/grub/menu.lst: =========================== # menu.lst - See: grub(8), info grub, update-grub(8) # grub-install(8), grub-floppy(8), # grub-md5-crypt, /usr/share/doc/grub # and /usr/share/doc/grub-doc/. ## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command is not used. # # You can specify 'saved' instead of a number. In this case, the default entry # is the entry saved with the command 'savedefault'. # WARNING: If you are using dmraid do not use 'savedefault' or your # array will desync and will not let you boot your system. default 0 ## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 10 ## hiddenmenu # Hides the menu by default (press ESC to see the menu) #hiddenmenu # Pretty colours #color cyan/blue white/blue ## password ['--md5'] passwd # If used in the first section of a menu file, disable all interactive editing # control (menu entry editor and command-line) and entries protected by the # command 'lock' # e.g. password topsecret # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ # password topsecret # # examples # # title Windows 95/98/NT/2000 # root (hd0,0) # makeactive # chainloader +1 # # title Linux # root (hd0,1) # kernel /vmlinuz root=/dev/hda2 ro # # # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST ### BEGIN AUTOMAGIC KERNELS LIST ## lines between the AUTOMAGIC KERNELS LIST markers will be modified ## by the debian update-grub script except for the default options below ## DO NOT UNCOMMENT THEM, Just edit them to your needs ## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specific kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro ## kopt_2_6_8=root=/dev/hdc1 ro ## kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro ## default grub root device ## e.g. groot=(hd0,0) # groot=(hd0,1) ## should update-grub create alternative automagic boot options ## e.g. alternative=true ## alternative=false # alternative=true ## should update-grub lock alternative automagic boot options ## e.g. lockalternative=true ## lockalternative=false # lockalternative=false ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## should update-grub lock old automagic boot options ## e.g. lockold=false ## lockold=true # lockold=false ## Xen hypervisor options to use with the default Xen boot option # xenhopt= ## Xen Linux kernel options to use with the default Xen boot option # xenkopt=console=tty0 ## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery) single # altoptions=(recovery mode) single ## controls how many kernels should be put into the menu.lst ## only counts the first occurence of a kernel, not the ## alternative kernel options ## e.g. howmany=all ## howmany=7 # howmany=all ## specify if running in Xen domU or have grub detect automatically ## update-grub will ignore non-xen kernels when running in domU and vice versa ## e.g. indomU=detect ## indomU=true ## indomU=false # indomU=detect ## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true ## should update-grub adjust the value of the default booted system ## can be true or false # updatedefaultentry=false ## should update-grub add savedefault to the default options ## can be true or false # savedefault=false ## ## End Default Options ## title Ubuntu 10.04 LTS, kernel 2.6.32-23-generic root (hd0,1) kernel /boot/vmlinuz-2.6.32-23-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro quiet splash initrd /boot/initrd.img-2.6.32-23-generic quiet title xen 4.0 Linux kernel 2.6.18.8-xen root (hd0,1) kernel /boot/xen-4.0.0.gz dom0_mem=512M loglv1=all guest_loglv1=all sync_console console_to_ring com1=115200,8n1 console=com1 iommu=off module /boot/vmlinuz-2.6.18.8-xen ro root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa console=hvc0 earlyprintk=xen nomodeset initcall_debug debug loglevel=10 module /boot/initrd.img-2.6.18.8-xen quiet title xen 4.0 Linux kernel 2.6.31.13 root (hd0,1) kernel /boot/xen-4.0.0.gz dom0_mem=512M loglv1=all guest_loglv1=all sync_console console_to_ring com1=115200,8n1 console=com1 iommu=off module /boot/vmlinuz-2.6.31.13 ro root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa console=hvc0 earlyprintk=xen nomodeset initcall_debug debug loglevel=10 module /boot/initrd.img-2.6.31.13 quiet title Ubuntu 10.04 LTS, kernel 2.6.32-23-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.32-23-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro single initrd /boot/initrd.img-2.6.32-23-generic title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic root (hd0,1) kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro quiet splash initrd /boot/initrd.img-2.6.32-22-generic quiet title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro single initrd /boot/initrd.img-2.6.32-22-generic title Ubuntu 10.04 LTS, kernel 2.6.31-21-generic root (hd0,1) kernel /boot/vmlinuz-2.6.31-21-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro quiet splash initrd /boot/initrd.img-2.6.31-21-generic quiet title Ubuntu 10.04 LTS, kernel 2.6.31-21-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.31-21-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro single initrd /boot/initrd.img-2.6.31-21-generic title Ubuntu 10.04 LTS, kernel 2.6.28-16-generic root (hd0,1) kernel /boot/vmlinuz-2.6.28-16-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro quiet splash initrd /boot/initrd.img-2.6.28-16-generic quiet title Ubuntu 10.04 LTS, kernel 2.6.28-16-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.28-16-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro single initrd /boot/initrd.img-2.6.28-16-generic title Ubuntu 10.04 LTS, kernel 2.6.27-15-generic root (hd0,1) kernel /boot/vmlinuz-2.6.27-15-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro quiet splash initrd /boot/initrd.img-2.6.27-15-generic quiet title Ubuntu 10.04 LTS, kernel 2.6.27-15-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.27-15-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro single initrd /boot/initrd.img-2.6.27-15-generic title Ubuntu 10.04 LTS, kernel 2.6.24-25-generic root (hd0,1) kernel /boot/vmlinuz-2.6.24-25-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro quiet splash initrd /boot/initrd.img-2.6.24-25-generic quiet title Ubuntu 10.04 LTS, kernel 2.6.24-25-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.24-25-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro single initrd /boot/initrd.img-2.6.24-25-generic title Ubuntu 10.04 LTS, kernel 2.6.24-24-generic root (hd0,1) kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro quiet splash initrd /boot/initrd.img-2.6.24-24-generic quiet title Ubuntu 10.04 LTS, kernel 2.6.24-24-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=37b781b3-0373-4f04-9230-42708e24c9aa ro single initrd /boot/initrd.img-2.6.24-24-generic title Ubuntu 10.04 LTS, memtest86+ root (hd0,1) kernel /boot/memtest86+.bin quiet ### END DEBIAN AUTOMAGIC KERNELS LIST =============================== sda2/etc/fstab: =============================== # /etc/fstab: static file system information. # # proc /proc proc defaults 0 0 # /dev/sda2 UUID=37b781b3-0373-4f04-9230-42708e24c9aa / ext3 relatime,errors=remount-ro 0 1 # /dev/sda3 UUID=fbde84de-9cb7-4081-acb1-4159194f1c61 /home ext3 relatime 0 2 # /dev/sda4 UUID=83218809-3b00-4dd4-b44f-09ca5c47fdef /usr ext3 relatime 0 2 # /dev/sda1 UUID=88b129d6-a270-4a8f-bdce-164fe78314db none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 =================== sda2: Location of files loaded by Grub: =================== 1.9GB: boot/grub/menu.lst 1.9GB: boot/grub/stage2 1.9GB: boot/initrd.img-2.6.24-24-generic 1.9GB: boot/initrd.img-2.6.24-24-generic.bak 1.9GB: boot/initrd.img-2.6.24-25-generic 1.9GB: boot/initrd.img-2.6.24-25-generic.bak 1.9GB: boot/initrd.img-2.6.27-15-generic 1.9GB: boot/initrd.img-2.6.28-16-generic 1.9GB: boot/initrd.img-2.6.31.13 1.9GB: boot/initrd.img-2.6.31-21-generic 1.9GB: boot/initrd.img-2.6.32-22-generic 1.9GB: boot/initrd.img-2.6.32-23-generic 1.9GB: boot/initrd.img-2.6.32-24-generic 1.9GB: boot/vmlinuz-2.6.24-24-generic 1.9GB: boot/vmlinuz-2.6.24-25-generic 1.9GB: boot/vmlinuz-2.6.27-15-generic 1.9GB: boot/vmlinuz-2.6.28-16-generic 1.9GB: boot/vmlinuz-2.6.31.13 1.9GB: boot/vmlinuz-2.6.31.13.old 1.9GB: boot/vmlinuz-2.6.31-21-generic 1.9GB: boot/vmlinuz-2.6.32-22-generic 1.9GB: boot/vmlinuz-2.6.32-23-generic 1.9GB: boot/vmlinuz-2.6.32-24-generic 1.9GB: initrd.img 1.9GB: initrd.img.old 1.9GB: vmlinuz 1.9GB: vmlinuz.old