Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2012 03:42:12 +0100
From:      Ralf Mardorf <ralf.mardorf@rocketmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Cannot boot - creating partition and installing FreeBSD is [solved]
Message-ID:  <1354156932.2393.22.camel@q>
In-Reply-To: <alpine.BSF.2.00.1211280923390.66068@wonkity.com>
References:  <1353795280.2662.12.camel@q> <20121124233520.7ad4b4be.freebsd@edvax.de> <1353798889.2662.46.camel@q> <20121125002717.11a61c8d.freebsd@edvax.de> <1353807268.2773.16.camel@q> <20121125131908.671f6d31.freebsd@edvax.de> <1353846552.2508.23.camel@q> <alpine.BSF.2.00.1211251322500.23965@wonkity.com> <1353877782.2508.225.camel@q> <alpine.BSF.2.00.1211251421160.23965@wonkity.com> <1354029192.2827.11.camel@q> <alpine.BSF.2.00.1211270901130.56247@wonkity.com> <1354046327.2528.15.camel@q> <alpine.BSF.2.00.1211271653330.60249@wonkity.com> <1354086404.2528.89.camel@q> <1354119648.3152.4.camel@q> <alpine.BSF.2.00.1211280923390.66068@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Installing PC-BSD 8.2 x64 did work without issues. I unchecked the
bootloader install. Linux grub legacy until now is unable to boot BSD,
because of "Error17: Cannot mount selected partition"

spinymouse@q:~$ cat /boot/grub/menu.lst
timeout   8
default   0
color light-blue/black light-cyan/blue

title FreeBSD
root   (hd0,a)
kernel /boot/loader

[snip]

Linux only recognize the slice, but not what's inside it:
spinymouse@q:~$ sudo fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000f2fc6

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63   121274684    60637311   a5  FreeBSD
/dev/sda2   *   121274746   625137344   251931299+   5  Extended
[snip]

spinymouse@q:~$ sudo parted -l
Model: ATA SAMSUNG HD321KJ (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
 1      32.3kB  62.1GB  62.1GB  primary   freebsd-ufs
 2      62.1GB  320GB   258GB   extended                  boot
[snip]

>From the FreeBSD 9.0 DVD shell:
# gpart show
=>       63  625142385  ada0  MBR  (298G)
         63  121274622     1  freebsd  (57G)
  121274685         61        - free -  (30k)
  121274746  503862599     2  ebr  [active]  (240G)
  625137345       5103        - free -  (2.5M)

=>       63  976773105  ada1  MBR  (465G)
         63   42973812     1  linux-data  (20G)
   42973875         61        - free -  (30k)
   42973936  933794129     2  ebr  (445G)
  976768065       5103        - free -  (2.5M)

=>        0  121274622  ada0s1  BSD  (57G)
          0    4194304       1  freebsd-ufs  (2.0G)
    4194304   19922944       2  freebsd-swap  (9.5G)
   24117248    4194304       4  freebsd-ufs  (2.0G)
   28311552   92952576       5  freebsd-ufs  (44G)
  121264128      10494          - free -  (5.1M)

=>        0  503862599  ada0s2  EBR  (240G)
          0   62476724       1  ntfs  (29G)
   62476724   62669565  991695  linux-data  (29G)
  125146289   62862345  1986450  linux-data  (30G)
  188008634   52684236  2984265  linux-data  (25G)
  240692870   73650176  3820522  linux-data  (35G)
  314343046        748          - free -  (374k)
  314343794    4546395  4989585  linux-swap  (2.2G)
  318890189  121708440  5061750  linux-data  (58G)
  440598629    7341705  6993630  linux-data  (3.5G)
  447940334   46299330  7110165  linux-data  (22G)
  494239664    9622935  7845075  linux-data  (4.6G)

=>        0  933794129  ada1s2  EBR  (445G)
          0   42957749       1  linux-data  (20G)
   42957749   42765030  681870  linux-data  (20G)
   85722779    5092605  1360680  linux-swap  (2.4G)
   90815384   42154560  1441515  linux-data  (20G)
  132969944   43246980  2110635  linux-data  (20G)
  176216924    1020340  2797095  linux-data  (498M)
  177237264   26476544  2813290  linux-data  (12G)
  203713808  100861952  3233553  linux-data  (48G)
  304575760        514          - free -  (257k)
  304576274  209759742  4834545  linux-data  (100G)
  514336016        963          - free -  (481k)
  514336979  419456061  8164080  linux-data  (200G)
  933793040       1089          - free -  (544k)

=>      63  46299204  ada0s13  MBR  (22G)
        63  46299204           - free -  (22G)

=>      63  46299204  ext2fs/backs  MBR  (22G)
        63  46299204                - free -  (22G)

Regards,
Ralf




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1354156932.2393.22.camel>