Re: Kernel panic on new machine

2022-04-14 Thread raingloom
On Thu, 14 Apr 2022 07:47:47 + phodina wrote: > Hi, > > > This is a Guix init issue, not "really" a kernel panic. As you can > > see, there is some kind of error in the Scheme code being run at > > boot time, but instead of being dropped into a debug she

Re: Kernel panic on new machine

2022-04-14 Thread phodina
Hi, > This is a Guix init issue, not "really" a kernel panic. As you can see, > there is some kind of error in the Scheme code being run at boot time, > but instead of being dropped into a debug shell, it exits, which causes > the kernel to panic. > This is because Guile

Re: Kernel panic on new machine

2022-04-13 Thread raingloom
On Mon, 11 Apr 2022 16:51:30 + phodina via wrote: > Hi, > > I've installed Guix to a new machine and after rebooting the live > install I get kernel panic. > > The machine is Dell x86_64 uefi machine with FAT32 boot partition and > Luks partition with Bt

Re: Kernel panic on new machine

2022-04-11 Thread phodina via
Hi, I've installed Guix to a new machine and after rebooting the live install I get kernel panic. The machine is Dell x86_64 uefi machine with FAT32 boot partition and Luks partition with Btrfs filesystem with rootfs. Could you please help me? Petr

Re: Kernel Panic

2019-10-25 Thread Raghav Gururajan
> Can you post a picture or transcript of the kernel panic? Please also > include your system configuration and some information about the > hardware you are using (i.e. laptop model). Sure, please find the information at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37917. > >

Re: Kernel Panic

2019-10-24 Thread Marius Bakke
Raghav Gururajan writes: > Whenever I shutdown my system, I end up with kernel panic, 50% of the > time. Can you post a picture or transcript of the kernel panic? Please also include your system configuration and some information about the hardware you are using (i.e. laptop model). &

Kernel Panic

2019-10-24 Thread Raghav Gururajan
Hello Guix! Whenever I shutdown my system, I end up with kernel panic, 50% of the time. I was wondering whether guix uses LTS releases of linux-libre or not? Or is there any other way to prevent these kernel panic? Thank you! Regards, RG. signature.asc Description: This is a digitally

Re: Kernel panic while building VM

2017-06-21 Thread Enrico Schwass
Hello >>> Could you try again and report (1) what you did, (2) the ‘operating-system’ configuration you used, and (3) the error messages >>> you see and when you see them? >>> I will test the hardware with Guix 12 at the weekend >>> >>> Please stick to 0.13.0. 0.12.0 is relatively ol

Re: Kernel panic while building VM

2017-06-21 Thread Ludovic Courtès
Hello, Enrico Schwass skribis: >> Could you try again and report (1) what you did, (2) the >> ‘operating-system’ configuration you used, and (3) the error messages >> you see and when you see them? >> >>> I will test the hardware with Guix 12 at the weekend >> >> Please stick to 0.13.0. 0.12.

Re: Kernel panic while building VM

2017-06-21 Thread Ludovic Courtès
Hi, Enrico Schwass skribis: > since Guix 13 I have kernel panics during guix system init, too. It > happens on my Intel J1900 fanless box. Dont know if its just > overheating or if its a general problem with the libre kernel. This is probably unrelated to the problem here, which was due to the

Re: Kernel panic while building VM

2017-06-20 Thread Myles English
on [2017-06-20] at 17:31 Marius Bakke writes: > Myles English writes: > >> Hello, >> >> Trying to build a VM I get a kernel panic. Any idea why? >> >> Thanks, >> Myles >> >> guix system vm-image --image-size=1G --fallback pim-server.

Re: Kernel panic while building VM

2017-06-20 Thread Enrico Schwass
get a kernel panic. Any idea why? > > Thanks, > Myles > > guix system vm-image --image-size=1G --fallback pim-server.scm > > `/gnu/store/gh9pvc82l21g0hz5108wk2ggwv0a72yc-guile2.2-gnutls-3.5.9/bin/gnutls-serv' > -> > `/fs/gnu/store/gh9pvc82l21g0hz5108wk2ggwv0a7

Re: Kernel panic while building VM

2017-06-20 Thread Marius Bakke
Myles English writes: > Hello, > > Trying to build a VM I get a kernel panic. Any idea why? > > Thanks, > Myles > > guix system vm-image --image-size=1G --fallback pim-server.scm > > `/gnu/store/gh9pvc82l21g0hz5108wk2ggwv0a72yc-guile2.2-gnutls-3.5.9/bin/gnutls

Kernel panic while building VM

2017-06-20 Thread Myles English
Hello, Trying to build a VM I get a kernel panic. Any idea why? Thanks, Myles guix system vm-image --image-size=1G --fallback pim-server.scm `/gnu/store/gh9pvc82l21g0hz5108wk2ggwv0a72yc-guile2.2-gnutls-3.5.9/bin/gnutls-serv' -> `/fs/gnu/store/gh9pvc82l21g0hz5108wk2ggwv0a72yc-

Re: Kernel panic - not syncing: attempting to kill init! when booting GuixSD

2017-06-01 Thread Quiliro
I have had this same problem when garbage collecting on the root user. It happened to me twice. It was strange for me since I understood that Guix would NEVER remove any package that still had links to it. What I did was try to boot with all entries presented on boot by GrUB. I usually found o

Re: Kernel panic - not syncing: attempting to kill init! when booting GuixSD

2017-05-30 Thread Christopher Baines
tion should work, and at least one of the previous >> generations should work. >> >> Excluding the generations that I removed, the others don't boot. All I >> can really gather so far is a call stack, and the message: >> Kernel panic - not syncing: Attempted to

Re: Kernel panic - not syncing: attempting to kill init! when booting GuixSD

2017-05-29 Thread Christopher Baines
On 24/05/17 16:45, Ricardo Wurmus wrote: > > Christopher Baines writes: > >> Excluding the generations that I removed, the others don't boot. All I >> can really gather so far is a call stack, and the message: >> Kernel panic - not syncing: Attempted to kill

Re: Kernel panic - not syncing: attempting to kill init! when booting GuixSD

2017-05-28 Thread Ludovic Courtès
should work. > > Excluding the generations that I removed, the others don't boot. All I > can really gather so far is a call stack, and the message: > Kernel panic - not syncing: Attempted to kill init! Weird. Is it because the root file system could not be found? Or something else?

Re: Kernel panic - not syncing: attempting to kill init! when booting GuixSD

2017-05-24 Thread Ricardo Wurmus
Christopher Baines writes: > Excluding the generations that I removed, the others don't boot. All I > can really gather so far is a call stack, and the message: > Kernel panic - not syncing: Attempted to kill init! Has the label of your root partition changed? -- Ricardo

Kernel panic - not syncing: attempting to kill init! when booting GuixSD

2017-05-24 Thread Christopher Baines
don't boot. All I can really gather so far is a call stack, and the message: Kernel panic - not syncing: Attempted to kill init! I'm uncertain that this is something I have done wrong, I'm pretty sure I was using the latest system generation when I ran guix gc, and I'm ass

Re: Kernel panic while installing GuixSD

2016-01-28 Thread Kabelo Moiloa
I concatenated "--repl" on the linux line p, and still got the same kernel panic. On Thursday, 28 January 2016, Ludovic Courtès wrote: > Kabelo Moiloa > skribis: > > > Okay, using a VirtualBox VM, I obtained the following error message > before > > the VFS

Re: Kernel panic while installing GuixSD

2016-01-28 Thread Ludovic Courtès
Kabelo Moiloa skribis: > Okay, using a VirtualBox VM, I obtained the following error message before > the VFS one: > No filesystem could mount root, tries ext3 ext2 ext4 vfat I don’t know where this message comes from; there’s no such error message in Guix. Could you type ‘e’ from the GRUB menu

Re: Kernel panic while installing GuixSD

2016-01-26 Thread Kabelo Moiloa
h drive. When I tried to >> > boot it, I got the following kernel panic.: >> > kernel panic-not syncing: VFS: unable to mount root fs on unknown block >> > (0,1). >> >> Could you report the error messages that show up before that one? >> >> It see

Re: Kernel panic while installing GuixSD

2016-01-26 Thread Kabelo Moiloa
> I copied the installation image onto my USB flash drive. When I tried to > > boot it, I got the following kernel panic.: > > kernel panic-not syncing: VFS: unable to mount root fs on unknown block > > (0,1). > > Could you report the error messages that show up before that

Re: Kernel panic while installing GuixSD

2016-01-26 Thread Ludovic Courtès
Hi, Kabelo Moiloa skribis: > I copied the installation image onto my USB flash drive. When I tried to > boot it, I got the following kernel panic.: > kernel panic-not syncing: VFS: unable to mount root fs on unknown block > (0,1). Could you report the error messages that show up

Kernel panic

2016-01-25 Thread Kabelo Moiloa
I copied the installation image onto my USB flash drive. When I tried to boot it, I got the following kernel panic.: kernel panic-not syncing: VFS: unable to mount root fs on unknown block (0,1). I tried a different flash drive once, and I was at least able to boot it. However, that flash drive

Kernel panic while installing GuixSD

2016-01-25 Thread Kabelo Moiloa
I copied the installation image onto my USB flash drive. When I tried to boot it, I got the following kernel panic.: kernel panic-not syncing: VFS: unable to mount root fs on unknown block (0,1). I tried a different flash drive once, and I was at least able to boot it. However, that flash drive