Well. I see nothing wrong with the hard disk partition.
Regarding 137G bios limit, again, you can boot into ubuntu, so nothing to suspect.
The issue here is why ubuntu grub legacy cannot chainload to mint?
Have you reinstall ubuntu grub legacy to MBR or its boot partition?
If no, may be you should boot into ubuntu live CD, then do a reinstallation of grub legacy to MBR and see if that get you to a "working grub legacy"
Applying what you said is 'logic'.
This is experiment for me to check.. I did it out of curiosity and to check ubuntu9.04 grub legacy boot loader....
I have not tried installing ubuntu 9.04 so this is my first time doing it.
I did this on a computer that has a lot of partitions, multibooting Win7, Fuduntu (Fedora based with grub legacy), ZenMini ( mini version of PCLOS gnome with grub legacy), and lots of Debian based using grub2.
This computer has a 640G hard disk with no issue to boot via old grub legacy in any partition both internal or external hard disk.
Here is just some findings.
1. ubuntu 9.04 did not have a way for me to install grub legacy to root partition, so it took over MBR, that is fine for me.
2. It took a while to detect all other partitions, all were detected during installation
3. when I reboot, ubuntu boots OK and run, I check and its grub legacy is grub0.97
4. I reboot many times to check other partitions and boot from ubuntu's grub menu:
win7, fuduntu, pclos, debian, everyone boots up
5. Now I added just three chainloading to randomly select partitions
reboot and select them via ubuntu grub menu
every partition boots OK with chainloading
At this point, all I can see is there is nothing I can say about any issue ( On my computer with these testing) on
1. ubuntu grub legacy 0.97
2. chainloading
3. ubuntu grub legacy auto-detecting of all my partitions..
to be continued later after more tests
Edit, added here is the grub auto generate stanza, you do not need to read,
this is just for my reference since I might need to refer to it for testing and understanding purpose
- Code: Select all
# 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=2f2493f5-d92f-40b5-842c-c78b049d8b42 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=2f2493f5-d92f-40b5-842c-c78b049d8b42
## 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 9.04, kernel 2.6.28-11-generic
uuid 2f2493f5-d92f-40b5-842c-c78b049d8b42
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=2f2493f5-d92f-40b5-842c-c78b049d8b42 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid 2f2493f5-d92f-40b5-842c-c78b049d8b42
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=2f2493f5-d92f-40b5-842c-c78b049d8b42 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid 2f2493f5-d92f-40b5-842c-c78b049d8b42
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
title sda5 chainload
root (hd0,4)
chainloader +1
title sda6
root (hd0,5)
chainloader +1
title sda10
root (hd0,9)
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title sda1 MBR zenmini (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz BOOT_IMAGE=linux root=UUID=84b31a08-8c3b-4946-b7a4-6f0d04900055 quiet vmalloc=256M acpi=on resume=UUID=462c5dae-3c24-496b-8f0c-73b021e30b52 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title linux-nonfb (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=84b31a08-8c3b-4946-b7a4-6f0d04900055 quiet vmalloc=256M acpi=on resume=UUID=462c5dae-3c24-496b-8f0c-73b021e30b52
initrd (hd0,11)/boot/initrd.img
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.
title sda1 zenmini failsafe (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=84b31a08-8c3b-4946-b7a4-6f0d04900055 quiet failsafe vmalloc=256M acpi=on
initrd (hd0,)/boot/initrd.img
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 3.2.0-2-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-3.2.0-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro quiet
initrd /boot/initrd.img-3.2.0-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 3.2.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-3.2.0-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro single
initrd /boot/initrd.img-3.2.0-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 3.0.0-2-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-3.0.0-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro quiet
initrd /boot/initrd.img-3.0.0-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 3.0.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-3.0.0-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro single
initrd /boot/initrd.img-3.0.0-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 3.0.0-1-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-3.0.0-1-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro quiet
initrd /boot/initrd.img-3.0.0-1-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 3.0.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-3.0.0-1-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro single
initrd /boot/initrd.img-3.0.0-1-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.39-2-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.39-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro quiet
initrd /boot/initrd.img-2.6.39-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.39-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.39-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro single
initrd /boot/initrd.img-2.6.39-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.39-1-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.39-1-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro quiet
initrd /boot/initrd.img-2.6.39-1-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.39-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.39-1-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro single
initrd /boot/initrd.img-2.6.39-1-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.38-2-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.38-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro quiet
initrd /boot/initrd.img-2.6.38-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.38-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.38-2-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro single
initrd /boot/initrd.img-2.6.38-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.32-5-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro quiet
initrd /boot/initrd.img-2.6.32-5-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda10)
root (hd0,9)
kernel /boot/vmlinuz-2.6.32-5-amd64 root=UUID=2751bd54-f6d3-11e0-b9db-002564ec36c2 ro single
initrd /boot/initrd.img-2.6.32-5-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda11.
title 'Semplice GNU/Linux, with Linux 3.2.0-2-686-pae' --class semplice --class gnu-linux --class gnu --class os { (on /dev/sda11)
root (hd0,10)
kernel /boot/vmlinuz-3.2.0-2-686-pae root=UUID=f0330114-ffdd-436b-a48b-a6ee0df600c4 ro quiet
initrd /boot/initrd.img-3.2.0-2-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda11.
title 'Semplice GNU/Linux, with Linux 3.2.0-2-686-pae (recovery mode)' --class semplice --class gnu-linux --class gnu --class os { (on /dev/sda11)
root (hd0,10)
kernel /boot/vmlinuz-3.2.0-2-686-pae root=UUID=f0330114-ffdd-436b-a48b-a6ee0df600c4 ro single
initrd /boot/initrd.img-3.2.0-2-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda12.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-686-pae' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda12)
root (hd0,11)
kernel /boot/vmlinuz-3.2.0-2-686-pae root=UUID=efc85d06-58ff-495f-9ea1-bd68c7350035 ro quiet
initrd /boot/initrd.img-3.2.0-2-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda12.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-686-pae (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda12)
root (hd0,11)
kernel /boot/vmlinuz-3.2.0-2-686-pae root=UUID=efc85d06-58ff-495f-9ea1-bd68c7350035 ro single
initrd /boot/initrd.img-3.2.0-2-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda12.
title 'LinuxMint GNU/Linux, with Linux 2.6.39-2-486' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda12)
root (hd0,11)
kernel /boot/vmlinuz-2.6.39-2-486 root=UUID=efc85d06-58ff-495f-9ea1-bd68c7350035 ro quiet
initrd /boot/initrd.img-2.6.39-2-486
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda12.
title 'LinuxMint GNU/Linux, with Linux 2.6.39-2-486 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda12)
root (hd0,11)
kernel /boot/vmlinuz-2.6.39-2-486 root=UUID=efc85d06-58ff-495f-9ea1-bd68c7350035 ro single
initrd /boot/initrd.img-2.6.39-2-486
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda13.
title 'Ubuntu, with Linux 3.2.0-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda13)
root (hd0,12)
kernel /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=f79e309e-debc-46d6-8660-24b7761a981a ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-24-generic-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda13.
title 'Ubuntu, with Linux 3.2.0-24-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda13)
root (hd0,12)
kernel /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=f79e309e-debc-46d6-8660-24b7761a981a ro recovery nomodeset
initrd /boot/initrd.img-3.2.0-24-generic-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda13.
title 'Ubuntu, with Linux 3.2.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda13)
root (hd0,12)
kernel /boot/vmlinuz-3.2.0-24-generic root=UUID=f79e309e-debc-46d6-8660-24b7761a981a ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-24-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda13.
title 'Ubuntu, with Linux 3.2.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda13)
root (hd0,12)
kernel /boot/vmlinuz-3.2.0-24-generic root=UUID=f79e309e-debc-46d6-8660-24b7761a981a ro recovery nomodeset
initrd /boot/initrd.img-3.2.0-24-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda13.
title 'Ubuntu, with Linux 3.2.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda13)
root (hd0,12)
kernel /boot/vmlinuz-3.2.0-23-generic root=UUID=f79e309e-debc-46d6-8660-24b7761a981a ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-23-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda13.
title 'Ubuntu, with Linux 3.2.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda13)
root (hd0,12)
kernel /boot/vmlinuz-3.2.0-23-generic root=UUID=f79e309e-debc-46d6-8660-24b7761a981a ro recovery nomodeset
initrd /boot/initrd.img-3.2.0-23-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda14.
title 'Ubuntu, with Linux 3.2.0-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda14)
root (hd0,13)
kernel /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=cad66f6d-0204-4fc5-b5e8-9a13a4d88faa ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-24-generic-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda14.
title 'Ubuntu, with Linux 3.2.0-24-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda14)
root (hd0,13)
kernel /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=cad66f6d-0204-4fc5-b5e8-9a13a4d88faa ro recovery nomodeset
initrd /boot/initrd.img-3.2.0-24-generic-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda14.
title 'Ubuntu, with Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda14)
root (hd0,13)
kernel /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=cad66f6d-0204-4fc5-b5e8-9a13a4d88faa ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-23-generic-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda14.
title 'Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { (on /dev/sda14)
root (hd0,13)
kernel /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=cad66f6d-0204-4fc5-b5e8-9a13a4d88faa ro recovery nomodeset
initrd /boot/initrd.img-3.2.0-23-generic-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda15.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-486' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda15)
root (hd0,14)
kernel /boot/vmlinuz-3.2.0-2-486 root=UUID=6705bff3-78c1-4d1c-9c51-bce5120a8f8e ro quiet
initrd /boot/initrd.img-3.2.0-2-486
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda15.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-486 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda15)
root (hd0,14)
kernel /boot/vmlinuz-3.2.0-2-486 root=UUID=6705bff3-78c1-4d1c-9c51-bce5120a8f8e ro single
initrd /boot/initrd.img-3.2.0-2-486
savedefault
boot
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title Windows Vista (loader)
rootnoverify (hd0,2)
savedefault
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title 'LinuxMint GNU/Linux, with Linux 3.3.0-4.dmz.1-liquorix-686' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.3.0-4.dmz.1-liquorix-686 root=UUID=083bcdf9-2307-44aa-a309-ef4df33c7cca ro quiet
initrd /boot/initrd.img-3.3.0-4.dmz.1-liquorix-686
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title 'LinuxMint GNU/Linux, with Linux 3.3.0-4.dmz.1-liquorix-686 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.3.0-4.dmz.1-liquorix-686 root=UUID=083bcdf9-2307-44aa-a309-ef4df33c7cca ro single
initrd /boot/initrd.img-3.3.0-4.dmz.1-liquorix-686
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-686-pae' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.2.0-2-686-pae root=UUID=083bcdf9-2307-44aa-a309-ef4df33c7cca ro quiet
initrd /boot/initrd.img-3.2.0-2-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-686-pae (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.2.0-2-686-pae root=UUID=083bcdf9-2307-44aa-a309-ef4df33c7cca ro single
initrd /boot/initrd.img-3.2.0-2-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-486' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.2.0-2-486 root=UUID=083bcdf9-2307-44aa-a309-ef4df33c7cca ro quiet
initrd /boot/initrd.img-3.2.0-2-486
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-486 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.2.0-2-486 root=UUID=083bcdf9-2307-44aa-a309-ef4df33c7cca ro single
initrd /boot/initrd.img-3.2.0-2-486
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.
title Fuduntu 2012 (Punny Name Serious Distro) (3.2.15-1.fu2012.i686) (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz-3.2.15-1.fu2012.i686 ro root=UUID=c2a04d09-cf5e-441e-baf3-94862c41d443 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet acpi_osi="Linux"
initrd /boot/initramfs-3.2.15-1.fu2012.i686.img
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.
title Fuduntu 2012 (Punny Name, Serious Distro) (3.2.13-1.fu2012.i686) (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz-3.2.13-1.fu2012.i686 ro root=UUID=c2a04d09-cf5e-441e-baf3-94862c41d443 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet acpi_osi="Linux"
initrd /boot/initramfs-3.2.13-1.fu2012.i686.img
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.
title Fuduntu 14 (Rollin) (3.1.10-1.fu2012.i686) (on /dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz-3.1.10-1.fu2012.i686 ro root=UUID=c2a04d09-cf5e-441e-baf3-94862c41d443 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet acpi_osi="Linux"
initrd /boot/initramfs-3.1.10-1.fu2012.i686.img
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7.
title 'LinuxMint GNU/Linux, with Linux 3.3.0-3.dmz.1-liquorix-686' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda7)
root (hd0,6)
kernel /boot/vmlinuz-3.3.0-3.dmz.1-liquorix-686 root=UUID=8127b30e-441a-44df-a436-74b1b31124bd ro pcie_aspm=force quiet
initrd /boot/initrd.img-3.3.0-3.dmz.1-liquorix-686
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7.
title 'LinuxMint GNU/Linux, with Linux 3.3.0-3.dmz.1-liquorix-686 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda7)
root (hd0,6)
kernel /boot/vmlinuz-3.3.0-3.dmz.1-liquorix-686 root=UUID=8127b30e-441a-44df-a436-74b1b31124bd ro single pcie_aspm=force
initrd /boot/initrd.img-3.3.0-3.dmz.1-liquorix-686
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-rt-686-pae' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda7)
root (hd0,6)
kernel /boot/vmlinuz-3.2.0-2-rt-686-pae root=UUID=8127b30e-441a-44df-a436-74b1b31124bd ro pcie_aspm=force quiet
initrd /boot/initrd.img-3.2.0-2-rt-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-rt-686-pae (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda7)
root (hd0,6)
kernel /boot/vmlinuz-3.2.0-2-rt-686-pae root=UUID=8127b30e-441a-44df-a436-74b1b31124bd ro single pcie_aspm=force
initrd /boot/initrd.img-3.2.0-2-rt-686-pae
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-486' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda7)
root (hd0,6)
kernel /boot/vmlinuz-3.2.0-2-486 root=UUID=8127b30e-441a-44df-a436-74b1b31124bd ro pcie_aspm=force quiet
initrd /boot/initrd.img-3.2.0-2-486
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda7.
title 'LinuxMint GNU/Linux, with Linux 3.2.0-2-486 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { (on /dev/sda7)
root (hd0,6)
kernel /boot/vmlinuz-3.2.0-2-486 root=UUID=8127b30e-441a-44df-a436-74b1b31124bd ro single pcie_aspm=force
initrd /boot/initrd.img-3.2.0-2-486
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda8.
title 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda8)
root (hd0,7)
kernel /boot/vmlinuz-2.6.32-5-amd64 root=UUID=6bdfd78e-bd5d-402c-8c17-17be9dc45dcf ro quiet
initrd /boot/initrd.img-2.6.32-5-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda8.
title 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda8)
root (hd0,7)
kernel /boot/vmlinuz-2.6.32-5-amd64 root=UUID=6bdfd78e-bd5d-402c-8c17-17be9dc45dcf ro single
initrd /boot/initrd.img-2.6.32-5-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 3.2.0-2-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-3.2.0-2-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro quiet
initrd /boot/initrd.img-3.2.0-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 3.2.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-3.2.0-2-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro single
initrd /boot/initrd.img-3.2.0-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 3.0.0-1-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-3.0.0-1-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro quiet
initrd /boot/initrd.img-3.0.0-1-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 3.0.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-3.0.0-1-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro single
initrd /boot/initrd.img-3.0.0-1-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 2.6.39-2-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.39-2-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro quiet
initrd /boot/initrd.img-2.6.39-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 2.6.39-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.39-2-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro single
initrd /boot/initrd.img-2.6.39-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 2.6.38-2-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.38-2-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro quiet
initrd /boot/initrd.img-2.6.38-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 2.6.38-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.38-2-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro single
initrd /boot/initrd.img-2.6.38-2-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.32-5-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro quiet
initrd /boot/initrd.img-2.6.32-5-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os { (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.32-5-amd64 root=UUID=1d5992df-53b2-49a7-a29e-4cd9a8338a7d ro single
initrd /boot/initrd.img-2.6.32-5-amd64
savedefault
boot