Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

boot hangs on infinite fsck upgrading to stretch

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: boot hangs on infinite fsck upgrading to stretch

#16 Post by Head_on_a_Stick »

papatangonyc wrote:

Code: Select all

   1            2048         1050623   512.0 MiB   8300
^ This is wrong, an EFI partition should show the ef00 code in gdisk, I am amazed that disk can boot at all in UEFI mode :?

It should be possible to use gdisk to change the partition code but be sure to back up the contents first.
deadbang

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: boot hangs on infinite fsck upgrading to stretch

#17 Post by llivv »

papatangonyc wrote: So as per https://bbs.archlinux.org/viewtopic.php?id=238554&p=3 this is all caused by an LVM bug? And I have nothing more to worry about? I don't suppose I could remove LVM at this point? Too late?
Since we don't know fore sure how it was setup (which package called it as a dep or recommends)
I'd be suspicious of removing it at this point of time, anyways.
Here is more from the lvm debian wiki https://wiki.debian.org/LVM

I have a few other suggestions for consideration, most importantly (in my opinion) is to double check the upgrade status

Code: Select all

~$ apt list --upgradeable
or compare these two to see if they match

Code: Select all

~$ aptitude -s safe-upgrade

Code: Select all

~$ aptitude -s full-upgrade
the -s option in aptitude is for running in (simulation mode)
so choosing the default Y [ENTER] key just returns to the bash prompt without doing any package management.

Code: Select all

Note: Using 'Simulate' mode.
Do you want to continue? [Y/n/?]
also read the manpages for mkswap and swapon for reference to swap on NFS
as I believe you mentioned having swap NFS in one of the posts above.

best of luck
and very glad you got boot again....
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

Post Reply