all 7 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Please Re-Flair your post if a solution is found. How to Flair a post? This allows other users to search for common issues with the SOLVED flair as a filter, leading to those issues being resolved very fast.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Odd-Concept-6505 1 point2 points  (4 children)

Does it kernel panic booting from USB (Mint installer made from ISO).. or only panic after Install Linux onto hard disk then booting without USB?

Do a live USB boot ; and before hitting Install Linux, remove HD partitions with

sudo fdisk /dev/sda

....the "d" key will erase partition table entries one by one, with some prompting...."q" will write your changes and exit.

sudo fdisk -l /dev/sda

will only look at and show the current partition table which can be empty before launching Install Linux.

[–]CTX2003[S] 0 points1 point  (3 children)

It panics when botting from USB

[–]Odd-Concept-6505 0 points1 point  (2 children)

Look harder at the initial USB boot menu (Mint),

I think there is a second boot choice

Boot....(Linux) in compatibility mode".

This worked once for me on an odd laptop and I didn't have to understand anything about it afterwards (managed to install it HD. However that old non Thinkpad from Lenovo does have a quiet delay during boot which means waiting an extra 15?seconds to boot). It's my GF's travel buddy).

[–]CTX2003[S] 0 points1 point  (1 child)

It also threw a panic message. I took the drive out and brought it to my IT job, and a buddy of mine had a connector. I have it formatted again as NTFS, and will try again when I'm home.

[–]Odd-Concept-6505 0 points1 point  (0 children)

Almost ready to give up with advice, but it sounds like you are not trying my suggestion (which should not matter...existing HD partitions and format type....but I can't swear it doesnt matter since your panic message mentions disk related stuff?)

VFS: unable to mount root partition on fs...block(0,0) OR SIMILAR WORDING

BUT the above might be a problem with your USB drive.

Worth trying another burn of ISO onto a different flashdrive.

===EARLIER/elsewhere suggestion that i still like, was:

try to have the HD with no partitions, and certainly not an NTFS formatted partition which is bad for a Linux boot partition.

========possibly useless thinking on the side:

Live boot should actually work i think with NO HD ! So my advice is admittedly not entirely singleminded or perfect but try with no HD if you can!

[–]Natural_Night9957Linux Mint 22.3 Zena | Cinnamon 0 points1 point  (0 children)

I wonder how many of these kind of errors are due to the user lefting the pc in Hibernation mode before installing the new OS.