--- On Thu, 10/2/08, Antonio Olivares <olivares14031@xxxxxxxxx> wrote: > From: Antonio Olivares <olivares14031@xxxxxxxxx> > Subject: installation of F10-BETA, will report back > To: fedora-test-list@xxxxxxxxxx > Date: Thursday, October 2, 2008, 5:36 PM > Dear fellow testers, > > On a machine running Fedora 9 along with WindowsXP(hosed), > I decided to wipe out the NTFS partition and install Fedora > 10 Beta. I will have to try and fix the boot to boot both > Rawhide and Fedora 9, but that will be an exercise for > later. I booted with ext4 option and did a custom boot, and > had a hard time fixing the partitions so that I could > install it. > > Original layout: > > [root@localhost ~]# fdisk -l > > > Disk /dev/sda: 320.0 GB, 320072933376 bytes > 255 heads, 63 sectors/track, 38913 cylinders > Units = cylinders of 16065 * 512 = 8225280 bytes > Disk identifier: 0xaf7caf7c > > Device Boot Start End Blocks Id > System > /dev/sda1 * 1 26108 209712478+ 7 > HPFS/NTFS > /dev/sda2 31841 31865 200812+ 83 > Linux > /dev/sda3 31866 38913 56613060 8e > Linux LVM > /dev/sda4 26109 31840 46042290 5 > Extended > /dev/sda5 26109 26239 1052226 82 > Linux swap / Solaris > /dev/sda6 26240 31840 44990001 83 > Linux > > Partition table entries are not in disk order > > Disk /dev/dm-0: 56.8 GB, 56841207808 bytes > 255 heads, 63 sectors/track, 6910 cylinders > Units = cylinders of 16065 * 512 = 8225280 bytes > Disk identifier: 0x00000000 > > Disk /dev/dm-0 doesn't contain a valid partition table > > Disk /dev/dm-1: 1073 MB, 1073741824 bytes > 255 heads, 63 sectors/track, 130 cylinders > Units = cylinders of 16065 * 512 = 8225280 bytes > Disk identifier: 0x30307800 > > Disk /dev/dm-1 doesn't contain a valid partition table > You have new mail in /var/spool/mail/root > [root@localhost ~]# cat /boot/grub/grub.conf > # grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after making > changes to this file > # NOTICE: You have a /boot partition. This means that > > # all kernel and initrd paths are relative to > /boot/, eg. > # root (hd0,1) > > # kernel /vmlinuz-version ro > root=/dev/VolGroup00/LogVol00 > # initrd /initrd-version.img > > #boot=/dev/sda > > default=0 > > timeout=5 > > splashimage=(hd0,1)/grub/splash.xpm.gz > > hiddenmenu > > title Fedora (2.6.26.3-29.fc9.i686) > > root (hd0,1) > > kernel /vmlinuz-2.6.26.3-29.fc9.i686 ro > root=UUID=d82c76e1-bbe7-4a0d-94e9-711b3aea50db > > initrd /initrd-2.6.26.3-29.fc9.i686.img > title Fedora (2.6.25.14-108.fc9.i686) > root (hd0,1) > kernel /vmlinuz-2.6.25.14-108.fc9.i686 ro > root=UUID=d82c76e1-bbe7-4a0d-94e9-711b3aea50db > initrd /initrd-2.6.25.14-108.fc9.i686.img > title Fedora (2.6.25-14.fc9.i686) > root (hd0,1) > kernel /vmlinuz-2.6.25-14.fc9.i686 ro > root=UUID=d82c76e1-bbe7-4a0d-94e9-711b3aea50db > initrd /initrd-2.6.25-14.fc9.i686.img > title Fedora (2.6.25-0.234.rc9.git1.fc9.i686) > root (hd0,1) > kernel /vmlinuz-2.6.25-0.234.rc9.git1.fc9.i686 ro > root=UUID=d82c76e1-bbe7-4a0d-94e9-711b3aea50db > initrd /initrd-2.6.25-0.234.rc9.git1.fc9.i686.img > title Microsoft Windows XP Pro > rootnoverify (hd0,0) > chainloader +1 > > New layout after I finish installing and testing back. I > had no ext4 option only ext4dev, is that the same? As soon > as I can boot the new system, I will get back! > > Regards, > > Antonio > > > > > -- Installation succeeded :) Booted to Fedora 10 Beta. Noticed that OpenOffice Writer/Presenter/Calc show up as FMenu --> Office --> OpenOffice.org .0 Writer FMenu --> Office --> OpenOffice.org .0 Calc FMenu --> Office --> OpenOffice.org .0 Presenter respectively! Q: Is this a bug, in the other machines in which I run Rawhide I saw them ok, but now that I look they are same? Did not even notice :( New fdisk and grub.conf file. I will need to modify in order to boot both Fedora 9 and Fedora 10 Beta. [olivares@riohigh ~]$ su - Password: [root@riohigh ~]# fdisk -l Disk /dev/sda: 320.0 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xaf7caf7c Device Boot Start End Blocks Id System /dev/sda1 * 1 12 96358+ 83 Linux /dev/sda2 31841 31865 200812+ 83 Linux /dev/sda3 31866 38913 56613060 8e Linux LVM /dev/sda4 13 31840 255658410 5 Extended /dev/sda5 13 26108 209616088+ 83 Linux /dev/sda6 26109 26239 1052226 82 Linux swap / Solaris /dev/sda7 26240 31840 44990001 83 Linux Partition table entries are not in disk order [root@riohigh ~]# cat /boot/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda5 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.27-0.352.rc7.git1.fc10.i686) root (hd0,0) kernel /vmlinuz-2.6.27-0.352.rc7.git1.fc10.i686 ro root=UUID=81a43c03-e5bf-4d3a-b176-560700821998 rhgb quiet initrd /initrd-2.6.27-0.352.rc7.git1.fc10.i686.img title Fedora-base (2.6.27-0.352.rc7.git1.fc10.i686) root (hd0,0) kernel /vmlinuz-2.6.27-0.352.rc7.git1.fc10.i686 ro root=UUID=81a43c03-e5bf-4d3a-b176-560700821998 rhgb quiet initrd /initrd-2.6.27-0.352.rc7.git1.fc10.i686.img Overall, it is looking beautifully. Will update to latest and get back tommorrow. Regards, Antonio -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list