USB works, not DVD

Tried on another machine I have access to. It has a strange BIOS. It lists oddly. No mention about using DVD as first boot priority. I tried with an Aomei rescue disc and 18.04 DVD. None of them were detected / mention when I tried to choose the boot priority.

OK, thanks.
See what happens, if you try to boot from optical drive, but it is empty.
Does this trigger the LAN boot, or just boots from the HDD after it fails?
What happens, if you put a data disc (not a music CD nor DVD video) in the optical drive, and try to boot from that? Apparently this will fail, but want to see, if your BIOS boots from the next item (HDD) ins this case, or jumps to LAN boot attempt?
What happens, if you try to boot that Aomie disc? Is that bootable on that computer?

Edit:
Just another hint:
https://help.ubuntu.com/community/BootFromCD

" CD/DVD drive can’t boot in AHCI/Raid mode
A large number of CD/DVD drives have problems running under AHCI/Raid mode (from not working at all to refusing to boot)."

Can you try to move away from AHCI temporarily?

2 Likes

I doubt whether my DVD drive is physically disabled. Is there any command to check that ?

I will follow you instructions and update you.

As per today, there is no indication on Ubuntu that a DVD or a DVD drive is present when I put

  1. Ubuntu DVD
  2. An old Windows 10 insider DVD
  3. Aomei Rescue DVD ( based on WinPE, I guess )

There is no detection inside Nautilus now. Not sure why.

1 Like

How to ? I didn’t follow a word, sorry.

1 Like

I would write
ls /dev/sr*

If that reports no such file or similar, the optical drive vanished.
If you see sr0 for example, it’s there…

2 Likes

Looks like it is there.

$ ls /dev/sr*
/dev/sr0

1 Like

That was just a shot in the dark. SATA ports usually have different modes. The default is AHCI, but can be RAID, or legacy. In BIOS this setting should be there, but so many BIOSes exists, I can’t say a certaine place/menu.

2 Likes

No, nothing like that. I sweeped BIOS last day. I will check again.

1 Like

It

Glad… it’s present at least. If you put the disc into it, does it spin up? Does it recognize the disc, or ANY other disc?

2 Likes

Luckily, yes. I had an old recovery disk. I got a popup for new disc inserted and Nautilus shows it too.

cd

1 Like

So that it’s there and working. If you get no similar popup for the other discs, I’m afraid those discs are defect. At least THIS drive cannot read them properly. Maybe your drive tends to its end of life, and reads some discs, and does not read others.
Is this drive old? (more than 2 years?)

2 Likes

This time I got the same popup for the not booting Ubuntu disk. It can be mounted through Nautilus as well

ubuntu popup

This is strange. I am more or less sure that if I try to boot from this DVD now it won’t but will work if I use a bootable USB

This is what I get from Nautilus for the bootable 18.04 DVD

2 Likes

Just tried to boot from DVD. The same error message. :frowning:

Yes, the machine is a bit old.

PS: The DVD drive just put in a notification as I shared in the above posts. That Ubuntu DVD is there.

Something is preventing from CD booting. I am not sure what. I burned it right as far as I recall. Thanks.

1 Like

Do you have an older -say Ubuntu 14.x- boot CD? Would that boot?

2 Likes

Tried 14.04 DVD - no luck

Got into BIOS and set it to default.

Tried with 16.04 DVD - again no luck :frowning:

checking logs after inserting a disc might be helpful to determine if there are problems. i believe ubuntu has a log viewer, but you could also use something like cat /var/log/syslog | tail to see the last 10 messages. if you think more messages might help, you can add -n 15 (or higher number) to get them.

2 Likes
$ cat /var/log/syslog | tail
Feb 12 19:51:00 my-PC kernel: [  188.084576] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:00 my-PC kernel: [  188.084584] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:51:12 my-PC kernel: [  200.158422] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:12 my-PC kernel: [  200.158431] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:51:24 my-PC kernel: [  212.252234] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:24 my-PC kernel: [  212.252241] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:51:36 my-PC kernel: [  224.325052] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:36 my-PC kernel: [  224.325060] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:51:49 my-PC kernel: [  237.427021] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:49 my-PC kernel: [  237.427030] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.

kbd makes that look like a keyboard issue. did you run a web search?

1 Like

Tried 50

~$ cat /var/log/syslog | tail -n 50
Feb 12 19:51:24 my-PC kernel: [  212.252234] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:24 my-PC kernel: [  212.252241] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:51:36 my-PC kernel: [  224.325052] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:36 my-PC kernel: [  224.325060] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:51:49 my-PC kernel: [  237.427021] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:51:49 my-PC kernel: [  237.427030] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:52:01 my-PC kernel: [  249.501863] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:52:01 my-PC kernel: [  249.501871] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:52:14 my-PC kernel: [  262.602770] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:52:14 my-PC kernel: [  262.602777] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:52:22 my-PC upowerd[1562]: message repeated 8 times: [ treating change event as add on /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:00/power_supply/BAT0]
Feb 12 19:52:26 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.50' (uid=1000 pid=2370 comm="gedit " label="unconfined")
Feb 12 19:52:26 my-PC systemd[1341]: Starting Portal service...
Feb 12 19:52:27 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.51' (uid=1000 pid=2373 comm="/usr/libexec/xdg-desktop-portal " label="unconfined")
Feb 12 19:52:27 my-PC systemd[1341]: Starting flatpak document portal service...
Feb 12 19:52:27 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.52' (uid=1000 pid=2377 comm="/usr/libexec/xdg-document-portal " label="unconfined")
Feb 12 19:52:27 my-PC systemd[1341]: Starting sandboxed app permission store...
Feb 12 19:52:27 my-PC kernel: [  274.688598] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:52:27 my-PC kernel: [  274.688604] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:52:27 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Feb 12 19:52:27 my-PC systemd[1341]: Started sandboxed app permission store.
Feb 12 19:52:27 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Successfully activated service 'org.freedesktop.portal.Documents'
Feb 12 19:52:27 my-PC systemd[1341]: Started flatpak document portal service.
Feb 12 19:52:27 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.51' (uid=1000 pid=2373 comm="/usr/libexec/xdg-desktop-portal " label="unconfined")
Feb 12 19:52:27 my-PC systemd[1341]: Starting Portal service (GTK+/GNOME implementation)...
Feb 12 19:52:27 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Feb 12 19:52:27 my-PC systemd[1341]: Started Portal service (GTK+/GNOME implementation).
Feb 12 19:52:27 my-PC dbus-daemon[1373]: [session uid=1000 pid=1373] Successfully activated service 'org.freedesktop.portal.Desktop'
Feb 12 19:52:27 my-PC systemd[1341]: Started Portal service.
Feb 12 19:52:32 my-PC xdg-desktop-por[2373]: Error getting permissions: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for inhibit
Feb 12 19:52:32 my-PC xdg-desktop-por[2373]: Backend call failed: GDBus.Error:org.freedesktop.portal.Error.Failed: Inhibiting other than idle not supported
Feb 12 19:52:34 my-PC upowerd[1562]: treating change event as add on /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:00/power_supply/BAT0
Feb 12 19:52:39 my-PC kernel: [  286.764444] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:52:39 my-PC kernel: [  286.764452] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:52:51 my-PC kernel: [  298.859345] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:52:51 my-PC kernel: [  298.859353] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:53:02 my-PC kernel: [  309.936069] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:53:02 my-PC kernel: [  309.936077] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:53:14 my-PC kernel: [  322.020907] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:53:14 my-PC kernel: [  322.020915] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:53:25 my-PC kernel: [  333.097586] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:53:25 my-PC kernel: [  333.097593] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:53:37 my-PC kernel: [  345.186451] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:53:37 my-PC kernel: [  345.186457] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:53:48 my-PC kernel: [  356.252148] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:53:48 my-PC kernel: [  356.252159] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:54:00 my-PC kernel: [  368.336018] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:54:00 my-PC kernel: [  368.336025] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
Feb 12 19:54:12 my-PC kernel: [  380.420888] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
Feb 12 19:54:12 my-PC kernel: [  380.420896] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
1 Like

No, I just logged in. There is one tab with Google search from previous session. But it was not activated.

1 Like