How can I increase internal storage of a Bliss OS dual boot installation - android-x86

I installed Bliss Os 11.7 (Kernel 4.9) as a dual boot with Win 10. Everything great, but the 8 GB I assigned Bliss OS is not enough.
How can I increase the size of my bliss os image?

Related

Not able to reserve memory with memmap kernel param in Ubuntu 22.04.01

I had tried to reserve memory on ubuntu OS version 20.04.01 with below kernel grub cmd:
"memmap=1M\$0x100000000" (3 backslashes before $)
but it works and can see memory is reserved,
but when I used another linux machine which uses ubuntu OS version 22.04.01, then memory is not getting reserved.
Believe this should not be OS specific issue, but not sure what can affect this standard behavior. Any hint would be appreciated.

Device is unable to BOOT or INSTALL with generated .hddimg

I have device which has following configuration:
Chipset architecture - Intel NM10 express
Processor - Atom D2550 Dual Core
Display - DVI
Volatile Memory - 2GB DDR3
Storage - 16GB
Objective: Device should run yocto embededded OS successfully
What I have done,
Downloaded three required yocto layers for warrior branch i.e. 1. poky 2. meta-openembedded 3. meta-intel
Modified local.conf with MACHINE ??= "intel-core2-32"
Ran source poky/oe-init-build-env
Generated .hddimg by bitbake core-image-minimal
Flashed .hddimg to thumb drive through dd command
Attached thumb drive to device and I could see BOOT and INSTALL option, upon clicking any of them nothing happens(not even logs) i.e. Blank screen
Troubleshooting I tried out are,
Tried to boot lubuntu and it was successful
Replaced kernel & initrd of lubuntu with yocto's one and booting was successful which indicates there is no issue with kernel or initrd in .hddimg generated by yocto
Tried some experiment with syslinux as well but didn't work out
The .hddimg types are quite outdated these days, and meta-intel has also switched to wic Their README includes very good information on how to create boot- and installable images here and here.
Short summary of it:
for booting, use the .wic-file
for building an installer, setup image and bootlader config according to documentation, then use .wic-file

clinfo shows "Number of platforms 0"

I'm developing on Centos 7.6 64bit and Nvidia graphic card.
I've installed Nvidia driver and cuda driver.
But, when I run "clinfo", it shows:
Number of platforms 0
What should I check and how can I solve it?
The cuda's nvidia driver and your display nvidia-driver should match. I faced this problem yesterday and solved it but installing nvidia-driver suggested in cuda run file.
make sure that /var/lib/dkms/nvidia/<version> links properly with kernels.
see my topic for more info.
Sample deviceQuery cuda program

How to solve issue loading large Rdata file which is actually a bit smaller than RAM?

I have a large *.Rdata file of size 15 Gb (15'284'533'248 Bytes) created in RStudio on a MacBook Pro with 8 Gb RAM, containing several lists of dataframes.
Now I want to load() the file into RStudio on my PC with 32 Gb RAM, but only the RAM swells beyond all measure and at the end I get this:
Error: cannot allocate vector of size 78 Kb
The comic is, when I reload it on the Mac it works totally fine.
What's going wrong?
[Edit1] RStudio 1.0.136 on Mac, RStudio 1.1.383 on PC. Both R 3.4.2.
[Edit2] Screenshot of Mac which has 8GB RAM

Is Common Lisp available for 64 bit Power PC?

Is common lisp available for 64 bit PowerPC? I have tried to install Steel Bank Common Lisp (SBCL) on my 64 bit PowerPC system which is running Running hat linux, but since SBCL only supports 32 bit PowerPC, I need 32 bit libraries, which are problematic to get on Red Hat Linux, as it has minimal support for 32 bit on 64 bit Power PC. So, my question is, is there any common lisp available that can run directly on 64 bit Power PC?
http://ccl.clozure.com
Clozure CL is available for the following platforms:
Mac OS X 10.6 and later (x86, x86-64)
Linux (x86, x86-64, ppc32, ppc64, armv7l/armv6)
FreeBSD (x86, x86-64)
Solaris (x86, x86-64)
Microsoft Windows XP and later (x86, x86-64)

Resources