I have been holding off for a while, but finally decided to jump. So I upgraded to Karmic. So far, all was well. But I just had to try to install grub2 and did a fatal mistake.
There is one place where you apparently is supposed to make a choice by pressing the spacebar and then hit ok. It was not very obvoius, so I hit ok. No warnings about missing input on this. When I rebooted, I am getting error 15 before any OS list shows.
I have been looking at several threads on the net, and it seems that it should be possible to recover. But I need a little help sorting things out. My head is spinning after several days of very little sleep and a lot of work.
The pc has dual boot Windows XP and Kubuntu. The Kubuntu root partition is on /dev/sda3.
I booted the pc on a live cd and ran a script I found in http://ubuntuforums.org/showthread.php?t=1022594 (it is in the third post from the top):
============================= Boot Info Summary: ==============================
=> Grub0.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #3 for /boot/grub/stage2 and /boot/grub/menu.lst.
sda1: __________________________________________________ _______________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files/dirs: /boot.ini /ntldr /NTDETECT.COM
sda2: __________________________________________________ _______________________
File system: ntfs
Boot sector type: Windows Vista
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
sda3: __________________________________________________ _______________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu karmic (development
branch)
Boot files/dirs: /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab
/boot/grub/core.img
sda4: __________________________________________________ _______________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________ _______________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs:
sda6: __________________________________________________ _______________________
File system: swap
Boot sector type: -
Boot sector info:
=========================== Drive/Partition Info: =============================
Drive sda: __________________________________________________ ___________________
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x000852c9
Partition Boot Start End Size Id System
/dev/sda1 * 63 61,432,559 61,432,497 7 HPFS/NTFS
/dev/sda2 61,432,560 545,262,164 483,829,605 7 HPFS/NTFS
/dev/sda3 545,262,165 575,962,379 30,700,215 83 Linux
/dev/sda4 575,978,445 625,137,344 49,158,900 5 Extended
/dev/sda5 575,978,508 616,944,194 40,965,687 83 Linux
/dev/sda6 616,944,258 625,137,344 8,193,087 82 Linux swap / Solaris
blkid -c /dev/null: __________________________________________________ __________
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="05DFC32D1F7BF3BC" LABEL="System" TYPE="ntfs"
/dev/sda2: UUID="6E911BD27E216783" LABEL="Data" TYPE="ntfs"
/dev/sda3: LABEL="Kubuntu" UUID="9bf6e2ab-7135-4557-ac2c-26a8035c04c6" TYPE="ext3"
/dev/sda5: LABEL="Home" UUID="acc6a892-3854-4c5a-b169-bbea0f96eda6" TYPE="ext3"
/dev/sda6: UUID="ba08605b-aa6e-47a0-abb4-3541ea60ddf6" TYPE="swap"
=============================== "mount" output: ===============================
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
rootfs on / type rootfs (rw)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/sda3 on /media/Kubuntu type ext3 (rw,nosuid,nodev,uhelper=hal)
/dev/sda5 on /media/Home type ext3 (rw,nosuid,nodev,uhelper=hal)
================================ sda1/boot.ini: ================================
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect
=========================== sda3/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=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=9bf6e2ab-7135-4557-ac2c-26a8035c04c6
## 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
## 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 Chainload into GRUB 2
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/grub/core.img
title ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
root
title When you have verified GRUB 2 works, you can use this command to
root
title complete the upgrade: upgrade-from-grub-legacy
root
title ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
root
title Ubuntu karmic (development branch), kernel 2.6.31-12-generic
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.31-12-generic
quiet
title Ubuntu karmic (development branch), kernel 2.6.31-12-generic (recovery mode)
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.31-12-generic
title Ubuntu karmic (development branch), kernel 2.6.28-15-generic
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.28-15-generic
quiet
title Ubuntu karmic (development branch), kernel 2.6.28-15-generic (recovery mode)
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.28-15-generic
title Ubuntu karmic (development branch), memtest86+
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
rootnoverify (hd0,0)
savedefault
chainloader +1
=========================== sda3/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
load_env
set default="0"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-12-generic" {
recordfail=1
save_env recordfail
set quiet=1
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode)" {
recordfail=1
save_env recordfail
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.28-15-generic" {
recordfail=1
save_env recordfail
set quiet=1
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu, Linux 2.6.28-15-generic (recovery mode)" {
recordfail=1
save_env recordfail
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.28-15-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 05dfc32d1f7bf3bc
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
=============================== sda3/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda3 during installation
LABEL=Kubuntu / ext3 relatime,errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
LABEL=Home /home ext3 relatime 0 2
# none was on /dev/sda6 during installation
UUID=ba08605b-aa6e-47a0-abb4-3541ea60ddf6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda1 /media/System ntfs defaults
/dev/sda2 /media/Data ntfs defaults
=================== sda3: Location of files loaded by Grub: ===================
280.0GB: boot/grub/grub.cfg
280.0GB: boot/grub/menu.lst
280.0GB: boot/initrd.img-2.6.28-15-generic
280.0GB: boot/initrd.img-2.6.31-12-generic
282.0GB: boot/vmlinuz-2.6.28-15-generic
280.0GB: boot/vmlinuz-2.6.31-12-generic
280.0GB: initrd.img
280.0GB: initrd.img.old
280.0GB: vmlinuz
282.0GB: vmlinuz.old
I have been reading a lot and feel that I am close to a solution, but I am really tired and need some sleep. I will check back here in some hours. Sorry for not beeing able to hang around here right now.
I think I understand how to chroot to a partition using the live cd. Just need to figure out exactly what to do there....
There is one place where you apparently is supposed to make a choice by pressing the spacebar and then hit ok. It was not very obvoius, so I hit ok. No warnings about missing input on this. When I rebooted, I am getting error 15 before any OS list shows.
I have been looking at several threads on the net, and it seems that it should be possible to recover. But I need a little help sorting things out. My head is spinning after several days of very little sleep and a lot of work.
The pc has dual boot Windows XP and Kubuntu. The Kubuntu root partition is on /dev/sda3.
I booted the pc on a live cd and ran a script I found in http://ubuntuforums.org/showthread.php?t=1022594 (it is in the third post from the top):
============================= Boot Info Summary: ==============================
=> Grub0.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #3 for /boot/grub/stage2 and /boot/grub/menu.lst.
sda1: __________________________________________________ _______________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files/dirs: /boot.ini /ntldr /NTDETECT.COM
sda2: __________________________________________________ _______________________
File system: ntfs
Boot sector type: Windows Vista
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
sda3: __________________________________________________ _______________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu karmic (development
branch)
Boot files/dirs: /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab
/boot/grub/core.img
sda4: __________________________________________________ _______________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________ _______________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System:
Boot files/dirs:
sda6: __________________________________________________ _______________________
File system: swap
Boot sector type: -
Boot sector info:
=========================== Drive/Partition Info: =============================
Drive sda: __________________________________________________ ___________________
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x000852c9
Partition Boot Start End Size Id System
/dev/sda1 * 63 61,432,559 61,432,497 7 HPFS/NTFS
/dev/sda2 61,432,560 545,262,164 483,829,605 7 HPFS/NTFS
/dev/sda3 545,262,165 575,962,379 30,700,215 83 Linux
/dev/sda4 575,978,445 625,137,344 49,158,900 5 Extended
/dev/sda5 575,978,508 616,944,194 40,965,687 83 Linux
/dev/sda6 616,944,258 625,137,344 8,193,087 82 Linux swap / Solaris
blkid -c /dev/null: __________________________________________________ __________
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="05DFC32D1F7BF3BC" LABEL="System" TYPE="ntfs"
/dev/sda2: UUID="6E911BD27E216783" LABEL="Data" TYPE="ntfs"
/dev/sda3: LABEL="Kubuntu" UUID="9bf6e2ab-7135-4557-ac2c-26a8035c04c6" TYPE="ext3"
/dev/sda5: LABEL="Home" UUID="acc6a892-3854-4c5a-b169-bbea0f96eda6" TYPE="ext3"
/dev/sda6: UUID="ba08605b-aa6e-47a0-abb4-3541ea60ddf6" TYPE="swap"
=============================== "mount" output: ===============================
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
rootfs on / type rootfs (rw)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/sda3 on /media/Kubuntu type ext3 (rw,nosuid,nodev,uhelper=hal)
/dev/sda5 on /media/Home type ext3 (rw,nosuid,nodev,uhelper=hal)
================================ sda1/boot.ini: ================================
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect
=========================== sda3/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=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=9bf6e2ab-7135-4557-ac2c-26a8035c04c6
## 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
## 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 Chainload into GRUB 2
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/grub/core.img
title ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
root
title When you have verified GRUB 2 works, you can use this command to
root
title complete the upgrade: upgrade-from-grub-legacy
root
title ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
root
title Ubuntu karmic (development branch), kernel 2.6.31-12-generic
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.31-12-generic
quiet
title Ubuntu karmic (development branch), kernel 2.6.31-12-generic (recovery mode)
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.31-12-generic
title Ubuntu karmic (development branch), kernel 2.6.28-15-generic
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.28-15-generic
quiet
title Ubuntu karmic (development branch), kernel 2.6.28-15-generic (recovery mode)
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.28-15-generic
title Ubuntu karmic (development branch), memtest86+
uuid 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
rootnoverify (hd0,0)
savedefault
chainloader +1
=========================== sda3/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
load_env
set default="0"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-12-generic" {
recordfail=1
save_env recordfail
set quiet=1
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode)" {
recordfail=1
save_env recordfail
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.31-12-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.28-15-generic" {
recordfail=1
save_env recordfail
set quiet=1
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro quiet splash
initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu, Linux 2.6.28-15-generic (recovery mode)" {
recordfail=1
save_env recordfail
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 9bf6e2ab-7135-4557-ac2c-26a8035c04c6
linux /boot/vmlinuz-2.6.28-15-generic root=UUID=9bf6e2ab-7135-4557-ac2c-26a8035c04c6 ro single
initrd /boot/initrd.img-2.6.28-15-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 05dfc32d1f7bf3bc
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
=============================== sda3/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda3 during installation
LABEL=Kubuntu / ext3 relatime,errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
LABEL=Home /home ext3 relatime 0 2
# none was on /dev/sda6 during installation
UUID=ba08605b-aa6e-47a0-abb4-3541ea60ddf6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda1 /media/System ntfs defaults
/dev/sda2 /media/Data ntfs defaults
=================== sda3: Location of files loaded by Grub: ===================
280.0GB: boot/grub/grub.cfg
280.0GB: boot/grub/menu.lst
280.0GB: boot/initrd.img-2.6.28-15-generic
280.0GB: boot/initrd.img-2.6.31-12-generic
282.0GB: boot/vmlinuz-2.6.28-15-generic
280.0GB: boot/vmlinuz-2.6.31-12-generic
280.0GB: initrd.img
280.0GB: initrd.img.old
280.0GB: vmlinuz
282.0GB: vmlinuz.old
I have been reading a lot and feel that I am close to a solution, but I am really tired and need some sleep. I will check back here in some hours. Sorry for not beeing able to hang around here right now.
I think I understand how to chroot to a partition using the live cd. Just need to figure out exactly what to do there....
Comment