Hello.
I installed version 9.2.19 (frugal install to the internal HDD).
I created a save file and rebooted to find that the OS started like the first boot.
According to the messages while it is starting, the save file seems to be read, but actually it is not. The window of QuickSetup opened. Strangely, the OS shut down without asking whether to create a save file or not.
When I looked in the install directory, the save file was surely there.
The following is part of grub.cfg:
Code: Select all
# vanilla dpup
menuentry 'vanilla dpup (sda4/V-Dpup)'{
search --no-floppy --set=root --fs-uuid C62EADA32EAD8CCD
linux /V-Dpup/vmlinuz pdrv=C62EADA32EAD8CCD psubdir=/V-Dpup pmedia=atahd pfix=fsck intel_pstate=disable
initrd /V-Dpup/initrd.gz
}
menuentry 'vanilla dpup (sda4/V-Dpup) RAM mode'{
search --no-floppy --set=root --fs-uuid C62EADA32EAD8CCD
linux /V-Dpup/vmlinuz pdrv=C62EADA32EAD8CCD psubdir=/V-Dpup pfix=ram
initrd /V-Dpup/initrd.gz
}
I wonder if i did something wrong.
Before the reboot, I installed an input method (scim).
It seemed that there were two processes of scim, one as root and one as spot. There were two icons of scim in the tray. This is not what I intend to do. I would like to know how to avoid scim running doubly.