PC-BSD 1.0, nach Installation: no /boot/loader

Moin,

Ich habe jetzt mein PC-BSD 1.0 RC2 auf 1.0 upgegradet. Mein Problem seit einer Woche nun :ugly: , PC-BSD will nicht mehr starten!

Das Problem scheint bei PC-BSD nicht unbekannt, eine Lösung habe ich aber noch nicht gefudnen, z.B. mit einem anderen Boot Loader probieren, also GAG (habe kein Diskettenlaufwerk) oder diesem Windows Bootloader hack:

Hello.

Here is the workaround for the PC-BSD multi boot problem.

FIXING the MBR
==============

Don't use GRUB or LILO. If you have already installed PC-BSD with this feature:
boot with windows XP installation CD, enter in the repair console and use the command "FIXMBR" to fix the mbr Smile

Your system will now boot directly to Windows.

USING BOOTPART
==============
1) Now you shall download BOOTPART (freeware).
You may find it here: http://www.winimage.com/bootpart.htm

2) Ok, after the download is completed extract the zip and access the command console (type "cmd" in the RUN option - located in windows xp start menu)

3) Run bootpart.exe
You will see something similiar to EXAMPLE 1 (it changes depending on your system)

EXAMPLE 1
----------------------------------------------------------------------------------------
Boot Partition 2.60 for WinNT/2K/XP (c)1995-2005 G. Vollant (info@winimage.com)
WEB : http://www.winimage.com and http://www.winimage.com/bootpart.htm
Add partition in the Windows NT/2000/XP Multi-boot loader
Run "bootpart /?" for more information

Physical number of disk 0 : 8f8000b1
0 : C:* type=7 (HPFS/NTFS), size= 14434371 KB, Lba Pos=63
1 : C: type=f (Win95 XInt 13 extended), size= 24683872 KB, Lba Pos=28868805
2 : C: type=7 (HPFS/NTFS), size= 24683841 KB, Lba Pos=28868868
Physical number of disk 1 : c3205c63
3 : D: type=a5 (BSD/386), size= 19365592 KB, Lba Pos=255
4 : D: type=7 (HPFS/NTFS), size= 97875981 KB, Lba Pos=63
-----------------------------------------------------------------------------------------

NOTE: As you may see, PC-BSD is installed on disk D: corresponding to the number « 3 ».

I will continue on using this example. (for your system you need to use the corresponding number)

4) run again bootpart but like this: bootpart 3 LBA c:\bootsect.lnx [PC-BSD]

NOTE: For more information use "bootpart /?"

This will extract the boot information from disk D: and save into a file named "bootsect.lnx"

This will also autoedit "boot.ini" wich is hidden in the c:\ see EXAMPLE 2.

EXAMPLE 2
----------------------------------------------------------------------------------------
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

c:\bootsect.lnx="PC-BSD 1.0 RC2"
----------------------------------------------------------------------------------------

NOTE: The boot loader has two entries: one for windows (wich is the default) and another for pc-bsd. You may rename them just by changing the text between the quotes.
The timeout is set for 5 seconds (you may also change it if you like).


FINAL CONSIDERATIONS
====================
This simple boot loader is very handy. Whenever you uninstall PC-BSD just remove the corresponding entry and delete bootsect.lnx


--
Best Regards Very Happy

dies klappt zwar, aber beim Booten von PC-BSD kommt wieder der gleiche Fehler!

FreeBSD/i386boot
Default: 0:ad(0,a)/boot/loader
boot:

boot: No /boot/loader
 
ich würde dir raten, es nochmals zu installieren, dann sollte es funktionieren.
 
Zuletzt bearbeitet:
Zurück
Oben