MX-18 beta 1 feedback

Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22078
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-18 beta 1 feedback

#21 Post by dolphin_oracle »

richb wrote: Mon Dec 03, 2018 12:51 pm Beta 1 installed and runs fine. However it did not create a grub entry for a previously installed encrypted alpha on another internal drive. It did create an entry for MX 17.1 on a third internal drive. Same happened in an alpha install but thought it was an anomaly and did not report it.
PS It is an updated MX 17 beta 3 to final.

The encrypted drive can be accessed with thunar, and shows in disk manager.
looks like you wiped out the boot partition at some point. that's what the os-prober will pick up.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
richb
Administrator
Posts: 10856
Joined: Wed Jul 12, 2006 2:17 pm

Re: MX-18 beta 1 feedback

#22 Post by richb »

dolphin_oracle wrote: Mon Dec 03, 2018 12:53 pm
richb wrote: Mon Dec 03, 2018 12:51 pm Beta 1 installed and runs fine. However it did not create a grub entry for a previously installed encrypted alpha on another internal drive. It did create an entry for MX 17.1 on a third internal drive. Same happened in an alpha install but thought it was an anomaly and did not report it.
PS It is an updated MX 17 beta 3 to final.

The encrypted drive can be accessed with thunar, and shows in disk manager.
looks like you wiped out the boot partition at some point. that's what the os-prober will pick up.
I thought that was sdc1. the first entry that has a boot flag
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
dolphin_oracle
Developer
Posts: 22078
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-18 beta 1 feedback

#23 Post by dolphin_oracle »

richb wrote: Mon Dec 03, 2018 12:55 pm
dolphin_oracle wrote: Mon Dec 03, 2018 12:53 pm
richb wrote: Mon Dec 03, 2018 12:51 pm Beta 1 installed and runs fine. However it did not create a grub entry for a previously installed encrypted alpha on another internal drive. It did create an entry for MX 17.1 on a third internal drive. Same happened in an alpha install but thought it was an anomaly and did not report it.
PS It is an updated MX 17 beta 3 to final.

The encrypted drive can be accessed with thunar, and shows in disk manager.
looks like you wiped out the boot partition at some point. that's what the os-prober will pick up.
I thought that was sdc1. the first entry that has a boot flag
that's the ESP for uefi boots. different thing the /boot.

also, without an uncrypted /boot (like the installer requires), os-prober has no way to know what's in an encrypted partition, so they won't be picked up. not being able to tell what's in an encrypted partition is kind of the point.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22078
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-18 beta 1 feedback

#24 Post by dolphin_oracle »

Gaer Boy wrote: Mon Dec 03, 2018 12:43 pm From grub.cfg

Code: Select all

menuentry 'MX 18 Continuum (18) (on /dev/sdb5)' --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-8a1b6bd1-cadd-4fce-8bb3-37f3d76fc534' {
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt5 --hint-efi=hd1,gpt5 --hint-baremetal=ahci1,gpt5  8a1b6bd1-cadd-4fce-8bb3-37f3d76fc534
	else
	  search --no-floppy --fs-uuid --set=root 8a1b6bd1-cadd-4fce-8bb3-37f3d76fc534
	fi
	linux /boot/vmlinuz-4.19.0-1-amd64 root=/dev/sdb5
	initrd /boot/initrd.img-4.19.0-1-amd64
}
I forgot to mention it's a UEFI boot.
can you try setting your

Code: Select all

root=/dev/sdb5
to

Code: Select all

root=UUID=Actual_UUID_Of_The_Device_here
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
richb
Administrator
Posts: 10856
Joined: Wed Jul 12, 2006 2:17 pm

Re: MX-18 beta 1 feedback

#25 Post by richb »

shoot wrong image posted. That drive does have an entry, this one does not.
You do not have the required permissions to view the files attached to this post.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
dolphin_oracle
Developer
Posts: 22078
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-18 beta 1 feedback

#26 Post by dolphin_oracle »

in that case...don't know.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Gaer Boy
Posts: 862
Joined: Sat Jun 06, 2009 6:06 am

Re: MX-18 beta 1 feedback

#27 Post by Gaer Boy »

The boot edit worked fine - posting from MX-18 Beta now. I have 10 minutes to look around.

Gigabyte B550I Aorus Pro AX, Ryzen 5 5600G, 16GB, 250GB Samsung SSD (GPT), 2x1TB HDD (MBR), MX-21-AHS
Lenovo Thinkpad X220, dual-core i5, 4MB, 120GB Samsung SSD (GPT), MX-21

User avatar
richb
Administrator
Posts: 10856
Joined: Wed Jul 12, 2006 2:17 pm

Re: MX-18 beta 1 feedback

#28 Post by richb »

dolphin_oracle wrote: Mon Dec 03, 2018 1:06 pm in that case...don't know.
I do not need that install. I just posted in case it was an issue "seeing" an encrypted drive if grub was re-wriiten by another OS.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
Stevo
Developer
Posts: 14452
Joined: Fri Dec 15, 2006 7:07 pm

Re: MX-18 beta 1 feedback

#29 Post by Stevo »

Those trying to install the Nvidia drivers might try enabling the test repository in Synaptic, then running ddm-mx to install. We have the 390.87 drivers there also that you need to be able to build on the 4.19 kernel.

User avatar
chrispop99
Global Moderator
Posts: 3333
Joined: Tue Jan 27, 2009 2:07 pm

Re: MX-18 beta 1 feedback

#30 Post by chrispop99 »

(Trivial)

Using the Package Installer to add 'HP Printing' adds an entry to Settings, but it has no icon. This was the same in MX-17.

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

Locked

Return to “General”