Call for testing with dual-boot scenarios (or more accurately, call for information)

Richard Hally rhally at mindspring.com
Tue Apr 13 07:37:09 UTC 2004


Jeremy Katz wrote:
> Could people who have experienced difficulty with dual-booting between
> their FC2 test2 installs and a Windows install of some sort get as much
> as possible of the following information for me?  
> 
> If you could add the information to bug 116653, that'll be the most
> helpful for tracking purposes, although mailing it here won't hurt as
> well.
> 
> 1) The geometry as reported by parted (if you can get from an old FC1
> install and an FC2, that would really rule)
> 2) modprobe edd and then get the values from all of the files in
> /sys/firmware/edd/int13_dev80
> 3) The output of 'geometry (hd0)' from a grub prompt in a running 2.6
> kernel
> 4) The output of 'geometry (hd0)' from a grub prompt when booting from
> the BIOS
> 
> Thanks,
> 
> Jeremy
> 
> 
Here is some info from my dual boot system. (it really is a quad boot 
system) My box has two drives that are both set up to dual boot. I have 
winXP and RH9 on hda and wixXP and FC 1.91 on hdc (I change the bios 
boot order to switch drives for booting)
The FC 1.91 install was done by installing FC 1 and yum updating the 
rest to current /develpment. This info may not be as helpful as if I had 
installed FC 2 test 2 but if may be useful for reference since I can 
boot into any of the 4 installed systems. I have grub in both MBR but 
only boot into the 2 systems on the drive I am booting from.

hope this helps,
Richard Hally

here is the output from parted print:
First from RH9;

[root at old1 richard]# /sbin/parted /dev/hda print
Disk geometry for /dev/hda: 0.000-12419.056 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031   4996.779  primary   fat32       boot
2       4996.780   5098.754  primary   ext3
3       5098.755  12229.167  primary   ext3
4      12229.167  12417.429  extended              lba
5      12229.198  12417.429  logical   linux-swap
Information: Don't forget to update /etc/fstab, if necessary.

[root at old1 richard]# /sbin/parted /dev/hdc print
Disk geometry for /dev/hdc: 0.000-39205.687 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031  10001.403  primary   fat32       boot, lba
2      10001.404  10103.378  primary   ext3
3      10103.379  38695.627  primary   ext3
4      38695.627  39205.502  extended              lba
5      38695.658  39205.502  logical   linux-swap
Information: Don't forget to update /etc/fstab, if necessary.

---------- here is parted print from FC 1.91 (kernel 2.6... 309)

[root at old1 root]# parted /dev/hda print
Disk geometry for /dev/hda: 0.000-12419.056 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031   4996.779  primary   fat32       boot
2       4996.780   5098.754  primary   ext3
3       5098.755  12229.167  primary   ext3
4      12229.167  12417.429  extended              lba
5      12229.198  12417.429  logical   linux-swap
Information: Don't forget to update /etc/fstab, if necessary.

[root at old1 root]# parted /dev/hdc print
Warning: Unable to align partition properly.  This probably means that 
another
partitioning tool generated an incorrect partition table, because it 
didn't havethe correct BIOS geometry.  It is safe to ignore,but ignoring 
may cause
(fixable) problems with some boot loaders.
Ignore/Cancel? i
Disk geometry for /dev/hdc: 0.000-39205.687 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031  10001.403  primary   fat32       boot, lba
2      10001.404  10103.378  primary   ext3
3      10103.379  38695.627  primary   ext3
4      38695.627  39205.502  extended              lba
5      38695.658  39205.502  logical   linux-swap
Information: Don't forget to update /etc/fstab, if necessary.

----------------------------------------------------------------------

here is the info from edd:

[root at old1 int13_dev80]# cat extensions
Fixed disk access
Enhanced Disk Drive support
[root at old1 int13_dev80]# cat info_flags
[root at old1 int13_dev80]# cat legacy_cylinders
0x3fe
[root at old1 int13_dev80]# cat legacy_heads
0xfe
[root at old1 int13_dev80]# cat legacy_sectors
0x3f
[root at old1 int13_dev80]# cat mbr_signature
0x0acfdbc8
[root at old1 int13_dev80]# cat raw_data
?-???[root at old1 int13_dev80]# cat sectors
0x4c92d80
[root at old1 int13_dev80]# cat version
0x21
[root at old1 int13_dev80]#
--------------------------------------------------------
[root at old1 int13_dev81]# cat extensions
Fixed disk access
Enhanced Disk Drive support
[root at old1 int13_dev81]# cat info_flags
[root at old1 int13_dev81]# cat legacy_cylinders
0x3fe
[root at old1 int13_dev81]# cat legacy_heads
0xfe
[root at old1 int13_dev81]# cat legacy_sectors
0x3f
[root at old1 int13_dev81]# cat raw_data
t???t???[root at old1 int13_dev81]#
[root at old1 int13_dev81]# cat sectors
0x1841874
[root at old1 int13_dev81]# cat version
0x21

-----------------------------------------------------------------------
grub info from 2.6 kernel: (booting from hdc but grub guessed hda = hd0 
and hdc = hd1)

grub> geometry (hd0)
drive 0x80: C/H/S = 25232/16/63, The number of sectors = 25434228, dev/hda
   Partition num: 0,  Filesystem type is fat, partition type 0xb
   Partition num: 1,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 2,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 4,  Filesystem type unknown, partition type 0x82
 

grub> geometry (hd1)
drive 0x81: C/H/S = 65535/16/63, The number of sectors = 80293248, /dev/hdc
   Partition num: 0,  Filesystem type is fat, partition type 0xc
   Partition num: 1,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 2,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 4,  Filesystem type unknown, partition type 0x82

----------------------------------------------------------------------
GRUB info from bios (booting from hdc, so hd0 = hdc and hd1 = hda)

grub> geometry (hd0)
drive 0x80: C/H/S = 1023/255/63, The number of sectors = 80293248, LBA
   Partition num: 0,  Filesystem type is fat, partition type 0xc
   Partition num: 1,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 2,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 4,  Filesystem type unknown, partition type 0x82

grub> geometry (hd1)
drive 0x81: C/H/S = 1023/255/63, The number of sectors = 25434228, LBA
   Partition num: 0,  Filesystem type is fat, partition type 0xb
   Partition num: 1,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 2,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 4,  Filesystem type unknown, partition type 0x82
 







More information about the fedora-test-list mailing list