I install proxmox on my new computer(amd r3-4350ge + asus b550m plus).
After waiting for a while, I get `Installation aborted`.
```
DHCPAcK of 192.168.1.50 from 192.168.1.254
bound to 192.168.1.50 -- renewal in 2922 seconds.
done
starting a root shell on tty3.
Installation aborted - unable to continue (type exit or CTRL-D to reboot)
rooteproxmox:/#
```
and then I see var/log/Xorg.O.log, it have some error
```
[ 43.977]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 43.977] Build Operating System: Linux 4.19.0-10-amd64 x86_64 Debian
[ 43.977] Current Operating System: Linux proxmox 5.4.73-1-pve #1 SMP PVE 5.4.73-1 (Mon, 16 Nov 2020 10:52:16 +0100) x86_64
[ 43.977] Kernel command line: BOOT_IMAGE=/boot/linux26 ro ramdisk_size=16777216 rw quiet splash=verbose proxdebug
[ 43.977] Build Date: 27 August 2020 08:51:48AM
[ 43.977] xorg-server 2:1.20.4-1+deb10u1 (https://www.debian.org/support)
[ 43.977] Current version of pixman: 0.36.0
[ 43.977] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 43.977] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 43.977] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 2 21:51:18 2021
[ 43.979] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 43.982] (==) No Layout section. Using the first Screen section.
[ 43.982] (==) No screen section available. Using defaults.
[ 43.982] (**) |-->Screen "Default Screen Section" (0)
[ 43.982] (**) | |-->Monitor "<default monitor>"
[ 43.982] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 43.982] (==) Automatically adding devices
[ 43.982] (==) Automatically enabling devices
[ 43.982] (==) Automatically adding GPU devices
[ 43.994] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 43.995] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (==) FontPath set to:
built-ins
[ 43.995] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 43.995] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 43.995] (II) Loader magic: 0x561219ecee20
[ 43.995] (II) Module ABI versions:
[ 43.995] X.Org ANSI C Emulation: 0.4
[ 43.995] X.Org Video Driver: 24.0
[ 43.995] X.Org XInput driver : 24.1
[ 43.995] X.Org Server Extension : 10.0
[ 43.998] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[ 43.998] (--) using VT number 4
[ 43.998] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 44.000] (--) PCI:*(5@0:0:0) 1002:1636:1043:87e1 rev 221, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcc00000/524288, I/O @ 0x0000e000/256
[ 44.000] (II) LoadModule: "glx"
[ 44.000] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 44.028] (II) Module glx: vendor="X.Org Foundation"
[ 44.028] compiled for 1.20.4, module version = 1.0.0
[ 44.028] ABI class: X.Org Server Extension, version 10.0
[ 44.028] (==) Matched ati as autoconfigured driver 0
[ 44.028] (==) Matched modesetting as autoconfigured driver 1
[ 44.028] (==) Matched fbdev as autoconfigured driver 2
[ 44.028] (==) Matched vesa as autoconfigured driver 3
[ 44.028] (==) Assigned the driver to the xf86ConfigLayout
[ 44.028] (II) LoadModule: "ati"
[ 44.028] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 44.029] (II) Module ati: vendor="X.Org Foundation"
[ 44.029] compiled for 1.20.4, module version = 19.0.1
[ 44.029] Module class: X.Org Video Driver
[ 44.029] ABI class: X.Org Video Driver, version 24.0
[ 44.090] (II) LoadModule: "radeon"
[ 44.090] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 44.118] (II) Module radeon: vendor="X.Org Foundation"
[ 44.118] compiled for 1.20.4, module version = 19.0.1
[ 44.118] Module class: X.Org Video Driver
[ 44.118] ABI class: X.Org Video Driver, version 24.0
[ 44.118] (II) LoadModule: "modesetting"
[ 44.118] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 44.120] (II) Module modesetting: vendor="X.Org Foundation"
[ 44.120] compiled for 1.20.4, module version = 1.20.4
[ 44.120] Module class: X.Org Video Driver
[ 44.120] ABI class: X.Org Video Driver, version 24.0
[ 44.120] (II) LoadModule: "fbdev"
[ 44.120] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 44.121] (II) Module fbdev: vendor="X.Org Foundation"
[ 44.121] compiled for 1.20.0, module version = 0.5.0
[ 44.121] Module class: X.Org Video Driver
[ 44.121] ABI class: X.Org Video Driver, version 24.0
[ 44.121] (II) LoadModule: "vesa"
[ 44.121] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 44.123] (II) Module vesa: vendor="X.Org Foundation"
[ 44.123] compiled for 1.20.1, module version = 2.4.0
[ 44.123] Module class: X.Org Video Driver
[ 44.123] ABI class: X.Org Video Driver, version 24.0
[ 44.123] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
...
AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
MULLINS, KAVERI, HAWAII
[ 44.124] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 44.124] (II) FBDEV: driver for framebuffer: fbdev
[ 44.124] (II) VESA: driver for VESA chipsets: vesa
[ 44.125] (EE) open /dev/dri/card0: No such file or directory
[ 44.125] (WW) Falling back to old probe method for modesetting
[ 44.125] (EE) open /dev/dri/card0: No such file or directory
[ 44.125] (II) Loading sub module "fbdevhw"
[ 44.125] (II) LoadModule: "fbdevhw"
[ 44.125] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 44.129] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 44.129] compiled for 1.20.4, module version = 0.0.2
[ 44.129] ABI class: X.Org Video Driver, version 24.0
[ 44.130] (EE) Unable to find a valid framebuffer device
[ 44.130] (WW) Falling back to old probe method for fbdev
[ 44.130] (II) Loading sub module "fbdevhw"
[ 44.130] (II) LoadModule: "fbdevhw"
[ 44.130] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 44.130] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 44.130] compiled for 1.20.4, module version = 0.0.2
[ 44.130] ABI class: X.Org Video Driver, version 24.0
[ 44.130] (II) FBDEV(2): using default device
[ 44.130] (EE) Screen 0 deleted because of no matching config section.
[ 44.130] (II) UnloadModule: "modesetting"
[ 44.130] (EE) Screen 0 deleted because of no matching config section.
[ 44.130] (II) UnloadModule: "fbdev"
[ 44.130] (II) UnloadSubModule: "fbdevhw"
[ 44.130] (EE)
Fatal server error:
[ 44.130] (EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
```
Does it not support 4350ge's gpu?
Is there another way to install with proxmox iso?
install debian is fine, but I need install with zfs mirror. install debian on zfs too much trouble.
After waiting for a while, I get `Installation aborted`.
```
DHCPAcK of 192.168.1.50 from 192.168.1.254
bound to 192.168.1.50 -- renewal in 2922 seconds.
done
starting a root shell on tty3.
Installation aborted - unable to continue (type exit or CTRL-D to reboot)
rooteproxmox:/#
```
and then I see var/log/Xorg.O.log, it have some error
```
[ 43.977]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 43.977] Build Operating System: Linux 4.19.0-10-amd64 x86_64 Debian
[ 43.977] Current Operating System: Linux proxmox 5.4.73-1-pve #1 SMP PVE 5.4.73-1 (Mon, 16 Nov 2020 10:52:16 +0100) x86_64
[ 43.977] Kernel command line: BOOT_IMAGE=/boot/linux26 ro ramdisk_size=16777216 rw quiet splash=verbose proxdebug
[ 43.977] Build Date: 27 August 2020 08:51:48AM
[ 43.977] xorg-server 2:1.20.4-1+deb10u1 (https://www.debian.org/support)
[ 43.977] Current version of pixman: 0.36.0
[ 43.977] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 43.977] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 43.977] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 2 21:51:18 2021
[ 43.979] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 43.982] (==) No Layout section. Using the first Screen section.
[ 43.982] (==) No screen section available. Using defaults.
[ 43.982] (**) |-->Screen "Default Screen Section" (0)
[ 43.982] (**) | |-->Monitor "<default monitor>"
[ 43.982] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 43.982] (==) Automatically adding devices
[ 43.982] (==) Automatically enabling devices
[ 43.982] (==) Automatically adding GPU devices
[ 43.994] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 43.995] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 43.995] Entry deleted from font path.
[ 43.995] (==) FontPath set to:
built-ins
[ 43.995] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 43.995] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 43.995] (II) Loader magic: 0x561219ecee20
[ 43.995] (II) Module ABI versions:
[ 43.995] X.Org ANSI C Emulation: 0.4
[ 43.995] X.Org Video Driver: 24.0
[ 43.995] X.Org XInput driver : 24.1
[ 43.995] X.Org Server Extension : 10.0
[ 43.998] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[ 43.998] (--) using VT number 4
[ 43.998] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 44.000] (--) PCI:*(5@0:0:0) 1002:1636:1043:87e1 rev 221, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcc00000/524288, I/O @ 0x0000e000/256
[ 44.000] (II) LoadModule: "glx"
[ 44.000] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 44.028] (II) Module glx: vendor="X.Org Foundation"
[ 44.028] compiled for 1.20.4, module version = 1.0.0
[ 44.028] ABI class: X.Org Server Extension, version 10.0
[ 44.028] (==) Matched ati as autoconfigured driver 0
[ 44.028] (==) Matched modesetting as autoconfigured driver 1
[ 44.028] (==) Matched fbdev as autoconfigured driver 2
[ 44.028] (==) Matched vesa as autoconfigured driver 3
[ 44.028] (==) Assigned the driver to the xf86ConfigLayout
[ 44.028] (II) LoadModule: "ati"
[ 44.028] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 44.029] (II) Module ati: vendor="X.Org Foundation"
[ 44.029] compiled for 1.20.4, module version = 19.0.1
[ 44.029] Module class: X.Org Video Driver
[ 44.029] ABI class: X.Org Video Driver, version 24.0
[ 44.090] (II) LoadModule: "radeon"
[ 44.090] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 44.118] (II) Module radeon: vendor="X.Org Foundation"
[ 44.118] compiled for 1.20.4, module version = 19.0.1
[ 44.118] Module class: X.Org Video Driver
[ 44.118] ABI class: X.Org Video Driver, version 24.0
[ 44.118] (II) LoadModule: "modesetting"
[ 44.118] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 44.120] (II) Module modesetting: vendor="X.Org Foundation"
[ 44.120] compiled for 1.20.4, module version = 1.20.4
[ 44.120] Module class: X.Org Video Driver
[ 44.120] ABI class: X.Org Video Driver, version 24.0
[ 44.120] (II) LoadModule: "fbdev"
[ 44.120] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 44.121] (II) Module fbdev: vendor="X.Org Foundation"
[ 44.121] compiled for 1.20.0, module version = 0.5.0
[ 44.121] Module class: X.Org Video Driver
[ 44.121] ABI class: X.Org Video Driver, version 24.0
[ 44.121] (II) LoadModule: "vesa"
[ 44.121] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 44.123] (II) Module vesa: vendor="X.Org Foundation"
[ 44.123] compiled for 1.20.1, module version = 2.4.0
[ 44.123] Module class: X.Org Video Driver
[ 44.123] ABI class: X.Org Video Driver, version 24.0
[ 44.123] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
...
AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
MULLINS, KAVERI, HAWAII
[ 44.124] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 44.124] (II) FBDEV: driver for framebuffer: fbdev
[ 44.124] (II) VESA: driver for VESA chipsets: vesa
[ 44.125] (EE) open /dev/dri/card0: No such file or directory
[ 44.125] (WW) Falling back to old probe method for modesetting
[ 44.125] (EE) open /dev/dri/card0: No such file or directory
[ 44.125] (II) Loading sub module "fbdevhw"
[ 44.125] (II) LoadModule: "fbdevhw"
[ 44.125] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 44.129] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 44.129] compiled for 1.20.4, module version = 0.0.2
[ 44.129] ABI class: X.Org Video Driver, version 24.0
[ 44.130] (EE) Unable to find a valid framebuffer device
[ 44.130] (WW) Falling back to old probe method for fbdev
[ 44.130] (II) Loading sub module "fbdevhw"
[ 44.130] (II) LoadModule: "fbdevhw"
[ 44.130] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 44.130] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 44.130] compiled for 1.20.4, module version = 0.0.2
[ 44.130] ABI class: X.Org Video Driver, version 24.0
[ 44.130] (II) FBDEV(2): using default device
[ 44.130] (EE) Screen 0 deleted because of no matching config section.
[ 44.130] (II) UnloadModule: "modesetting"
[ 44.130] (EE) Screen 0 deleted because of no matching config section.
[ 44.130] (II) UnloadModule: "fbdev"
[ 44.130] (II) UnloadSubModule: "fbdevhw"
[ 44.130] (EE)
Fatal server error:
[ 44.130] (EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
```
Does it not support 4350ge's gpu?
Is there another way to install with proxmox iso?
install debian is fine, but I need install with zfs mirror. install debian on zfs too much trouble.
Last edited: