Re: Anaconda or Grub write a wrong grub.conf for my windows partition

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Peter Jones ha scritto:

You kind of imply it, but don't say so I'll ask -- you told anaconda
there's another OS to boot as well, right?
Anaconda automatically recognize another OS but instead of putting (hd0,0) it puts (hd1,0) that pointing to the PATA hdd, the storage one.

Can you attach the /root/anaconda-ks.cfg, the /etc/grub.conf it writes
out, and /boot/grub/device.map into the bug when you file it?
Attacched here so you can see

It's likely an anaconda failure, but it could still be it or "booty" at
this point.
booty? What is this?

I don't think I've seen this as a bug, but there's always the chance we
reduce this to some bug we've seen before -- go ahead and file it, if it
turns out to be a dupe we can pick whichever report looks more useful to
keep open, and the other one will still be available.

Why not?

# Kickstart file automatically generated by anaconda.

install
cdrom
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard it
xconfig --card "NVIDIA GeForce 6600 GT" --videoram 8192 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16 --startxonboot  --defaultdesktop gnome
network --device eth0 --bootproto dhcp --hostname b-52
rootpw --iscrypted $1$ACnJbHdt$FlFuea13lee2AC6DKfZgR1
firewall --disabled
selinux --permissive
authconfig --enableshadow --enablemd5
timezone Europe/Rome
bootloader --location=mbr --driveorder=sda,hda --append="rhgb quiet"
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
#clearpart --linux
#part / --fstype ext3 --onpart sda2
#part swap --onpart sda3
#part /usr/local --fstype ext3 --noformat --onpart sda5
#part /home --fstype ext3 --noformat --onpart sda6

%packages
@ everything
kernel-devel
kernel
e2fsprogs

%post
# this device map was generated by anaconda
(fd0)     /dev/fd0
(hd1)     /dev/hda
(hd0)     /dev/sda
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/sda2
#          initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Linux
	root (hd0,1)
	kernel /boot/vmlinuz-2.6.11-1.1226_FC4 ro root=LABEL=/1 rhgb quiet
	initrd /boot/initrd-2.6.11-1.1226_FC4.img
title Windows
	rootnoverify (hd1,0)
	chainloader +1

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]