Hi all,
I've been trying to create installation media (usb) for CentOS 7 at arm64 based hw. I've picked up files from here http://buildlogs.centos.org/centos/7/os/aarch64/ which seems to be an installation related stuff, isn't it?
So I've partitioned usb manually copy files on it and so on. System start successful, but later it falls into dracut shell with following message
[ 16.061297] localhost systemd[1]: Started Show Plymouth Boot Screen. [ 16.062287] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 16.063309] localhost systemd[1]: Starting Paths. [ 16.064299] localhost systemd[1]: Reached target Paths. [ 16.065296] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. [ 16.066286] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 16.067227] localhost systemd[1]: Starting Basic System. [ 16.068167] localhost systemd[1]: Reached target Basic System. [ 16.184694] localhost systemd-udevd[870]: renamed network interface eth3 to enP2p1s0f4 [ 137.224835] localhost kernel: random: nonblocking pool is initialized [ 202.944882] localhost dracut-initqueue[916]: Warning: Could not boot. [ 202.948401] localhost dracut-initqueue[916]: Warning: /dev/root does not exist
For some reason it fail to find /dev/root ... I didn't see any other error messages at rdsosreport log. Could anyone advise me how to fix that or point to where to read ?
WBR, Vadim
On 06/29/2015 08:00 PM, Lomovtsev, Vadim wrote:
Hi all,
I've been trying to create installation media (usb) for CentOS 7 at arm64 based hw. I've picked up files from here http://buildlogs.centos.org/centos/7/os/aarch64/ which seems to be an installation related stuff, isn't it?
So I've partitioned usb manually copy files on it and so on. System start successful, but later it falls into dracut shell with following message
Konsole output [ 16.061297] localhost systemd[1]: Started Show Plymouth Boot Screen. [ 16.062287] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 16.063309] localhost systemd[1]: Starting Paths. [ 16.064299] localhost systemd[1]: Reached target Paths. [ 16.065296] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. [ 16.066286] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 16.067227] localhost systemd[1]: Starting Basic System. [ 16.068167] localhost systemd[1]: Reached target Basic System. [ 16.184694] localhost systemd-udevd[870]: renamed network interface eth3 to enP2p1s0f4 [ 137.224835] localhost kernel: random: nonblocking pool is initialized [ 202.944882] localhost dracut-initqueue[916]: Warning: Could not boot. [ 202.948401] localhost dracut-initqueue[916]: Warning: /dev/root does not exist
For some reason it fail to find /dev/root ... I didn't see any other error messages at rdsosreport log. Could anyone advise me how to fix that or point to where to read ?
Images for arm64: http://buildlogs.centos.org/centos/7/isos/aarch64/
You can also dd the boot.iso from here to a usb stick and do an install from anaconda: http://buildlogs.centos.org/centos/7/os/aarch64/images/
Thanks, Johnny Hughes
On 06/29/2015 08:00 PM, Lomovtsev, Vadim wrote:
Hi all,
I've been trying to create installation media (usb) for CentOS 7 at arm64 based hw. I've picked up files from here http://buildlogs.centos.org/centos/7/os/aarch64/ which seems to be an installation related stuff, isn't it?
So I've partitioned usb manually copy files on it and so on. System start successful, but later it falls into dracut shell with following message
[ 16.061297] localhost systemd[1]: Started Show Plymouth Boot Screen. [ 16.062287] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 16.063309] localhost systemd[1]: Starting Paths. [ 16.064299] localhost systemd[1]: Reached target Paths. [ 16.065296] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. [ 16.066286] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 16.067227] localhost systemd[1]: Starting Basic System. [ 16.068167] localhost systemd[1]: Reached target Basic System. [ 16.184694] localhost systemd-udevd[870]: renamed network interface eth3 to enP2p1s0f4 [ 137.224835] localhost kernel: random: nonblocking pool is initialized [ 202.944882] localhost dracut-initqueue[916]: Warning: Could not boot. [ 202.948401] localhost dracut-initqueue[916]: Warning: /dev/root does not exist
For some reason it fail to find /dev/root ... I didn't see any other error messages at rdsosreport log. Could anyone advise me how to fix that or point to where to read ?
Are you trying to create your own boot.iso using lorax, or are you using the one on buildlogs? The one on buildlogs is designed to do the installation directly from http://buildlogs.centos.org without prompting, so you'll need network access run the installer, or you'll have to edit the boot option and change inst.repo to point to your local copy.
Oh, thanks, I see.. I will need my kernel rpm be picked up during installation and that's why I tried to install from local media. Are there any option to provide custom kernel rpm durnig installation? By addind some external repository ?
WBR, Vadim Lomovtsev
________________________________________ From: arm-dev-bounces@centos.org arm-dev-bounces@centos.org on behalf of Jim Perrin jperrin@centos.org Sent: Tuesday, June 30, 2015 5:16 To: arm-dev@centos.org Subject: Re: [Arm-dev] ARM64 installation issue
On 06/29/2015 08:00 PM, Lomovtsev, Vadim wrote:
Hi all,
I've been trying to create installation media (usb) for CentOS 7 at arm64 based hw. I've picked up files from here http://buildlogs.centos.org/centos/7/os/aarch64/ which seems to be an installation related stuff, isn't it?
So I've partitioned usb manually copy files on it and so on. System start successful, but later it falls into dracut shell with following message
[ 16.061297] localhost systemd[1]: Started Show Plymouth Boot Screen. [ 16.062287] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 16.063309] localhost systemd[1]: Starting Paths. [ 16.064299] localhost systemd[1]: Reached target Paths. [ 16.065296] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. [ 16.066286] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 16.067227] localhost systemd[1]: Starting Basic System. [ 16.068167] localhost systemd[1]: Reached target Basic System. [ 16.184694] localhost systemd-udevd[870]: renamed network interface eth3 to enP2p1s0f4 [ 137.224835] localhost kernel: random: nonblocking pool is initialized [ 202.944882] localhost dracut-initqueue[916]: Warning: Could not boot. [ 202.948401] localhost dracut-initqueue[916]: Warning: /dev/root does not exist
For some reason it fail to find /dev/root ... I didn't see any other error messages at rdsosreport log. Could anyone advise me how to fix that or point to where to read ?
Are you trying to create your own boot.iso using lorax, or are you using the one on buildlogs? The one on buildlogs is designed to do the installation directly from http://buildlogs.centos.org without prompting, so you'll need network access run the installer, or you'll have to edit the boot option and change inst.repo to point to your local copy.
-- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 _______________________________________________ Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev
... so I need to use local repository while installing by network. Thanks a lot guys.
WBR, Vadim Lomovtsev
________________________________________ From: arm-dev-bounces@centos.org arm-dev-bounces@centos.org on behalf of Jim Perrin jperrin@centos.org Sent: Tuesday, June 30, 2015 5:16 To: arm-dev@centos.org Subject: Re: [Arm-dev] ARM64 installation issue
On 06/29/2015 08:00 PM, Lomovtsev, Vadim wrote:
Hi all,
I've been trying to create installation media (usb) for CentOS 7 at arm64 based hw. I've picked up files from here http://buildlogs.centos.org/centos/7/os/aarch64/ which seems to be an installation related stuff, isn't it?
So I've partitioned usb manually copy files on it and so on. System start successful, but later it falls into dracut shell with following message
[ 16.061297] localhost systemd[1]: Started Show Plymouth Boot Screen. [ 16.062287] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 16.063309] localhost systemd[1]: Starting Paths. [ 16.064299] localhost systemd[1]: Reached target Paths. [ 16.065296] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. [ 16.066286] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 16.067227] localhost systemd[1]: Starting Basic System. [ 16.068167] localhost systemd[1]: Reached target Basic System. [ 16.184694] localhost systemd-udevd[870]: renamed network interface eth3 to enP2p1s0f4 [ 137.224835] localhost kernel: random: nonblocking pool is initialized [ 202.944882] localhost dracut-initqueue[916]: Warning: Could not boot. [ 202.948401] localhost dracut-initqueue[916]: Warning: /dev/root does not exist
For some reason it fail to find /dev/root ... I didn't see any other error messages at rdsosreport log. Could anyone advise me how to fix that or point to where to read ?
Are you trying to create your own boot.iso using lorax, or are you using the one on buildlogs? The one on buildlogs is designed to do the installation directly from http://buildlogs.centos.org without prompting, so you'll need network access run the installer, or you'll have to edit the boot option and change inst.repo to point to your local copy.
-- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 _______________________________________________ Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev
Part of this was a kernel issue with usb drivers and detection.
Following the source release of RHELSA, I've rolled back the kernel from my 4.1rc kernel to the 3.19 based kernel they used. This resolves a few 'known issues' including this one.
I'm hoping to push the new tree live on Monday as beta2.
I do plan to continue offering a 4.x based kernel for AArch64, but it will be an additional package, somewhat like the centosplus kernel for x86_64.
On 07/01/2015 01:48 PM, Lomovtsev, Vadim wrote:
... so I need to use local repository while installing by network. Thanks a lot guys.
WBR, Vadim Lomovtsev
From: arm-dev-bounces@centos.org arm-dev-bounces@centos.org on behalf of Jim Perrin jperrin@centos.org Sent: Tuesday, June 30, 2015 5:16 To: arm-dev@centos.org Subject: Re: [Arm-dev] ARM64 installation issue
On 06/29/2015 08:00 PM, Lomovtsev, Vadim wrote:
Hi all,
I've been trying to create installation media (usb) for CentOS 7 at arm64 based hw. I've picked up files from here http://buildlogs.centos.org/centos/7/os/aarch64/ which seems to be an installation related stuff, isn't it?
So I've partitioned usb manually copy files on it and so on. System start successful, but later it falls into dracut shell with following message
[ 16.061297] localhost systemd[1]: Started Show Plymouth Boot Screen. [ 16.062287] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 16.063309] localhost systemd[1]: Starting Paths. [ 16.064299] localhost systemd[1]: Reached target Paths. [ 16.065296] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. [ 16.066286] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 16.067227] localhost systemd[1]: Starting Basic System. [ 16.068167] localhost systemd[1]: Reached target Basic System. [ 16.184694] localhost systemd-udevd[870]: renamed network interface eth3 to enP2p1s0f4 [ 137.224835] localhost kernel: random: nonblocking pool is initialized [ 202.944882] localhost dracut-initqueue[916]: Warning: Could not boot. [ 202.948401] localhost dracut-initqueue[916]: Warning: /dev/root does not exist
For some reason it fail to find /dev/root ... I didn't see any other error messages at rdsosreport log. Could anyone advise me how to fix that or point to where to read ?
Are you trying to create your own boot.iso using lorax, or are you using the one on buildlogs? The one on buildlogs is designed to do the installation directly from http://buildlogs.centos.org without prompting, so you'll need network access run the installer, or you'll have to edit the boot option and change inst.repo to point to your local copy.
-- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 _______________________________________________ Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev _______________________________________________ Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev
Hi Jim,
This sounds like a very reasonable plan. Look forward to hearing how it goes! Happy 4th!
Jon.
https://bugs.centos.org/view.php?id=8982
On Mon, Jun 29, 2015 at 7:00 PM, Lomovtsev, Vadim < vadim.lomovtsev@auriga.com> wrote:
Hi all,
I've been trying to create installation media (usb) for CentOS 7 at arm64 based hw. I've picked up files from here http://buildlogs.centos.org/centos/7/os/aarch64/ which seems to be an installation related stuff, isn't it?
So I've partitioned usb manually copy files on it and so on. System start successful, but later it falls into dracut shell with following message
[ 16.061297] localhost systemd[1]: Started Show Plymouth Boot Screen. [ 16.062287] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 16.063309] localhost systemd[1]: Starting Paths. [ 16.064299] localhost systemd[1]: Reached target Paths. [ 16.065296] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. [ 16.066286] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 16.067227] localhost systemd[1]: Starting Basic System. [ 16.068167] localhost systemd[1]: Reached target Basic System. [ 16.184694] localhost systemd-udevd[870]: renamed network interface eth3 to enP2p1s0f4 [ 137.224835] localhost kernel: random: nonblocking pool is initialized [ 202.944882] localhost dracut-initqueue[916]: Warning: Could not boot. [ 202.948401] localhost dracut-initqueue[916]: Warning: /dev/root does not exist
For some reason it fail to find /dev/root ... I didn't see any other error messages at rdsosreport log. Could anyone advise me how to fix that or point to where to read ?
WBR, Vadim
Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev