1e82d
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Vostro 1310(laptop)
So, I installed pcbsd, installed nicely, I didn't install the bootmanager because then it would take over grub, which has Ubuntu and Windows. So then I do update-grub, it doesn't see pcbsd... ok then. (Also note I am on the awful grub2, grub1 I could have solved this myself) Then I go to /boot/grub(this is on ubuntu) and look for menu.lst, wait there is no menu.lst anymore, it's grub.cnf which is non editable. Ok then I get confused, and just go to grub commandline on bootup: I know pcbsd is on /dev/sda3 or how grub will see it (hd0,3) SO I do: root (hd0,3) kernel /boot/loader unknown command 'kernel' Uh, why doesn't it know what the command kernel is? Well grub2 changed this into a command called linux. I have no idea why the heck they are making my life worse. So I do linux /boot/loader error: Invalid magic number ![]() Anyone have any ideas? I'm lost. Things I have learned: *beep**beep**beep**beep* grub2. |
|
#2
|
||||
|
||||
|
Try:
Code:
os-prober update-grub
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
No luck D:
|
|
#4
|
|||
|
|||
|
I saw this thread http://forums.pcbsd.org/viewtopic.php?f=1&t=14668
And the last post intrigued me, Quote:
|
|
#5
|
||||
|
||||
|
Did I saw grub2?
Stick to the good old grub |
|
#6
|
|||
|
|||
|
Too late now, or can I go back? Though there is one thing stopping me from going back, when I lose grub(over written), I don't know how to get it back in grub1. Is it the same as this process https://help.ubuntu.com/community/Gr...talling GRUB 2
|
|
#7
|
||||
|
||||
|
have you tried:
Code:
title PC-BSD root (hd0,3,a) kernel /boot/loader Code:
title PC-BSD root (hd0,2,a) kernel /boot/loader |
|
#8
|
|||
|
|||
|
Where would that go? There is no menu.lst
|
|
#9
|
||||
|
||||
|
In grub.cfg .. which seems to replace menu.lst
Have this around .. it´ll come really handy: http://grub.enbug.org/CommandList http://ubuntuforums.org/showthread.php?t=1195275 Hope that helps
Last edited by gnemmi; November 25th, 2009 at 10:58. Reason: typo: it´s grub.cfg |
|
#10
|
|||
|
|||
|
This is my GRUB config:
Code:
default 0 timeout 5 title Windows XP SP2 map (hd0) (hd1) map (hd1) (hd0) rootnoverify (hd1,0) chainloader +1 title FreeBSD 7.2-RELEASE-p4 rootnoverify (hd0,0) chainloader +1 |
|
#11
|
||||
|
||||
|
Quote:
Code:
root (hd0,2) chainloader +1 boot |
|
#12
|
|||
|
|||
|
Quote:
|
|
#13
|
|||
|
|||
|
Quote:
root (hd0,2) it says no such partition. |
|
#14
|
|||
|
|||
|
Quote:
But isn't the whole reason of grub2 not to edit the grub.cfg? I don't know, but I'll try that. |
|
#15
|
|||
|
|||
|
Ok so I just edited the grub.cnf
and I did something and t works I will post back what I wrote, because once I do grub-update it will dissapear D: |
|
#16
|
|||
|
|||
|
Ehhh... the installer detected the 8400mgs but I noticed the windows were lagging a bit, so I thought nvidia drivers were not isntalled so I got to ports and try to install nvidia-drivers, but it says it's only for i386, not amd64... You're kidding right, there are no 64bit video drivers?
|
|
#17
|
||||
|
||||
|
nope ...
there are a lot of threads and info on google about that ... the only official nvidia drivers for FreeBSD are the i386 ... the only thing close to the amd64 official nvidia drivers have been rumors ... nothing else |
|
#18
|
|||
|
|||
|
Quote:
|
|
#19
|
||||
|
||||
|
Quote:
|
|
#20
|
|||
|
|||
|
Oh and for anyone who wonders this is what my grub2 loader looks like, works fine:
Code:
insmod ufs2 root (hd0,3) chainloader +1 Last edited by DutchDaemon; November 26th, 2009 at 18:33. Reason: use [code] tags (#) |
|
#21
|
|||
|
|||
|
Try this URL. http://old.nabble.com/Dual-Booting-U...d26154525.html
It explains the process. Hopefully you haven't already pooched you grub.d |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DUAL BOOTING LINUX & FreeBSD - How to restore grub if Bootmgr wipes it out | gr1ml0ck | Howtos & FAQs (Moderated) | 7 | July 17th, 2011 08:44 |
| pcbsd | electrovalent | Installing & Upgrading | 6 | October 19th, 2009 18:26 |
| nvidia driver on pcbsd | dumkat | X.Org | 5 | June 30th, 2009 13:09 |
| gnome does not open (PCBSD) | lio_013 | GNOME | 8 | May 20th, 2009 03:41 |
| grub install error | general | Installation and Maintenance of FreeBSD Ports or Packages | 0 | February 25th, 2009 09:46 |