Author |
Message |
|
Post subject: Re: Fedora Core 6
Posted: Nov 22, 2006 - 20:01
|
|
Order of the Pegasos


Joined: Aug 16, 2003
Posts: 2538
Location: Göteborg
|
|
DJBase,
Please ask Lisardman, I have been asked to keep quiet. |
_________________ Mvh Gunne
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Nov 22, 2006 - 20:06
|
|
Just looking around
Joined: Nov 22, 2006
Posts: 2
|
|
hehe, nevermind, I just found the command line.  |
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Nov 22, 2006 - 20:13
|
|
Order of the Butterfly


Joined: Jan 14, 2004
Posts: 1940
Location: Karlsborg,Sverige
|
|
@Gunne
Why do you have to keep drag this things up. you previously trashed the thread.. that was why I asked you to quit write alot of crap.. .. |
_________________ RR!
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Nov 22, 2006 - 20:28
|
|
Order of the Pegasos


Joined: Aug 16, 2003
Posts: 2538
Location: Göteborg
|
|
Lisardman,
You are so great ! |
_________________ Mvh Gunne
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Nov 22, 2006 - 20:32
|
|
Order of the Butterfly


Joined: Aug 26, 2003
Posts: 1784
Location: Malmö
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Nov 23, 2006 - 05:33
|
|
Order of the Butterfly


Joined: Sep 08, 2003
Posts: 1370
Location: EU
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Nov 28, 2006 - 17:56
|
|
Newbie
Joined: Jul 19, 2005
Posts: 24
Location: Vassor, Finland
|
|
The boot config is written to yaboot/yaboot.conf. You can download the grub script package by Gunne for Ubuntu, and edit it according to your configuration, the needed stuff can be extracted from the yaboot.conf file.
e.g my yaboot.conf:
# yaboot.conf generated by anaconda
boot=/dev/hdb1
init-message=Welcome to Fedora Core!\nHit <TAB> for boot options
partition=0
timeout=80
install=/usr/lib/yaboot/yaboot
delay=5
enablecdboot
enableofboot
enablenetboot
nonvram
mntpoint=/boot/yaboot
usemount
image=/vmlinuz-2.6.18-1.2849.fc6
label=2.6.18-1.2849.f
read-only
initrd=/initrd-2.6.18-1.2849.fc6.img
root=/dev/VolGroup00/LogVol00
append="rhgb quiet"
image=/vmlinuz-2.6.18-1.2798.fc6
label=linux
read-only
initrd=/initrd-2.6.18-1.2798.fc6.img
root=/dev/VolGroup00/LogVol00
append="rhgb quiet"
And my bootline in grub.cfg is:
linux (hd0,0)/vmlinuz-2.6.18-1.2849.fc6 root=/dev/VolGroup00/LogVol00 video=radeon:1280x768@60 quiet splash
initrd (hd0,0)/initrd-2.6.18-1.2849.fc6.img |
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Nov 29, 2006 - 06:40
|
|
Order of the Butterfly


Joined: Sep 08, 2003
Posts: 1370
Location: EU
|
|
Motosampy wrote: |
And my bootline in grub.cfg is:
linux (hd0,0)/vmlinuz-2.6.18-1.2849.fc6 root=/dev/VolGroup00/LogVol00 video=radeon:1280x768@60 quiet splash
initrd (hd0,0)/initrd-2.6.18-1.2849.fc6.img |
why not Code: | root (hd0,0)
linux /vmlinuz-2.6.18-1.2849.fc6 root=/dev/VolGroup00/LogVol00 video=radeon:1280x768@60 quiet splash
initrd /initrd-2.6.18-1.2849.fc6.img |
|
_________________ Join the Pegasos.Org Team at Seti@Home.
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Dec 01, 2006 - 05:34
|
|
Newbie
Joined: Jul 19, 2005
Posts: 24
Location: Vassor, Finland
|
|
Would that make any difference ? |
|
|
|
|
 |
|
Post subject: Re: Fedora Core 6
Posted: Dec 01, 2006 - 05:54
|
|
Order of the Butterfly


Joined: Sep 08, 2003
Posts: 1370
Location: EU
|
|
sure, your don't have to put the (hd0,0) infront of all the paths, IMHO less risk to type something wrong. |
_________________ Join the Pegasos.Org Team at Seti@Home.
|
|
|
|
 |
|