Hi there,
I have installed Alpine in Oracle Virtualbox. After that I have run
setup-alpine and entered the following values (among others):
sda; sys;
So partitions are created.
Then I entered "reboot", but all my settings got lost, also root forgot my
provided password. I expected Alpine to save all my settings, but it did
not.
I found the tool "lbu", but there the manual says:
"All your modifications have already been directly written to your HDD."
So what's wrong with it?
On 09.08.2018 22:45, Alexander Abramidis wrote:
> I have installed Alpine in Oracle Virtualbox. After that I have run> setup-alpine and entered the following values (among others):> sda; sys;> So partitions are created.> > Then I entered "reboot", but all my settings got lost, also root forgot my> provided password. I expected Alpine to save all my settings, but it did> not.
i guess you are still booting from the iso image.
remove it from the VM or change the boot order.
best regards
Ulf
---
Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org
Help: alpine-user+help@lists.alpinelinux.org
---
On August 10, 2018 12:14 AM, Ulf Volmer <u.volmer@u-v.de> wrote:
> On 09.08.2018 22:45, Alexander Abramidis wrote:>> > I have installed Alpine in Oracle Virtualbox. After that I have run> > setup-alpine and entered the following values (among others):> > sda; sys;> > So partitions are created.> > Then I entered "reboot", but all my settings got lost, also root forgot my> > provided password. I expected Alpine to save all my settings, but it did> > not.>> i guess you are still booting from the iso image.> remove it from the VM or change the boot order.>> best regards> Ulf
Or hit F12 in the start and choose hard disk, usually choice #1
If something is still not working you can boot from the live and chroot into the mounted hd partition.
mount /dev/sda1 /mnt
chroot /mnt
then modify your installation
---
Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org
Help: alpine-user+help@lists.alpinelinux.org
---
thank you for the solution
Am 09.08.2018 um 23:14 schrieb Ulf Volmer:
> On 09.08.2018 22:45, Alexander Abramidis wrote:>>> I have installed Alpine in Oracle Virtualbox. After that I have run>> setup-alpine and entered the following values (among others):>> sda; sys;>> So partitions are created.>>>> Then I entered "reboot", but all my settings got lost, also root forgot my>> provided password. I expected Alpine to save all my settings, but it did>> not.> i guess you are still booting from the iso image.> remove it from the VM or change the boot order.>> best regards> Ulf>>> ---> Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org> Help: alpine-user+help@lists.alpinelinux.org> --->>
---
Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org
Help: alpine-user+help@lists.alpinelinux.org
---