search for: findroot

Displaying 8 results from an estimated 8 matches for "findroot".

2009 Oct 13
14
How to resize ZFS partion or add a new one?
Hi, I have the following partions on my laptop, Inspiron 6000, from fdisk: 1 Other OS 0 11 12 0 2 EXT LBA 12 2561 2550 26 3 Active Solaris2 2562 9728 7167 74 First one is for Dell utilities. Second one is NTFS and the third is ZFS. I am currently using OpenSolaris 2009.06
2010 Aug 28
4
ufs root to zfs root liveupgrade?
hi all Try to learn how UFS root to ZFS root liveUG work. I download the vbox image of s10u8, it come up as UFS root. add a new disks (16GB) create zpool rpool run lucreate -n zfsroot -p rpool run luactivate zfsroot run lustatus it do show zfsroot will be active in next boot init 6 but it come up with UFS root, lustatus show ufsroot active zpool rpool is mounted but not used by boot Is this a
2010 Dec 17
2
Supermicro AOC-SAT2-MV8 and 1TB Seagate Barracuda ES.2
...ro X5DP8-G2 BIOS 1.6a 2x Supermicro AOC-SAT2-MV8 1.0b 11 Seagate Barracuda 1TB ES.2 ST31000340NS drives If I have any of the 11 1TB Seagate drives plugged into the controller, the AOC-SAT2-MV8 BIOS appears to detect them just fine, but I get the following problems: 1. Grub takes a long time to findroot 2. Once Grub finally finds the OS disk, OpenSolaris sits and hangs at the splash screen (verbose doesn''t even work) If I boot the system without any of these drives attached and then attach one, I get "Device failed to power up", and I can''t configure them with...
2009 Apr 09
1
Re: Basic getting-started help point
> http://blogs.sun.com/ptelles/entry/sun_xvm_hypervisor_ > part_i Hello, I can''t get this to work. My pc just reboots after "Syncing filesystem" when I try to boot into xVM Hypervisor. I have a clean install of OpenSolaris 2008.11. -- This message posted from opensolaris.org
2011 Oct 12
14
pv-grub Solaris support
...attached patch has been tested with various Solaris versions (Solaris 11 Express, OpenIndiana 151a, OpenSolaris 134, Nexenta Core 3.0.1; all 64-bit). I appreciate your feedback. The patch consists mainly of Oracle''s grub modifications, which add ZFS support and Solaris-specific builtins (findroot, bootfs, kernel$, and module$). I took the relevant code from the "Oracle Solaris 11 Express 2010.11 GPL Source, Part 2" package, downloaded from: http://dlc.sun.com/opensourcecode/solaris/sol-11-exp-201011-GPLSource_2.zip The kernel$ and module$ builtins were modified to boot Xen PV S...
2010 May 01
7
Virtual to physical migration
...v of my rpool/ROOT and rpool/export into the mypool. Verified that the data was correctly copied and mountpoints were set exactly like they are for rpool. Next, edited the files in /mypool/boot and /mypool/etc to use the new name mypool instead of rpool in the signature. Edited the menu.list where findroot now finds the root in (pool_mypool,2,a) instead of (pool_rpool,0,a) because on physical disk, solaris partition is the 3rd primary partition. Did a installgrub to slice 0 of the solaris partition. Got out of the VM and booted my machine. It correctly gives me the grub menu for opensolaris but when...
2008 Aug 08
1
[install-discuss] lucreate into New ZFS pool
...yes yes no - new95 yes no no yes - Thank you, _Johan ======== For what it is worth, below is the log of the lucreate session. /dev/dsk $ zpool create -f RPOOL c0d0s0 /dev/dsk $ timex lucreate -p RPOOL -n new95 Checking GRUB menu... System has findroot enabled GRUB Analyzing system configuration. Comparing source boot environment <snv_95> file systems with the file system(s) you specified for the new boot environment. Determining which file systems should be in the new boot environment. Updating boot environment description database on all...
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...ys_zfs.c zfs_lz4.c FS = zfs diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/zfs/fsi_zfs.h --- a/tools/libfsimage/zfs/fsi_zfs.h Thu Oct 24 22:46:20 2013 +0100 +++ b/tools/libfsimage/zfs/fsi_zfs.h Sat Oct 26 20:03:06 2013 +0400 @@ -36,6 +36,8 @@ /* Boot signature related defines for the findroot command */ #define BOOTSIGN_DIR "/boot/grub/bootsign" +#define BOOTSIGN_ARGLEN (MAXNAMELEN + 10) /* (<sign>,0,d) */ +#define BOOTSIGN_LEN (sizeof (BOOTSIGN_DIR) + 1 + BOOTSIGN_ARGLEN) #define BOOTSIGN_BACKUP "/etc/bootsign" /* Maybe redirect memory requests through gr...