I am running Kubuntu Karmic beta, fully upgraded twice a day.
br...@xenophon:~$ uname -a
Linux Xenophon 2.6.31-13-generic #45-Ubuntu SMP Tue Oct 13 02:07:24 UTC 2009
x86_64 GNU/Linux
br...@xenophon:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu karmi
I have confirmed that grub-pc did not recognize usage of the /boot partition
for the "other" Linux install. I was able to boot my Jaunty install after
changing the UUID in the search option and modifying the kernel and initial RAM
disk file names to be relative to /boot:
102,104c102,104
<
Follow-up to previous post with legacy grub menu.lst
** Attachment added: "legacy grub menu.lst"
http://launchpadlibrarian.net/33147990/menu.lst
--
have run udate-grub2 and my other linux wont boot
https://bugs.launchpad.net/bugs/411705
You received this bug notification because you are a mem
I may have run into the same or a similar bug - After installing Karmic
in a new partition, I can no longer boot Jaunty. I have described this
in http://ubuntuforums.org/showthread.php?t=1284332 and will attach
relevant legacy and grub2 config files below.
hba...@cypress:~$ sudo parted -l
[sudo] p
A workaround might be to edit PCLinuxOS's grub menu.lst file to remove
the pointless (hd0,2) from the initrd line. There's no particularly
straightforward Ubuntu-side workaround for this yet unfortunately.
--
have run udate-grub2 and my other linux wont boot
https://bugs.launchpad.net/bugs/411705
Thanks for your prompt response. How do you work aroud this.Grub legacy
allowed you to edit menue first but grub 2 will not allow you to edit
grub cnf.
--
have run udate-grub2 and my other linux wont boot
https://bugs.launchpad.net/bugs/411705
You received this bug notification because you are a
Thanks. The problem here is that the initrd line is wrong. One of the
changes in GRUB 2 from GRUB Legacy is that it fixed what's now
considered a design error: GRUB Legacy numbered partitions from 0, but
GRUB 2 numbers them from 1. This means that you have "initrd
(hd0,2)/boot/initrd.img" when it s
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "linux (on /dev/sda3)" {
set root=(hd0,3)
search --no-floppy --fs-uuid --set a41db825-e3ed-429f-bbfd-ea2db4a41ca1
linux /boot/vmlinuz BOOT_IMAGE=linux
root=UUID=a41db825-e3ed-429f-bbfd-ea2db4a41ca1
resume=UUID=399aa796-4e8c-
Please attach /boot/grub/grub.cfg from Ubuntu, and also the output of
'sudo parted -l' so that we can see what your partition layout looks
like. If possible, identify for us on the 'sudo parted -l' output which
partition contains PCLinuxOS.
** Changed in: grub2 (Ubuntu)
Status: New => Incom