[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] Help!!!!!
- To: sheflug@xxxxxxxxxxxxxx
- Subject: Re: [Sheflug] Help!!!!!
- From: Ruth Gunstone <ruth@xxxxxxxxxxxxxxxx>
- Date: Sat, 15 Aug 2026 01:21:31 +0100
- Delivery-date: Sat, 15 Aug 2026 01:23:07 +0100
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sheflug.org.uk; s=default; h=Sender:Content-Transfer-Encoding:Content-Type: Reply-To:List-Post:List-Subscribe:List-Unsubscribe:List-Help:List-Id:Subject: MIME-Version:Message-ID:References:In-Reply-To:To:From:Date:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner:List-Archive; bh=wVXANE2FkQJ1XyIxGRsydTOkUnZ+c0/ddLvzEh7fnOg=; b=uAwmH+2CTXVuQV+hMwvq8b8i8P N60Zd4jlQ9oJtD3V4JgNyL0QD0SH+venGLjvffF0TJspuYd6MoNwozY8669bMno2l3xiB3Qatp1XH 4B6wZU94zfYY7dpaTJx1/NiFM5fIEEHbeu2f4NlswBtyRuEwi+fYmIeXbDyjz4sMeE6Wd1gdA8E0P yb+IizLQz1KRcVmUYzJt2uG4FYjEwzKfmSuBWpVD8t+Ceb7WSIkPRXByFtiqQ3T07uPBOV50yzgE2 BdoCEFALI6LNMPUk7g6cZHY2LEtS7ErkNX0om0r1UURydLzA9FKbcxY2AyHWrEZ5CV5C98/bbyG0u bqMNGEkw==;
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cybusmedia.co.uk; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:References:In-Reply-To:Subject:To:From:Date:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=xNLcyCx/pbo/gpkcNSDhGrKUZpHxcFUDWs4YtdW14o4=; b=NB38ZhBKmfNHI9SZuNCIsZg7b5 OXFrbNGCS3v3528X8f5aD5P1iwJyMtaVK1r+5gvmaMsuIFbyUIap758lmLq80R9gQ0SIDhmZGl4P5 zvm4bJ+NDKv/YLc9JHMikfHr4mZxnuQd0xUMZcHqANLx4Uuv6MzErOizLJ3k8KUoNLJza3L+6EN+O hnnQWd/Eq2cAtwDj7rcw4nKQv/42JSdizZ4HoySEjsqB11Sb7q7VnKR9DDGbUdni5+ZCYcX+JsqXi +URrqoFf+lwdeklOM6NVfAVVyUOZP/sAxWz5y+sK0/h/XtOxiINmQBKs57hC1/D9NCdH1L/njzihh tRdKZfsw==;
- Envelope-to: sheflug@xxxxxxxxxxxxxx
- List-help: <mailto:sheflug-request@sheflug.org.uk?subject=help>
- List-id: <sheflug.sheflug.org.uk>
- List-post: <mailto:sheflug@sheflug.org.uk>
- List-subscribe: <http://sheflug.org.uk/mailman/listinfo/sheflug_sheflug.org.uk>, <mailto:sheflug-request@sheflug.org.uk?subject=subscribe>
- List-unsubscribe: <http://sheflug.org.uk/mailman/options/sheflug_sheflug.org.uk>, <mailto:sheflug-request@sheflug.org.uk?subject=unsubscribe>
- Reply-to: sheflug@xxxxxxxxxxxxxx
- Sender: "Sheflug" <sheflug-bounces@xxxxxxxxxxxxxx>
- User-agent: Thunderbird for Android
Wow!! This looks like a job for a quiet Sunday afternoon!!! I'll give it a bash (pun not intended!) over the weekend.
Many thanks!
On 14 August 2026 23:13:18 BST, John Southern <linuxtarragon@xxxxxxxxx> wrote:
>Hi Ruth,
>
>It is a long time since i had this. That error message usually means that
>the intiramfs has failed for that kernel.
>
>In your grub menu do you have the option to load a previous kernel but note
>down the version number that is failing and the version number that is
>working.
>
>Open a terminal and run
>
> uname -r
>
>To prove the kernel you are able to run.
>Now you need to find the packages for your dead kernel
>
>dpkg --list 'linux-image*' 'linux-headers*' | grep -i x.y*
>
>Where x.y is the latest broken version.
>You should get a list saying linux-headers-x.y and linux-image-x.y
>You can now get rid of these broken files with
>
>sudo apt purge linux-headers-x.y linux-image-x.y
>
>You can also add any other files it lists with the bad version number.
>
>Now you can try to have the system fix the packages with
>
>sudo apt --fix-broken install
>
>Then clear up the system
>
>sudo apt autoremove --purge
>
>Now you can update your grub menu with
>
>sudo update-grub
>
>You should now be able to reboot
>There is a post for cinnamon that has the same error code due to a bad iso
>image at
>https://www.reddit.com/r/linux4noobs/comments/1t8h3u6/kernel_panic_unable_to_mount_root_fs_on_unknown/
>
>Regards
>John
>
>
>
>On Fri, 14 Aug 2026, 15:41 Ruth Gunstone, <ruth@xxxxxxxxxxxxxxxx> wrote:
>
>>
>> My laptop, running Linux Mint Cinnamon, just did a load of updates. When
>> I rebooted it, I got:
>>
>> KERNEL PANIC!
>> Please reboot your computer
>> VFS: Unable to mount root fs on unknown-block(0,0)
>>
>>
>> All subsequent reboots have same result.
>>
>> Any hints/suggestions? (Other than wipe the drive and start again!!)
>>
>> Thanks :-)
>>
>>
>>
>> --
>> Ruth Gunstone
>> Audio Visual Services
>> 07870 993379
>>
>>
>> _______________________________________________
>> Sheffield Linux User's Group
>> http://sheflug.org.uk/mailman/listinfo/sheflug_sheflug.org.uk
>> FAQ at: http://www.sheflug.org.uk/mailfaq.html
>>
>> GNU - The Choice of a Complete Generation
>>
>_______________________________________________
>Sheffield Linux User's Group
>http://sheflug.org.uk/mailman/listinfo/sheflug_sheflug.org.uk
>FAQ at: http://www.sheflug.org.uk/mailfaq.html
>
>GNU - The Choice of a Complete Generation
_______________________________________________
Sheffield Linux User's Group
http://sheflug.org.uk/mailman/listinfo/sheflug_sheflug.org.uk
FAQ at: http://www.sheflug.org.uk/mailfaq.html
GNU - The Choice of a Complete Generation