d9e3
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm fairly new in FreeBSD, but I already love it
Actually I love it so much, that I have decided to move it to my SSD drive where Windows7 used to be. I have formatted the drive, created two partitions FS and Swap, then dump/restore'd it from the HDD to SSD, made the partition bootable (sysinstall/fdisk) and changed fstab to match the new disk name, but I cannot boot from the device. When I'm trying to boot FreeBSD from SSD I get:Code:
Invalid Partition No /boot/loader FreeBSD/x86 boot Default: 0:ad(0,a)/boot/kernel/kernel boot: invalid partition No /boot/kernel/kernel Last edited by DutchDaemon; May 8th, 2012 at 14:01. Reason: Formatting & Style: http://forums.freebsd.org/showthread.php?t=8816 / http://forums.freebsd.org/showthread.php?t=18043 |
|
#2
|
|||
|
|||
|
Tip: you have moved to another drive. This drive has a different number and name than the first one. You need to update your FreeBSD installation so it knows the name of the drive to boot from, and you also need to update /etc/fstab, most likely.
__________________
Torfinn Last edited by DutchDaemon; May 8th, 2012 at 23:19. |
| The Following User Says Thank You to tingo For This Useful Post: | ||
bboldi (May 11th, 2012) | ||
|
#3
|
|||
|
|||
|
Thanks you @tingo! Can you please tell me what do you mean by "updating FreeBSD installation" concretely? Because I have been experimenting with a lot of stuff after the insal, and non of them helped... THANKS!
|
|
#4
|
|||
|
|||
|
The bit about the boot loader is in the Handbook, here: http://www.freebsd.org/doc/en_US.ISO...ot-blocks.html
Every FreeBSD user should know about the Handbook, and learn how to find stuff in it.
__________________
Torfinn |
| The Following User Says Thank You to tingo For This Useful Post: | ||
bboldi (May 11th, 2012) | ||
|
#5
|
|||
|
|||
|
@tingo Thanks
Noted!
|
|
#6
|
|||
|
|||
|
The drive label needs to be 'a' if you want FreeBSD to boot from it. Mine was 'd' ... here is how you can solve this: my slice name was ada0s1. So I boot from LiceCD and enter
bsdlabel -e ada0s1 change 'd' label to 'a'. Then Code:
mkdir /mnt/ssd mount /dev/ada0s1a /mnt/ssd Last edited by DutchDaemon; May 11th, 2012 at 17:24. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] FreeBSD 9.0 BOOT DISK FAILURE | recondite | Installing & Upgrading | 6 | April 12th, 2012 23:53 |
| Creating a 8.2 FreeBSD USB boot disk in OS X 10.6 | thanatos | Installing & Upgrading | 3 | November 30th, 2011 17:16 |
| [Solved] Boot FreeBSD from second disk | Vince | Installing & Upgrading | 7 | September 23rd, 2011 13:44 |
| Moving the system disk between computers | lukeido | General | 7 | September 13th, 2011 17:37 |
| Moving to larger mirrored disk, enlarge ZFS | indul | Installing & Upgrading | 1 | June 24th, 2010 09:04 |