Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Wedges enabled on -current
On Mon, Aug 18, 2014 at 02:28:02AM -0400, Christos Zoulas wrote:
[...]
> If things don't work for you, please file a PR with a description of your
> setup and how it fails, so we can fix it.
I have had some troubles with GPT setup I migrate my -current to
separate GPT partitions and wedges but bootloader complains about
'no slice' and stops.
Besides I'm not perfectly sure that my layout is supported:
# gpt show wd0
start size index contents
[...]
234960896 2000896 5 GPT part - NetBSD FFSv1/FFSv2
236961792 2000896 6 GPT part - NetBSD FFSv1/FFSv2
238962688 7999488 7 GPT part - NetBSD FFSv1/FFSv2
246962176 7999488 8 GPT part - NetBSD swap
254961664 118085632 9 GPT part - NetBSD FFSv1/FFSv2
# dkctl wd0 listwedges
/dev/rwd0d: 9 wedges:
[...]
dk4: netbsd_root, 2000896 blocks at 234960896, type: ffs
dk5: netbsd_altroot, 2000896 blocks at 236961792, type: ffs
dk6: netbsd_var, 7999488 blocks at 238962688, type: ffs
dk7: netbsd_swap, 7999488 blocks at 246962176, type: swap
dk8: netbsd_usr, 118085632 blocks at 254961664, type: ffs
# grep NAME /etc/fstab
NAME=netbsd_root / ffs rw,log,noatime 1 1
NAME=netbsd_var /var ffs rw,log,noatime 1 2
NAME=netbsd_usr /usr ffs rw,log,noatime 1 2
NAME=netbsd_swap none swap sw,dp 0 0
I installed loader by:
installboot /dev/rdk4 /usr/mdec/bootxx_ffsv2
and loaded them - like in my previous setup with MSDOS partitioning
scheme - from grub by 'chainloader +1' directive.
Native grub2 method (knetbsd /netbsd) works fine but I'd like to
use native one.
--
Piotr 'aniou' Meyer
Home |
Main Index |
Thread Index |
Old Index