Public bug reported:

Binary package hint: grub2

Lucid runs nice from grub2, but since latest updates my Windows XP partitions 
wont boot any more (they worked before).
After selecting them the screen shows GRUB _ with a blinking cursors and wont 
continue (soft reset works / no freeze). Especially the X64-Os additionally got 
a flashing pc-speaker in this state, what really scares me.

>From Lucid both drives are accessible out of the Box, have the complete
(so far i remember) file-system-structure.

$ ls /dev/disk/by-uuid/ -la
...
lrwxrwxrwx 1 root root  10 2010-02-06 22:01 E2FCF2ABFCF2795D -> ../../sda1
lrwxrwxrwx 1 root root  10 2010-02-06 21:01 FA8802F78802B1E5 -> ../../sdb1

$ cat /etc/mtab
...
/dev/sda1 /media/SystemX64 fuseblk 
rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0
/dev/sdb1 /media/System fuseblk 
rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0

$ ls /media/SystemX64/ -la
insgesamt 524701
drwx------  1 cosmichaos cosmichaos      8192 2010-01-31 10:32 .
drwxr-xr-x 18 root       root            4096 2010-02-07 11:05 ..
-rwxrwxrwx  1 cosmichaos cosmichaos         0 2009-09-14 18:45 AUTOEXEC.BAT
drwx------  1 cosmichaos cosmichaos         0 2009-09-14 20:51 Base
-rwxrwxrwx  1 cosmichaos cosmichaos       217 2009-09-15 12:35 boot.ini
drwx------  1 cosmichaos cosmichaos     12288 2010-01-31 10:32 Config.Msi
-rwxrwxrwx  1 cosmichaos cosmichaos         0 2009-09-14 18:45 CONFIG.SYS
drwx------  1 cosmichaos cosmichaos      4096 2009-09-14 18:46 Documents and 
Settings
-rwxrwxrwx  1 cosmichaos cosmichaos         0 2009-09-14 18:45 IO.SYS
-rwxrwxrwx  1 cosmichaos cosmichaos         0 2009-09-14 18:45 MSDOS.SYS
-rwxrwxrwx  1 cosmichaos cosmichaos     47772 2007-02-18 13:00 NTDETECT.COM
-rwxrwxrwx  1 cosmichaos cosmichaos    297072 2007-02-18 13:00 ntldr
drwx------  1 cosmichaos cosmichaos         0 2010-01-11 19:56 NVIDIA
-rwxrwxrwx  1 cosmichaos cosmichaos 536870912 2010-02-02 20:56 pagefile.sys
drwx------  1 cosmichaos cosmichaos      4096 2010-01-31 10:23 Program Files
drwx------  1 cosmichaos cosmichaos     12288 2010-01-31 10:22 Program Files 
(x86)
drwx------  1 cosmichaos cosmichaos         0 2009-12-19 17:36 RECYCLER
drwx------  1 cosmichaos cosmichaos         0 2009-11-28 15:17 System Volume 
Information
drwx------  1 cosmichaos cosmichaos         0 2009-10-30 11:07 temp
drwx------  1 cosmichaos cosmichaos     28672 2010-01-31 12:24 WINDOWS

$ ls /media/System/ -la
insgesamt 1573293
drwx------  1 cosmichaos cosmichaos       8192 2010-01-31 10:32 .
drwxr-xr-x 18 root       root             4096 2010-02-07 11:05 ..
-rwxrwxrwx  1 cosmichaos cosmichaos          0 2009-03-09 18:33 AUTOEXEC.BAT
-rwxrwxrwx  1 cosmichaos cosmichaos       4952 2004-11-11 13:00 bootfont.bin
-rwxrwxrwx  1 cosmichaos cosmichaos        211 2010-01-24 14:42 boot.ini
-rwxrwxrwx  1 cosmichaos cosmichaos          0 2009-03-09 18:33 CONFIG.SYS
drwx------  1 cosmichaos cosmichaos       4096 2009-03-09 18:40 Dokumente und 
Einstellungen
drwx------  1 cosmichaos cosmichaos       4096 2010-01-31 10:04 Downloads
-rwxrwxrwx  1 cosmichaos cosmichaos          0 2009-03-09 18:33 IO.SYS
-rwxrwxrwx  1 cosmichaos cosmichaos          0 2009-03-09 18:33 MSDOS.SYS
-rwxrwxrwx  1 cosmichaos cosmichaos      47564 2004-11-11 13:00 NTDETECT.COM
-rwxrwxrwx  1 cosmichaos cosmichaos     251712 2009-03-21 16:17 ntldr
drwx------  1 cosmichaos cosmichaos          0 2010-01-07 22:37 NVIDIA
-rwxrwxrwx  1 cosmichaos cosmichaos 1610612736 2010-02-03 21:22 pagefile.sys
drwx------  1 cosmichaos cosmichaos          0 2010-01-30 21:44 Program Files
drwx------  1 cosmichaos cosmichaos      24576 2010-01-30 21:33 Programme
drwx------  1 cosmichaos cosmichaos          0 2009-09-14 22:02 RECYCLER
drwx------  1 cosmichaos cosmichaos       4096 2009-12-31 17:15 System Volume 
Information
-rwxrwxrwx  1 cosmichaos cosmichaos       4608 2009-05-31 07:23 Thumbs.db
drwx------  1 cosmichaos cosmichaos      65536 2010-01-30 21:52 WINDOWS


$ cat /boot/grub/grub.cfg
...
menuentry "Windows XP Professional x64 Edition (on /dev/sda1)" {
        savedefault
        insmod ntfs
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set e2fcf2abfcf2795d
        drivemap -s (hd0) ${root}
        chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sdb1)" {
        savedefault
        insmod ntfs
        set root=(hd1,1)
        search --no-floppy --fs-uuid --set fa8802f78802b1e5
        drivemap -s (hd0) ${root}
        chainloader +1
}
...

$ sudo os-prober 
/dev/sda1:Windows XP Professional x64 Edition:Windows:chain
/dev/sdb1:Microsoft Windows XP Professional:Windows1:chain

$ sudo fdisk -l {/dev/sda,/dev/sdb}

Platte /dev/sda: 37.0 GByte, 37019566080 Byte
255 Köpfe, 63 Sektoren/Spuren, 4500 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Sector size (logical / optimal IO): 512 bytes / 512 bytes
Disk identifier: 0x00030dd9

Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1        4499    36138186    7  HPFS/NTFS

Platte /dev/sdb: 200.0 GByte, 200049647616 Byte
240 Köpfe, 63 Sektoren/Spuren, 25841 Zylinder
Einheiten = Zylinder von 15120 × 512 = 7741440 Bytes
Sector size (logical / optimal IO): 512 bytes / 512 bytes
Disk identifier: 0xbf2354c3

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sdb1   *           1       25840   195350368+   7  HPFS/NTFS

$ sudo smartctl -a /dev/sda
...
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
...

$ sudo smartctl -a /dev/sda
...
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
...

Any solutions?

** Affects: grub2 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Booting WindowsXp/Xp-X64 out of Grub2 just echos "GRUB _" blinking cursor
https://bugs.launchpad.net/bugs/518330
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to