Hello Fellows,

today I've found a timeslot to install the 2.6 on my lcnc-machine
in a second partition and I've found a problem with the os-prober of wheezy.

blkid gives me:

/dev/sda1: UUID="76723ee9-445c-4da4-be51-e2bb1335e701" TYPE="ext2"
/dev/sda2: UUID="910bc927-3a4b-4ab3-8956-8c927bf0b994" TYPE="ext4"
/dev/sda5: UUID="479717d7-b5c6-42ce-8694-7bfcef8adba4" TYPE="swap"
/dev/sda6: LABEL="lcnc2.6..." UUID="4cba39c1-4c0a-4672-a877-f51f8380374e" 
TYPE="ext4"

where
sda1 = boot
sda2 = ubu 10.4 w lcnc2.5x
sda6 = new wheezy w lcnc2.6x

but linux-boot-prober
gives me the wrong UUID for root (the root-uuid is for sda6):

shortend output...
/dev/sda2:/dev/sda1:Debian GNU/Linux, ... 
root=UUID=4cba39c1-4c0a-4672-a877-f51f8380374e ...
/dev/sda2:/dev/sda1:Debian GNU/Linux, ... 
root=UUID=4cba39c1-4c0a-4672-a877-f51f8380374e ...
/dev/sda2:/dev/sda1:Debian GNU/Linux, ... 
root=UUID=4cba39c1-4c0a-4672-a877-f51f8380374e ...
/dev/sda2:/dev/sda1:Debian GNU/Linux, ... 
root=UUID=4cba39c1-4c0a-4672-a877-f51f8380374e ...

and the resulting grub entry for the old system is also wrong :

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
menuentry "Debian GNU/Linux, with Linux 3.4-9-rtai-686-pae (on /dev/sda2)" {
    set root=(hd0,msdos1)
    search --no-floppy --fs-uuid --set 910bc927-3a4b-4ab3-8956-8c927bf0b994
    linux /vmlinuz-3.4-9-rtai-686-pae 
root=UUID=4cba39c1-4c0a-4672-a877-f51f8380374e ro initrd=/install/initrd.gz 
quiet.
    initrd /initrd.img-3.4-9-rtai-686-pae
}

My os-prober package is
version 1.58.


Did someone else watch this ?

Cheers Matsche

ps:
related bug reports:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686754
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/554307

-- 
"In der Wissenschaft siegt nie eine neue Theorie,
nur ihre Gegner sterben nach und nach"

Max Planck


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to