Results 11 to 17 of 17
Originally Posted by Flatline
Code:
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
Is that valid, Flatline? I've only seen 'map' used with the entire drive:
Code:
map (hd0) (hd1)
map (hd1) ...
- 04-20-2005 #11Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Is that valid, Flatline? I've only seen 'map' used with the entire drive:
Originally Posted by Flatline http://www.linuxgazette.com/issue64/kohli.htmlCode:map (hd0) (hd1) map (hd1) (hd0)
/IMHO
//got nothin'
///this use to look better
- 04-20-2005 #12Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
how do i have to chance this file now?Code:# 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/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/hdc default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.11-1.14_FC3) root (hd0,0) kernel /vmlinuz-2.6.11-1.14_FC3 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.11-1.14_FC3.img title Fedora Core (2.6.9-1.667) root (hd0,0) kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.9-1.667.img title Other rootnoverify (hd1,0) chainloader +1
- 04-20-2005 #13
I think so, but this is from memory and a lot of tequila has attacked my neurons over the years. It's been a long time since I had to use that parameter.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-20-2005 #14Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
how do i have to chance this file now?
- 04-20-2005 #15Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
This is what I would try:
It worked once before:http://www.linuxforums.org/forum/pos...15.html#201515Code:map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) makeactive chainloader +1 boot
/IMHO
//got nothin'
///this use to look better
- 04-20-2005 #16Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
*problem solved*
thank you
- 05-27-2005 #17Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
Nevermind


Reply With Quote