[SOLVED] Installing on a 2008 ish Macbook Pro

Message
Author
User avatar
Griffy
Posts: 51
Joined: Tue Sep 19, 2023 1:04 pm

[SOLVED] Installing on a 2008 ish Macbook Pro

#1 Post by Griffy »

I have 2 old 2008ish Macbook pros. I took the old mechanical hd out of one and stuck in a samsung SSD. I'm not that familiar with Macs, but I have gotten it to recognize and boot from DVD. I've been successful at booting and installing MX 23 up until the point where it is supposed to create a user. It won't create one and it fails. Antix seemed to work fine so that is what is installed now. It doesn't shut down without intervention in the form of the power button. I don't have to hold it, I just hit it and it continues with the shutdown process. I'd like it to shutdown normally. I have several questions.

1. What EFI partition if any should be installed on the SSD so that I can boot from USB if that's an option for me. I think MAC uses it's own and it seems that it might need that to select a booting option (can only boot from DVD if I hold the option key) other than DVD's.

2. Why did the MX installer fail during user creation right at the end? DVD integrity seems to be fine but I would prefer booting from a USB image so I could use MX or any other distro (I want to put Pop on the other Mac)

3. What will smooth out the shutdown process for me with Antix or any other distro. Does this have anything to do with Macs proprietary EFI?

Can someone make sense of all this> ;)
Last edited by Griffy on Fri Oct 06, 2023 1:46 pm, edited 1 time in total.

User avatar
j2mcgreg
Global Moderator
Posts: 7250
Joined: Tue Oct 23, 2007 12:04 pm

Re: Installing on a 2008 ish Macbook Pro

#2 Post by j2mcgreg »

EFI is incompatible with that vintage of MacBook Pro. See here:
https://forums.macrumors.com/threads/ef ... hould%20be.

you will likely have to do a legacy (MBR) install.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
Griffy
Posts: 51
Joined: Tue Sep 19, 2023 1:04 pm

Re: Installing on a 2008 ish Macbook Pro

#3 Post by Griffy »

j2mcgreg wrote: Fri Oct 06, 2023 11:06 am EFI is incompatible with that vintage of MacBook Pro. See here:
https://forums.macrumors.com/threads/ef ... hould%20be.

you will likely have to do a legacy (MBR) install.
Thank you for the prompt response. Are there any guides or tips for doing a legacy MBR install with MX? I had secretly hoped that someone had done it before.

User avatar
fehlix
Developer
Posts: 12944
Joined: Wed Apr 11, 2018 5:09 pm

Re: Installing on a 2008 ish Macbook Pro

#4 Post by fehlix »

Griffy wrote: Fri Oct 06, 2023 10:29 am I have 2 old 2008ish Macbook pros. I took the old mechanical hd out of one and stuck in a samsung SSD. I'm not that familiar with Macs, but I have gotten it to recognize and boot from DVD. I've been successful at booting and installing MX 23 up until the point where it is supposed to create a user. It won't create one and it fails. Antix seemed to work fine so that is what is installed now. It doesn't shut down without intervention in the form of the power button. I don't have to hold it, I just hit it and it continues with the shutdown process. I'd like it to shutdown normally. I have several questions.

1. What EFI partition if any should be installed on the SSD so that I can boot from USB if that's an option for me. I think MAC uses it's own and it seems that it might need that to select a booting option (can only boot from DVD if I hold the option key) other than DVD's.

2. Why did the MX installer fail during user creation right at the end? DVD integrity seems to be fine but I would prefer booting from a USB image so I could use MX or any other distro (I want to put Pop on the other Mac)

3. What will smooth out the shutdown process for me with Antix or any other distro. Does this have anything to do with Macs proprietary EFI?

Can someone make sense of all this> ;)
I have close to zero expiriences with 2008 Mac's ...
but anyway, maybe you try a little experiment to check whether you can boot from USB this way
with help of a generated small ISO. If that would boot from an plugged-in USB key,
we can transform MX-ISO in a same way to a bootable USB-key
We need an USB stick and we prepare a grubtest.iso which is about 10++ MB in size
On a 64bit MX-23 installation (or maybe on a 32bit not sure.)
Open terminal as normal user and run

Code: Select all

grub-mkrescue -o grubtest.iso /dev/null
Now plugin the test USB-stick, this will be overwritten and remove any other USB-stick

Code: Select all

sudo dd-live-usb -f grubtest.iso
It will detect the USB key and ask for confirmation
Now use the LiveGRUBtest USB to boot from the MAC.
You may need to hold one of those options key, to select the USB to boot from.
Does it find the LiveGRUB- usb key and does it boot to the GRUB> prompt?
If yes, do enter this

Code: Select all

echo $grub_cpu

and

Code: Select all

echo $grub_platform

and let us know what it shows or any other error message.

User avatar
Griffy
Posts: 51
Joined: Tue Sep 19, 2023 1:04 pm

Re: Installing on a 2008 ish Macbook Pro

#5 Post by Griffy »

It gives me no options at all. I have to hold the option key when I boot and it just goes to white screen. It's either boot from the blank hard drive (it won't) or the DVD will start spinning and might boot from that. The only OSes I have been able to boot this way are antix and MX, but MX fails when creating the user towards the end of the install. As I'm typing this MX has actually completed the install so I'll check out how it starts and shuts down.

User avatar
j2mcgreg
Global Moderator
Posts: 7250
Joined: Tue Oct 23, 2007 12:04 pm

Re: Installing on a 2008 ish Macbook Pro

#6 Post by j2mcgreg »

@Griffy wrote:
Thank you for the prompt response. Are there any guides or tips for doing a legacy MBR install with MX? I had secretly hoped that someone had done it before.
Our installer is designed to use the partition scheme that is dictated by the machine's bios. All you need to do is access the bios and set it to use MBR or Legacy or non CMS or whatever Apple calls it.

This is as far as I can take you since my knowledge of Apple products is limited to the fact that I know what they look like.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
fehlix
Developer
Posts: 12944
Joined: Wed Apr 11, 2018 5:09 pm

Re: Installing on a 2008 ish Macbook Pro

#7 Post by fehlix »

Griffy wrote: Fri Oct 06, 2023 12:33 pm It gives me no options at all. I have to hold the option key when I boot and it just goes to white screen. It's either boot from the blank hard drive (it won't) or the DVD will start spinning and might boot from that. The only OSes I have been able to boot this way are antix and MX, but MX fails when creating the user towards the end of the install. As I'm typing this MX has actually completed the install so I'll check out how it starts and shuts down.
May be post the minstaller.log available on the LiveBooted system, e.g within quick-system-info-gui.
Also did you upgrade the mx-installer to latest version before installing.

User avatar
Griffy
Posts: 51
Joined: Tue Sep 19, 2023 1:04 pm

Re: Installing on a 2008 ish Macbook Pro

#8 Post by Griffy »

It is the latest 23 AFAIK. I now have MX installed and rebooting nicely. I am currently trying to activate the wireless because it is enabled but I can't use it.

Here is the .log

Code: Select all

2023-10-06 08:08:12.725 DBG default: Installer version: 23.7.14mx23
2023-10-06 08:08:15.807 DBG default: << void MInstall::startup() >>
2023-10-06 08:08:15.807 DBG default: Detect EFI: 0
2023-10-06 08:08:15.807 DBG default: Live boot: quiet splasht nosplash
2023-10-06 08:14:23.451 DBG default: Exec #1: du -scb /live/aufs/boot
2023-10-06 08:14:23.470 DBG default: Exit #1: 0
2023-10-06 08:14:23.510 DBG default: Basic image: 6221382656 true "/live/boot-dev/antiX/linuxfs.info"
2023-10-06 08:14:23.510 DBG default: Source inodes: 295256 Assumed block size: 4096
2023-10-06 08:14:23.510 DBG default: Minimum space: 99409345 (boot), 7430751232 (root)
2023-10-06 08:14:23.592 DBG default: Exec #2: find -L /usr/share/zoneinfo/posix -mindepth 2 -type f -printf %P\n
2023-10-06 08:14:23.617 DBG default: Exit #2: 0
2023-10-06 08:14:23.620 DBG default: Bash #3: guess-hwclock
2023-10-06 08:14:25.040 DBG default: Exit #3: 0
2023-10-06 08:14:25.040 DBG default: Bash #4: locale -a | grep -Ev '^(C|POSIX)\.?' | grep -E 'utf8|UTF-8'
2023-10-06 08:14:25.051 DBG default: Exit #4: 0
2023-10-06 08:14:25.052 DBG default: Bash #5: ls -1 /home | grep -Ev '^(lost\+found|demo|snapshot)$' | grep -q '[a-zA-Z0-9]'
2023-10-06 08:14:25.061 DBG default: Exit #5: 1
2023-10-06 08:14:25.062 DBG default: check for possible snapshot: false
2023-10-06 08:14:25.062 DBG default: Bash #6: dpkg -s samba | grep '^Status.*ok.*' | sed -e 's/.*ok //'
2023-10-06 08:14:25.103 DBG default: Exit #6: 0
2023-10-06 08:14:25.107 DBG default: Exec #7: lsblk -T -bJo TYPE,NAME,PATH,UUID,ROTA,DISC-GRAN,SIZE,PHY-SEC,PTTYPE,PARTTYPENAME,FSTYPE,FSVER,LABEL,MODEL,PARTFLAGS
2023-10-06 08:14:25.120 DBG default: Exit #7: 0
2023-10-06 08:14:25.121 DBG default: Exec #8: parted -lm
2023-10-06 08:14:25.962 DBG default: SErr #8: "Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0\nhas been opened read-only.\n"
2023-10-06 08:14:25.962 DBG default: Exit #8: 0
2023-10-06 08:14:25.962 DBG default: Bash #9: lsblk -T -bJo TYPE,NAME,PATH,UUID,ROTA,DISC-GRAN,SIZE,PHY-SEC,FSTYPE,LABEL /dev/mapper/*
2023-10-06 08:14:25.970 DBG default: SErr #9: "lsblk: /dev/mapper/control: not a block device\n"
2023-10-06 08:14:25.970 DBG default: Exit #9: 32
2023-10-06 08:20:43.067 DBG default: ++ Preparing to install MX Linux ++
2023-10-06 08:20:43.068 DBG default: Bash #10: echo 0 > /sys/module/zswap/parameters/enabled
2023-10-06 08:20:43.076 DBG default: Exit #10: 0
2023-10-06 08:20:43.076 DBG default: Exec #11: modprobe zram
2023-10-06 08:20:43.094 DBG default: Exit #11: 0
2023-10-06 08:20:43.094 DBG default: Exec #12: zramctl zram0 -a zstd -s 4080922624
2023-10-06 08:20:43.147 DBG default: Exit #12: 0
2023-10-06 08:20:43.147 DBG default: Exec #13: mkswap -q /dev/zram0
2023-10-06 08:20:43.170 DBG default: Exit #13: 0
2023-10-06 08:20:43.171 DBG default: Exec #14: swapon -p 32767 /dev/zram0
2023-10-06 08:20:43.180 DBG default: Exit #14: 0
2023-10-06 08:20:43.180 DBG default: Exec #15: smartctl -H /dev/sda
2023-10-06 08:20:43.233 DBG default: SOut #15: "smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.1.0-10-amd64] (local build)\nCopyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org\n\n=== START OF READ SMART DATA SECTION ===\nSMART overall-health self-assessment test result: PASSED\n\n"
2023-10-06 08:20:43.233 DBG default: Exit #15: 0
2023-10-06 08:20:43.233 DBG default: Bash #16: smartctl -A /dev/sda| grep -E "^  5|^196|^197|^198" | awk '{ if ( $10 != 0 ) { print $1,$2,$10} }'
2023-10-06 08:20:43.276 DBG default: Exit #16: 0
2023-10-06 08:20:43.276 DBG default: << void MInstall::setupAutoMount(bool) >>
2023-10-06 08:20:43.276 DBG default: Bash #17: ps -e | grep 'udisksd'
2023-10-06 08:20:43.305 DBG default: Exit #17: 1
2023-10-06 08:20:43.305 DBG default: Bash #18: grep -El '^[^#].*mdadm (-I|--incremental)' /lib/udev/rules.d/*
2023-10-06 08:20:43.317 DBG default: Exit #18: 0
2023-10-06 08:20:43.317 DBG default: Bash #19: systemctl list-units --full --all -t mount --no-legend 2>/dev/null | grep -v masked | cut -f1 -d' ' | grep -Ev '^(dev-hugepages|dev-mqueue|proc-sys-fs-binfmt_misc|run-user-.*-gvfs|sys-fs-fuse-connections|sys-kernel-config|sys-kernel-debug)'
2023-10-06 08:20:43.338 DBG default: Exit #19: 1
2023-10-06 08:20:43.338 DBG default: MkPath(SUCCESS): "/run/udev/rules.d"
2023-10-06 08:20:43.338 DBG default: Exec #20: touch /run/udev/rules.d/64-md-raid-assembly.rules
2023-10-06 08:20:43.344 DBG default: Exit #20: 0
2023-10-06 08:20:43.344 DBG default: Mount points:
2023-10-06 08:20:43.344 DBG default:  - "/" - "sda1" "" "/dev/sda1"
2023-10-06 08:20:43.344 DBG default: << void PartMan::preparePartitions() >>
2023-10-06 08:20:43.344 DBG default: Exec #21: lsblk -nro path /dev/sda
2023-10-06 08:20:43.352 DBG default: Exit #21: 0
2023-10-06 08:20:43.352 DBG default: Exec #22: swapon --show=NAME --noheadings
2023-10-06 08:20:43.360 DBG default: Exit #22: 0
2023-10-06 08:20:43.360 DBG default: Exec #23: findmnt --raw -o SOURCE
2023-10-06 08:20:43.367 DBG default: Exit #23: 0
2023-10-06 08:20:43.367 DBG default: ++ Preparing partition tables ++
2023-10-06 08:20:43.369 DBG default: Exec #24: blkdiscard -fv -l 4194304 /dev/sda
2023-10-06 08:20:43.383 DBG default: SOut #24: "/dev/sda: Discarded 4194304 bytes from the offset 0\n"
2023-10-06 08:20:43.383 DBG default: SErr #24: "blkdiscard: Operation forced, data will be lost!\n"
2023-10-06 08:20:43.383 DBG default: Exit #24: 0
2023-10-06 08:20:43.383 DBG default: Exec #25: blkdiscard -fv -o 120029929472 /dev/sda
2023-10-06 08:20:43.395 DBG default: SOut #25: "/dev/sda: Discarded 4194304 bytes from the offset 120029929472\n"
2023-10-06 08:20:43.395 DBG default: SErr #25: "blkdiscard: Operation forced, data will be lost!\n"
2023-10-06 08:20:43.395 DBG default: Exit #25: 0
2023-10-06 08:20:43.396 DBG default: Exec #26: parted -s /dev/sda mklabel msdos
2023-10-06 08:20:43.487 DBG default: Exit #26: 0
2023-10-06 08:20:43.488 DBG default: ++ Preparing required partitions ++
2023-10-06 08:20:43.495 DBG default: Exec #27: parted -s --align optimal /dev/sda mkpart primary 1MiB 114472MiB
2023-10-06 08:20:43.600 DBG default: Exit #27: 0
2023-10-06 08:20:43.608 DBG default: Exec #28: parted -s /dev/sda set 1 boot on
2023-10-06 08:20:43.719 DBG default: Exit #28: 0
2023-10-06 08:20:43.726 DBG default: Exec #29: partx -u /dev/sda
2023-10-06 08:20:43.741 DBG default: Exit #29: 0
2023-10-06 08:20:43.741 DBG default: << void PartMan::formatPartitions() >>
2023-10-06 08:20:43.741 DBG default: ++ Formatting: / ++
2023-10-06 08:20:43.747 DBG default: Exec #30: mkfs.ext4 -F /dev/sda1 -L rootMX23
2023-10-06 08:20:46.561 DBG default: SOut #30: "Discarding device blocks:        0/29304576\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b                 \b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\bdone                            \nCreating filesystem with 29304576 4k blocks and 7331840 inodes\nFilesystem UUID: f1a3a711-15b3-4e5b-b98b-e171b775bbd6\nSuperblock backups stored on blocks: \n\t32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, \n\t4096000, 7962624, 11239424, 20480000, 23887872\n\nAllocating group tables:   0/895\b\b\b\b\b\b\b       \b\b\b\b\b\b\bdone                            \nWriting inode tables:   0/895\b\b\b\b\b\b\b       \b\b\b\b\b\b\bdone                            \nCreating journal (131072 blocks): done\nWriting superblocks and filesystem accounting information:   0/895\b\b\b\b\b\b\b       \b\b\b\b\b\b\bdone\n\n"
2023-10-06 08:20:46.561 DBG default: SErr #30: "mke2fs 1.47.0 (5-Feb-2023)\n"
2023-10-06 08:20:46.561 DBG default: Exit #30: 0
2023-10-06 08:20:46.561 DBG default: Exec #31: tune2fs -c0 -C0 -i1m /dev/sda1
2023-10-06 08:20:46.580 DBG default: SOut #31: "tune2fs 1.47.0 (5-Feb-2023)\nSetting maximal mount count to -1\nSetting current mount count to 0\nSetting interval between checks to 2592000 seconds\n"
2023-10-06 08:20:46.580 DBG default: Exit #31: 0
2023-10-06 08:20:46.580 DBG default: << void PartMan::mountPartitions() >>
2023-10-06 08:20:46.580 DBG default: ++ Mounting: / ++
2023-10-06 08:20:46.581 DBG default: Exec #32: mount --mkdir -o discard,noatime,async,noiversion /dev/sda1 /mnt/antiX/
2023-10-06 08:20:46.740 DBG default: Exit #32: 0
2023-10-06 08:20:46.741 DBG default: Exec #33: lsblk --list -bJo PATH,UUID
2023-10-06 08:20:46.751 DBG default: Exit #33: 0
2023-10-06 08:20:46.751 DBG default: << void Base::install() >>
2023-10-06 08:20:46.751 DBG default: << void Base::copyLinux(bool) >>
2023-10-06 08:20:46.756 DBG default: ++ Copying new system ++
2023-10-06 08:20:46.757 DBG default: Exec COPY: cp -av /live/aufs/boot /live/aufs/bin /live/aufs/dev /live/aufs/etc /live/aufs/lib /live/aufs/libx32 /live/aufs/lib64 /live/aufs/media /live/aufs/mnt /live/aufs/opt /live/aufs/root /live/aufs/sbin /live/aufs/usr /live/aufs/var /live/aufs/home /mnt/antiX
2023-10-06 08:28:09.924 DBG default: Exit COPY: 0 QProcess::NormalExit
2023-10-06 08:28:09.924 DBG default: ++ Setting system configuration ++
2023-10-06 08:28:09.952 DBG default: MkPath(SUCCESS): "/mnt/antiX/tmp"
2023-10-06 08:28:09.952 DBG default: Bash #34: /usr/sbin/live-to-installed /mnt/antiX
2023-10-06 08:28:11.672 DBG default: SErr #34: "find: \xE2\x80\x98/mnt/antiX/home/*/Desktop/Installer.desktop\xE2\x80\x99: No such file or directory\nfind: \xE2\x80\x98/mnt/antiX/home/*//.idesktop/gazelle.lnk\xE2\x80\x99: No such file or directory\n"
2023-10-06 08:28:11.672 DBG default: Exit #34: 0
2023-10-06 08:28:11.672 DBG default: Install tabs
2023-10-06 08:28:11.673 DBG default: Creating fstab entry for: "/" "/dev/sda1"
2023-10-06 08:28:11.673 DBG default: Exec #35: mount --mkdir --rbind --make-rslave /dev /mnt/antiX/dev
2023-10-06 08:28:11.953 DBG default: Exit #35: 0
2023-10-06 08:28:11.953 DBG default: Exec #36: mount --mkdir --rbind --make-rslave /sys /mnt/antiX/sys
2023-10-06 08:28:11.961 DBG default: Exit #36: 0
2023-10-06 08:28:11.961 DBG default: Exec #37: mount --mkdir --rbind /proc /mnt/antiX/proc
2023-10-06 08:28:11.967 DBG default: Exit #37: 0
2023-10-06 08:28:11.967 DBG default: Exec #38: mount --mkdir -t tmpfs -o size=100m,nodev,mode=755 tmpfs /mnt/antiX/run
2023-10-06 08:28:11.974 DBG default: Exit #38: 0
2023-10-06 08:28:11.974 DBG default: Exec #39: mount --mkdir --rbind /run/udev /mnt/antiX/run/udev
2023-10-06 08:28:11.979 DBG default: Exit #39: 0
2023-10-06 08:28:11.987 DBG default: Desktop menu
2023-10-06 08:28:11.987 DBG default: Exec #40: chroot /mnt/antiX desktop-menu --write-out-global
2023-10-06 08:28:12.248 DBG default: SErr #40: "/usr/sbin/chroot: failed to run command \xE2\x80\x98""desktop-menu\xE2\x80\x99: No such file or directory\n"
2023-10-06 08:28:12.248 DBG default: Exit #40: 127
2023-10-06 08:28:12.248 DBG default: Exec #41: rm -rf /mnt/antiX/home/demo
2023-10-06 08:28:12.299 DBG default: Exit #41: 0
2023-10-06 08:28:12.300 DBG default: Change root: /mnt/antiX
2023-10-06 08:28:12.300 DBG default: Exec #42: rm /var/lib/dbus/machine-id /etc/machine-id
2023-10-06 08:28:12.322 DBG default: Exit #42: 0
2023-10-06 08:28:12.322 DBG default: Exec #43: dbus-uuidgen --ensure=/etc/machine-id
2023-10-06 08:28:12.365 DBG default: Exit #43: 0
2023-10-06 08:28:12.365 DBG default: Exec #44: dbus-uuidgen --ensure
2023-10-06 08:28:12.382 DBG default: Exit #44: 0
2023-10-06 08:28:12.382 DBG default: Change root: 
2023-10-06 08:28:12.382 DBG default: Bash #45: lspci -n | grep -qE '80ee:beef|80ee:cafe'
2023-10-06 08:28:14.337 DBG default: Exit #45: 1
2023-10-06 08:28:14.337 DBG default: Bash #46: mv -f /mnt/antiX/etc/rc5.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc5.d/K01virtualbox-guest-utils >/dev/null 2>&1
2023-10-06 08:28:14.545 DBG default: Exit #46: 1
2023-10-06 08:28:14.546 DBG default: Bash #47: mv -f /mnt/antiX/etc/rc4.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc4.d/K01virtualbox-guest-utils >/dev/null 2>&1
2023-10-06 08:28:14.556 DBG default: Exit #47: 1
2023-10-06 08:28:14.556 DBG default: Bash #48: mv -f /mnt/antiX/etc/rc3.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc3.d/K01virtualbox-guest-utils >/dev/null 2>&1
2023-10-06 08:28:14.566 DBG default: Exit #48: 1
2023-10-06 08:28:14.566 DBG default: Bash #49: mv -f /mnt/antiX/etc/rc2.d/S*virtualbox-guest-utils /mnt/antiX/etc/rc2.d/K01virtualbox-guest-utils >/dev/null 2>&1
2023-10-06 08:28:14.575 DBG default: Exit #49: 1
2023-10-06 08:28:14.575 DBG default: Bash #50: mv -f /mnt/antiX/etc/rcS.d/S*virtualbox-guest-x11 /mnt/antiX/etc/rcS.d/K21virtualbox-guest-x11 >/dev/null 2>&1
2023-10-06 08:28:14.585 DBG default: Exit #50: 1
2023-10-06 08:28:14.585 DBG default: Bash #51: rmdir --ignore-fail-on-non-empty /mnt/antiX/media/sd*
2023-10-06 08:28:14.594 DBG default: SErr #51: "rmdir: failed to remove '/mnt/antiX/media/sd*': No such file or directory\n"
2023-10-06 08:28:14.595 DBG default: Exit #51: 1
2023-10-06 08:28:14.595 DBG default: Change root: /mnt/antiX
2023-10-06 08:28:14.595 DBG default: Set service: "acpid" true
2023-10-06 08:28:14.595 DBG default: Exec #52: update-rc.d acpid defaults
2023-10-06 08:28:14.725 DBG default: Exit #52: 0
2023-10-06 08:28:14.725 DBG default: Exec #53: systemctl unmask acpid
2023-10-06 08:28:14.755 DBG default: Exit #53: 0
2023-10-06 08:28:14.755 DBG default: Exec #54: systemctl enable acpid
2023-10-06 08:28:14.926 DBG default: SErr #54: "Synchronizing state of acpid.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable acpid\nCreated symlink /etc/systemd/system/multi-user.target.wants/acpid.service \xE2\x86\x92 /lib/systemd/system/acpid.service.\n"
2023-10-06 08:28:14.927 DBG default: Exit #54: 0
2023-10-06 08:28:14.927 DBG default: Set service: "cpufrequtils" true
2023-10-06 08:28:14.927 DBG default: Exec #55: update-rc.d cpufrequtils defaults
2023-10-06 08:28:15.012 DBG default: Exit #55: 0
2023-10-06 08:28:15.012 DBG default: Exec #56: systemctl unmask cpufrequtils
2023-10-06 08:28:15.022 DBG default: Exit #56: 0
2023-10-06 08:28:15.022 DBG default: Exec #57: systemctl enable cpufrequtils
2023-10-06 08:28:15.188 DBG default: SErr #57: "cpufrequtils.service is not a native service, redirecting to systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable cpufrequtils\n"
2023-10-06 08:28:15.188 DBG default: Exit #57: 0
2023-10-06 08:28:15.188 DBG default: Set service: "dbus" true
2023-10-06 08:28:15.189 DBG default: Exec #58: update-rc.d dbus defaults
2023-10-06 08:28:15.269 DBG default: Exit #58: 0
2023-10-06 08:28:15.269 DBG default: Exec #59: systemctl unmask dbus
2023-10-06 08:28:15.278 DBG default: Exit #59: 0
2023-10-06 08:28:15.279 DBG default: Exec #60: systemctl enable dbus
2023-10-06 08:28:15.447 DBG default: SErr #60: "Synchronizing state of dbus.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable dbus\nThe unit files have no installation config (WantedBy=, RequiredBy=, Also=,\nAlias= settings in the [Install] section, and DefaultInstance= for template\nunits). This means they are not meant to be enabled using systemctl.\n \nPossible reasons for having this kind of units are:\n\xE2\x80\xA2 A unit may be statically enabled by being symlinked from another unit's\n  .wants/ or .requires/ directory.\n\xE2\x80\xA2 A unit's purpose may be to act as a helper for some other unit which has\n  a requirement dependency on it.\n\xE2\x80\xA2 A unit may be started when needed via activation (socket, path, timer,\n  D-Bus, udev, scripted systemctl call, ...).\n\xE2\x80\xA2 In case of template units, the unit is meant to be enabled with some\n  instance name specified.\n"
2023-10-06 08:28:15.447 DBG default: Exit #60: 0
2023-10-06 08:28:15.447 DBG default: Set service: "haveged" true
2023-10-06 08:28:15.447 DBG default: Exec #61: update-rc.d haveged defaults
2023-10-06 08:28:15.528 DBG default: Exit #61: 0
2023-10-06 08:28:15.528 DBG default: Exec #62: systemctl unmask haveged
2023-10-06 08:28:15.538 DBG default: Exit #62: 0
2023-10-06 08:28:15.538 DBG default: Exec #63: systemctl enable haveged
2023-10-06 08:28:15.707 DBG default: SErr #63: "Synchronizing state of haveged.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable haveged\n"
2023-10-06 08:28:15.707 DBG default: Exit #63: 0
2023-10-06 08:28:15.707 DBG default: Set service: "saned" true
2023-10-06 08:28:15.707 DBG default: Exec #64: update-rc.d saned defaults
2023-10-06 08:28:15.788 DBG default: Exit #64: 0
2023-10-06 08:28:15.788 DBG default: Exec #65: systemctl unmask saned
2023-10-06 08:28:15.798 DBG default: Exit #65: 0
2023-10-06 08:28:15.798 DBG default: Exec #66: systemctl enable saned
2023-10-06 08:28:15.963 DBG default: SErr #66: "Synchronizing state of saned.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable saned\nFailed to enable unit, unit /lib/systemd/system/saned.service is masked.\n"
2023-10-06 08:28:15.963 DBG default: Exit #66: 1
2023-10-06 08:28:15.963 DBG default: Set service: "smartmontools" true
2023-10-06 08:28:15.963 DBG default: Exec #67: update-rc.d smartmontools defaults
2023-10-06 08:28:16.045 DBG default: Exit #67: 0
2023-10-06 08:28:16.045 DBG default: Exec #68: systemctl unmask smartmontools
2023-10-06 08:28:16.055 DBG default: Exit #68: 0
2023-10-06 08:28:16.055 DBG default: Exec #69: systemctl enable smartmontools
2023-10-06 08:28:16.225 DBG default: SErr #69: "Synchronizing state of smartmontools.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable smartmontools\n"
2023-10-06 08:28:16.225 DBG default: Exit #69: 0
2023-10-06 08:28:16.225 DBG default: Set service: "anacron" true
2023-10-06 08:28:16.225 DBG default: Exec #70: update-rc.d anacron defaults
2023-10-06 08:28:16.307 DBG default: Exit #70: 0
2023-10-06 08:28:16.307 DBG default: Exec #71: systemctl unmask anacron
2023-10-06 08:28:16.317 DBG default: Exit #71: 0
2023-10-06 08:28:16.317 DBG default: Exec #72: systemctl enable anacron
2023-10-06 08:28:16.485 DBG default: SErr #72: "Synchronizing state of anacron.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable anacron\n"
2023-10-06 08:28:16.485 DBG default: Exit #72: 0
2023-10-06 08:28:16.485 DBG default: Set service: "cron" true
2023-10-06 08:28:16.485 DBG default: Exec #73: update-rc.d cron defaults
2023-10-06 08:28:16.567 DBG default: Exit #73: 0
2023-10-06 08:28:16.567 DBG default: Exec #74: systemctl unmask cron
2023-10-06 08:28:16.577 DBG default: Exit #74: 0
2023-10-06 08:28:16.577 DBG default: Exec #75: systemctl enable cron
2023-10-06 08:28:16.746 DBG default: SErr #75: "Synchronizing state of cron.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable cron\n"
2023-10-06 08:28:16.746 DBG default: Exit #75: 0
2023-10-06 08:28:16.746 DBG default: Set service: "sudo" true
2023-10-06 08:28:16.746 DBG default: Exec #76: update-rc.d sudo defaults
2023-10-06 08:28:16.828 DBG default: Exit #76: 0
2023-10-06 08:28:16.828 DBG default: Exec #77: systemctl unmask sudo
2023-10-06 08:28:16.837 DBG default: Exit #77: 0
2023-10-06 08:28:16.837 DBG default: Exec #78: systemctl enable sudo
2023-10-06 08:28:17.004 DBG default: SErr #78: "Synchronizing state of sudo.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable sudo\nFailed to enable unit, unit /lib/systemd/system/sudo.service is masked.\n"
2023-10-06 08:28:17.004 DBG default: Exit #78: 1
2023-10-06 08:28:17.005 DBG default: Set service: "zramswap" false
2023-10-06 08:28:17.005 DBG default: Exec #79: update-rc.d zramswap remove
2023-10-06 08:28:17.085 DBG default: Exit #79: 0
2023-10-06 08:28:17.085 DBG default: Exec #80: systemctl disable zramswap
2023-10-06 08:28:17.253 DBG default: SErr #80: "Synchronizing state of zramswap.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install disable zramswap\ninsserv: warning: current start runlevel(s) (empty) of script `zramswap' overrides LSB defaults (2 3 4 5).\ninsserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `zramswap' overrides LSB defaults (0 1 6).\nUnit /etc/systemd/system/zramswap.service is masked, ignoring.\n"
2023-10-06 08:28:17.253 DBG default: Exit #80: 0
2023-10-06 08:28:17.253 DBG default: Exec #81: systemctl mask zramswap
2023-10-06 08:28:17.263 DBG default: Exit #81: 0
2023-10-06 08:28:17.263 DBG default: Set service: "bluetooth" true
2023-10-06 08:28:17.263 DBG default: Exec #82: update-rc.d bluetooth defaults
2023-10-06 08:28:17.346 DBG default: Exit #82: 0
2023-10-06 08:28:17.346 DBG default: Exec #83: systemctl unmask bluetooth
2023-10-06 08:28:17.356 DBG default: Exit #83: 0
2023-10-06 08:28:17.356 DBG default: Exec #84: systemctl enable bluetooth
2023-10-06 08:28:17.531 DBG default: SErr #84: "Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable bluetooth\n"
2023-10-06 08:28:17.532 DBG default: Exit #84: 0
2023-10-06 08:28:17.532 DBG default: Set service: "rsync" true
2023-10-06 08:28:17.532 DBG default: Exec #85: update-rc.d rsync defaults
2023-10-06 08:28:17.616 DBG default: Exit #85: 0
2023-10-06 08:28:17.616 DBG default: Exec #86: systemctl unmask rsync
2023-10-06 08:28:17.626 DBG default: Exit #86: 0
2023-10-06 08:28:17.626 DBG default: Exec #87: systemctl enable rsync
2023-10-06 08:28:17.798 DBG default: SErr #87: "Synchronizing state of rsync.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable rsync\nCreated symlink /etc/systemd/system/multi-user.target.wants/rsync.service \xE2\x86\x92 /lib/systemd/system/rsync.service.\n"
2023-10-06 08:28:17.798 DBG default: Exit #87: 0
2023-10-06 08:28:17.798 DBG default: Set service: "cups" true
2023-10-06 08:28:17.798 DBG default: Exec #88: update-rc.d cups defaults
2023-10-06 08:28:17.882 DBG default: Exit #88: 0
2023-10-06 08:28:17.882 DBG default: Exec #89: systemctl unmask cups
2023-10-06 08:28:17.892 DBG default: Exit #89: 0
2023-10-06 08:28:17.892 DBG default: Exec #90: systemctl enable cups
2023-10-06 08:28:18.066 DBG default: SErr #90: "Synchronizing state of cups.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable cups\n"
2023-10-06 08:28:18.066 DBG default: Exit #90: 0
2023-10-06 08:28:18.066 DBG default: Set service: "smbd" true
2023-10-06 08:28:18.066 DBG default: Exec #91: update-rc.d smbd defaults
2023-10-06 08:28:18.150 DBG default: Exit #91: 0
2023-10-06 08:28:18.150 DBG default: Exec #92: systemctl unmask smbd
2023-10-06 08:28:18.160 DBG default: Exit #92: 0
2023-10-06 08:28:18.161 DBG default: Exec #93: systemctl enable smbd
2023-10-06 08:28:18.331 DBG default: SErr #93: "Synchronizing state of smbd.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable smbd\n"
2023-10-06 08:28:18.331 DBG default: Exit #93: 0
2023-10-06 08:28:18.331 DBG default: Set service: "nmbd" true
2023-10-06 08:28:18.331 DBG default: Exec #94: update-rc.d nmbd defaults
2023-10-06 08:28:18.414 DBG default: Exit #94: 0
2023-10-06 08:28:18.414 DBG default: Exec #95: systemctl unmask nmbd
2023-10-06 08:28:18.424 DBG default: Exit #95: 0
2023-10-06 08:28:18.424 DBG default: Exec #96: systemctl enable nmbd
2023-10-06 08:28:18.595 DBG default: SErr #96: "Synchronizing state of nmbd.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable nmbd\n"
2023-10-06 08:28:18.595 DBG default: Exit #96: 0
2023-10-06 08:28:18.595 DBG default: Set service: "samba-ad-dc" true
2023-10-06 08:28:18.595 DBG default: Exec #97: update-rc.d samba-ad-dc defaults
2023-10-06 08:28:18.678 DBG default: Exit #97: 0
2023-10-06 08:28:18.678 DBG default: Exec #98: systemctl unmask samba-ad-dc
2023-10-06 08:28:18.688 DBG default: Exit #98: 0
2023-10-06 08:28:18.688 DBG default: Exec #99: systemctl enable samba-ad-dc
2023-10-06 08:28:18.858 DBG default: SErr #99: "Synchronizing state of samba-ad-dc.service with SysV service script with /lib/systemd/systemd-sysv-install.\nExecuting: /lib/systemd/systemd-sysv-install enable samba-ad-dc\n"
2023-10-06 08:28:18.858 DBG default: Exit #99: 0
2023-10-06 08:28:18.858 DBG default: Change root: 
2023-10-06 08:28:18.858 DBG default: Exec #100: sed -i s/WORKGROUP/trailerpark/g /mnt/antiX/etc/samba/smb.conf
2023-10-06 08:28:18.865 DBG default: Exit #100: 0
2023-10-06 08:28:18.865 DBG default: Bash #101: sed -i 's/'"$(grep 127.0.0.1 /etc/hosts | grep -v localhost | head -1 | awk '{print $2}')"'/jim/' /mnt/antiX/etc/hosts
2023-10-06 08:28:19.599 DBG default: Exit #101: 0
2023-10-06 08:28:19.599 DBG default: Bash #102: echo "jim" | cat > /mnt/antiX/etc/hostname
2023-10-06 08:28:19.608 DBG default: Exit #102: 0
2023-10-06 08:28:19.608 DBG default: Bash #103: echo "jim" | cat > /mnt/antiX/etc/mailname
2023-10-06 08:28:19.616 DBG default: Exit #103: 0
2023-10-06 08:28:19.616 DBG default: Bash #104: sed -i 's/.*send host-name.*/send host-name "jim";/g' /mnt/antiX/etc/dhcp/dhclient.conf
2023-10-06 08:28:19.625 DBG default: Exit #104: 0
2023-10-06 08:28:19.625 DBG default: Bash #105: echo "jim" | cat > /mnt/antiX/etc/defaultdomain
2023-10-06 08:28:19.633 DBG default: Exit #105: 0
2023-10-06 08:28:19.634 DBG default: << void Oobe::setLocale() >>
2023-10-06 08:28:19.634 DBG default: Update locale
2023-10-06 08:28:19.634 DBG default: Bash #106: chroot /mnt/antiX /usr/sbin/update-locale "LANG=en_US.UTF-8"
2023-10-06 08:28:19.677 DBG default: Exit #106: 0
2023-10-06 08:28:19.677 DBG default: Exec #107: ln -nfs /usr/share/zoneinfo/America/Detroit /mnt/antiX/etc/localtime
2023-10-06 08:28:19.683 DBG default: Exit #107: 0
2023-10-06 08:28:19.683 DBG default: Exec #108: ln -nfs /usr/share/zoneinfo/America/Detroit /etc/localtime
2023-10-06 08:28:19.688 DBG default: Exit #108: 0
2023-10-06 08:28:19.689 DBG default: Bash #109: echo America/Detroit > /mnt/antiX/etc/timezone
2023-10-06 08:28:19.695 DBG default: Exit #109: 0
2023-10-06 08:28:19.695 DBG default: Bash #110: echo America/Detroit > /etc/timezone
2023-10-06 08:28:19.702 DBG default: Exit #110: 0
2023-10-06 08:28:19.702 DBG default: Bash #111: echo '0.0 0 0.0
0
LOCAL' > /etc/adjtime
2023-10-06 08:28:19.708 DBG default: Exit #111: 0
2023-10-06 08:28:19.708 DBG default: Exec #112: hwclock --hctosys
2023-10-06 12:28:20.000 DBG default: Exit #112: 0
2023-10-06 12:28:20.000 DBG default: Exec #113: cp -f /etc/adjtime /mnt/antiX/etc/
2023-10-06 12:28:20.009 DBG default: Exit #113: 0
2023-10-06 12:28:20.009 DBG default: Exec #114: cp -f /etc/default/rcS /mnt/antiX/etc/default
2023-10-06 12:28:20.016 DBG default: Exit #114: 0
2023-10-06 12:28:20.017 DBG default: Bash #115: sed -i '/data0=/c\data0=%l:%M' /home/demo/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc
2023-10-06 12:28:20.025 DBG default: SErr #115: "sed: can't read /home/demo/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc: No such file or directory\n"
2023-10-06 12:28:20.025 DBG default: Exit #115: 2
2023-10-06 12:28:20.025 DBG default: Bash #116: sed -i '/data0=/c\data0=%l:%M' /mnt/antiX/etc/skel/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc
2023-10-06 12:28:20.034 DBG default: SErr #116: "sed: can't read /mnt/antiX/etc/skel/.config/xfce4/panel/xfce4-orageclock-plugin-1.rc: No such file or directory\n"
2023-10-06 12:28:20.034 DBG default: Exit #116: 2
2023-10-06 12:28:20.034 DBG default: Bash #117: sed -i '/time_format=/c\time_format=%l:%M' /home/demo/.config/xfce4/panel/datetime-1.rc
2023-10-06 12:28:20.041 DBG default: SErr #117: "sed: can't read /home/demo/.config/xfce4/panel/datetime-1.rc: No such file or directory\n"
2023-10-06 12:28:20.042 DBG default: Exit #117: 2
2023-10-06 12:28:20.042 DBG default: Bash #118: sed -i '/time_format=/c\time_format=%l:%M' /mnt/antiX/etc/skel/.config/xfce4/panel/datetime-1.rc
2023-10-06 12:28:20.049 DBG default: SErr #118: "sed: can't read /mnt/antiX/etc/skel/.config/xfce4/panel/datetime-1.rc: No such file or directory\n"
2023-10-06 12:28:20.049 DBG default: Exit #118: 2
2023-10-06 12:28:20.049 DBG default: Bash #119: sed -i 's/%H/%l/' /home/demo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
2023-10-06 12:28:20.058 DBG default: Exit #119: 0
2023-10-06 12:28:20.058 DBG default: Bash #120: sed -i 's/%H/%l/' /mnt/antiX/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
2023-10-06 12:28:20.066 DBG default: Exit #120: 0
2023-10-06 12:28:20.066 DBG default: Bash #121: sed -i '/use24hFormat=/c\use24hFormat=0' /home/demo/.config/plasma-org.kde.plasma.desktop-appletsrc
2023-10-06 12:28:20.074 DBG default: SErr #121: "sed: can't read /home/demo/.config/plasma-org.kde.plasma.desktop-appletsrc: No such file or directory\n"
2023-10-06 12:28:20.074 DBG default: Exit #121: 2
2023-10-06 12:28:20.074 DBG default: Bash #122: sed -i '/use24hFormat=/c\use24hFormat=0' /mnt/antiX/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc
2023-10-06 12:28:20.082 DBG default: SErr #122: "sed: can't read /mnt/antiX/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc: No such file or directory\n"
2023-10-06 12:28:20.083 DBG default: Exit #122: 2
2023-10-06 12:28:20.083 DBG default: Bash #123: sed -i '/time1_format/c\time1_format=%l:%M' /mnt/antiX/etc/skel/.config/tint2/tint2rc
2023-10-06 12:28:20.090 DBG default: SErr #123: "sed: can't read /mnt/antiX/etc/skel/.config/tint2/tint2rc: No such file or directory\n"
2023-10-06 12:28:20.090 DBG default: Exit #123: 2
2023-10-06 12:28:20.090 DBG default: Bash #124: sed -i '/time1_format/c\time1_format=%l:%M' /home/demo/.config/tint2/tint2rc
2023-10-06 12:28:20.098 DBG default: SErr #124: "sed: can't read /home/demo/.config/tint2/tint2rc: No such file or directory\n"
2023-10-06 12:28:20.098 DBG default: Exit #124: 2
2023-10-06 12:28:20.098 DBG default: Bash #125: sed -i 's/%H:%M/%l:%M/g' /mnt/antiX/etc/skel/.icewm/preferences
2023-10-06 12:28:20.107 DBG default: SErr #125: "sed: can't read /mnt/antiX/etc/skel/.icewm/preferences: No such file or directory\n"
2023-10-06 12:28:20.107 DBG default: Exit #125: 2
2023-10-06 12:28:20.107 DBG default: Bash #126: sed -i 's/%k:%M/%l:%M/g' /mnt/antiX/etc/skel/.fluxbox/init
2023-10-06 12:28:20.116 DBG default: SErr #126: "sed: can't read /mnt/antiX/etc/skel/.fluxbox/init: No such file or directory\n"
2023-10-06 12:28:20.116 DBG default: Exit #126: 2
2023-10-06 12:28:20.116 DBG default: Bash #127: sed -i 's/%H:%M/%l:%M/g' /mnt/antiX/etc/skel/.jwm/tray
2023-10-06 12:28:20.124 DBG default: SErr #127: "sed: can't read /mnt/antiX/etc/skel/.jwm/tray: No such file or directory\n"
2023-10-06 12:28:20.124 DBG default: Exit #127: 2
2023-10-06 12:28:20.124 DBG default: Localize repo
2023-10-06 12:28:20.124 DBG default: Exec #128: chroot /mnt/antiX localize-repo default
2023-10-06 12:28:20.205 DBG default: SOut #128: "File: mx.list\n"
2023-10-06 12:28:20.205 DBG default: Exit #128: 0
2023-10-06 12:28:20.205 DBG default: Change root: /mnt/antiX
2023-10-06 12:28:20.205 DBG default: Exec #129: passwd -l root
2023-10-06 12:28:20.245 DBG default: SOut #129: "passwd: password changed.\n"
2023-10-06 12:28:20.245 DBG default: Exit #129: 0
2023-10-06 12:28:20.245 DBG default: Exec #130: chpasswd
2023-10-06 12:28:20.299 DBG default: Exit #130: 0
2023-10-06 12:28:20.299 DBG default: Change root: 
2023-10-06 12:28:20.299 DBG default: check for remastered home demo folder: false
2023-10-06 12:28:20.299 DBG default: Exec #131: cp -a /mnt/antiX/etc/skel /mnt/antiX/home/jim
2023-10-06 12:28:20.617 DBG default: Exit #131: 0
2023-10-06 12:28:20.617 DBG default: Exec #132: chown -R demo:demo /mnt/antiX/home/jim
2023-10-06 12:28:20.819 DBG default: Exit #132: 0
2023-10-06 12:28:20.821 DBG default: Exec #133: sed -i s/demo/jim/g /mnt/antiX/etc/group
2023-10-06 12:28:20.828 DBG default: Exit #133: 0
2023-10-06 12:28:20.829 DBG default: Exec #134: sed -i s/demo/jim/g /mnt/antiX/etc/gshadow
2023-10-06 12:28:20.836 DBG default: Exit #134: 0
2023-10-06 12:28:20.836 DBG default: Exec #135: sed -i s/demo/jim/g /mnt/antiX/etc/passwd
2023-10-06 12:28:20.843 DBG default: Exit #135: 0
2023-10-06 12:28:20.843 DBG default: Exec #136: sed -i s/demo/jim/g /mnt/antiX/etc/shadow
2023-10-06 12:28:20.850 DBG default: Exit #136: 0
2023-10-06 12:28:20.850 DBG default: Exec #137: sed -i s/demo/jim/g /mnt/antiX/etc/subuid
2023-10-06 12:28:20.856 DBG default: Exit #137: 0
2023-10-06 12:28:20.856 DBG default: Exec #138: sed -i s/demo/jim/g /mnt/antiX/etc/subgid
2023-10-06 12:28:20.863 DBG default: Exit #138: 0
2023-10-06 12:28:20.863 DBG default: Exec #139: sed -i s/demo/jim/g /mnt/antiX/etc/slim.conf
2023-10-06 12:28:20.869 DBG default: SErr #139: "/usr/bin/sed: can't read /mnt/antiX/etc/slim.conf: No such file or directory\n"
2023-10-06 12:28:20.870 DBG default: Exit #139: 2
2023-10-06 12:28:20.870 DBG default: Exec #140: sed -i s/demo/jim/g /mnt/antiX/etc/lightdm/lightdm.conf
2023-10-06 12:28:20.876 DBG default: Exit #140: 0
2023-10-06 12:28:20.877 DBG default: Exec #141: sed -i s/demo/jim/g /mnt/antiX/home/*/.gtkrc-2.0
2023-10-06 12:28:20.883 DBG default: SErr #141: "/usr/bin/sed: can't read /mnt/antiX/home/*/.gtkrc-2.0: No such file or directory\n"
2023-10-06 12:28:20.883 DBG default: Exit #141: 2
2023-10-06 12:28:20.883 DBG default: Exec #142: sed -i s/demo/jim/g /mnt/antiX/root/.gtkrc-2.0
2023-10-06 12:28:20.889 DBG default: SErr #142: "/usr/bin/sed: can't read /mnt/antiX/root/.gtkrc-2.0: No such file or directory\n"
2023-10-06 12:28:20.889 DBG default: Exit #142: 2
2023-10-06 12:28:20.889 DBG default: Exec #143: sed -i s/auto_login/#auto_login/g /mnt/antiX/etc/slim.conf
2023-10-06 12:28:20.895 DBG default: SErr #143: "/usr/bin/sed: can't read /mnt/antiX/etc/slim.conf: No such file or directory\n"
2023-10-06 12:28:20.895 DBG default: Exit #143: 2
2023-10-06 12:28:20.895 DBG default: Exec #144: sed -i "s/default_user /#default_user /g" /mnt/antiX/etc/slim.conf
2023-10-06 12:28:20.901 DBG default: SErr #144: "/usr/bin/sed: can't read /mnt/antiX/etc/slim.conf: No such file or directory\n"
2023-10-06 12:28:20.901 DBG default: Exit #144: 2
2023-10-06 12:28:20.901 DBG default: Exec #145: sed -i s/autologin-user=/#autologin-user=/g /mnt/antiX/etc/lightdm/lightdm.conf
2023-10-06 12:28:20.908 DBG default: Exit #145: 0
2023-10-06 12:28:20.908 DBG default: Exec #146: sed -i s/User=.*/User=/g /mnt/antiX/etc/sddm.conf
2023-10-06 12:28:20.914 DBG default: SErr #146: "/usr/bin/sed: can't read /mnt/antiX/etc/sddm.conf: No such file or directory\n"
2023-10-06 12:28:20.914 DBG default: Exit #146: 2
2023-10-06 12:28:20.914 DBG default: Exec #147: touch /mnt/antiX/var/mail/jim
2023-10-06 12:28:21.039 DBG default: Exit #147: 0
2023-10-06 12:28:21.421 DBG default: Exec #148: sync
2023-10-06 12:28:22.055 DBG default: Exit #148: 0
2023-10-06 12:28:22.055 DBG default: << void SwapMan::install(QStringList&) >>
2023-10-06 12:28:22.163 DBG default: ++ Creating swap file ++
2023-10-06 12:28:22.167 DBG default: MkPath(SUCCESS): "/mnt/antiX/swap"
2023-10-06 12:28:22.167 DBG default: Exec #149: fallocate -l 2048M /mnt/antiX/swap/swap
2023-10-06 12:28:22.191 DBG default: Exit #149: 0
2023-10-06 12:28:22.191 DBG default: Exec #150: mkswap -q /mnt/antiX/swap/swap
2023-10-06 12:28:22.786 DBG default: Exit #150: 0
2023-10-06 12:28:22.786 DBG default: ++ Configuring swap file ++
2023-10-06 12:28:22.788 DBG default: << void BootMan::install(const QStringList&) >>
2023-10-06 12:28:22.798 DBG default: Bash #151: ls /mnt/antiX/boot | grep 'initrd.img-3.6'
2023-10-06 12:28:22.810 DBG default: Exit #151: 1
2023-10-06 12:28:22.810 DBG default: ++ Installing GRUB ++
2023-10-06 12:28:22.811 DBG default: Exec #152: grub-install --target=i386-pc --recheck --no-floppy --force --boot-directory=/mnt/antiX/boot /dev/sda
2023-10-06 12:28:29.157 DBG default: SErr #152: "Installing for i386-pc platform.\nInstallation finished. No error reported.\n"
2023-10-06 12:28:29.157 DBG default: Exit #152: 0
2023-10-06 12:28:29.158 DBG default: grubDefault is  "quiet splash"
2023-10-06 12:28:29.158 DBG default: Bash #153: /live/bin/non-live-cmdline
2023-10-06 12:28:31.700 DBG default: Exit #153: 0
2023-10-06 12:28:31.700 DBG default: intermediate ("quiet", "quiet", "splash")
2023-10-06 12:28:31.700 DBG default: Bash #154: grep ^CONFIG_CMDLINE= /boot/config-$(uname -r) | cut -d '"' -f2
2023-10-06 12:28:31.710 DBG default: Exit #154: 0
2023-10-06 12:28:31.710 DBG default: Add cmdline options to Grub ("quiet", "splash")
2023-10-06 12:28:31.710 DBG default: cmdlinestring "quiet splash"
2023-10-06 12:28:31.710 DBG default: Bash #155: sed -i -r 's|^(GRUB_CMDLINE_LINUX_DEFAULT=).*|\1"quiet splash"|' /mnt/antiX/etc/default/grub
2023-10-06 12:28:31.737 DBG default: Exit #155: 0
2023-10-06 12:28:31.745 DBG default: Change root: /mnt/antiX
2023-10-06 12:28:31.745 DBG default: Exec #156: update-grub
2023-10-06 12:28:34.694 DBG default: SErr #156: "Generating grub configuration file ...\nFound theme: /boot/grub/themes/mx_linux/theme.txt\nFound linux image: /boot/vmlinuz-6.1.0-10-amd64\nFound initrd image: /boot/initrd.img-6.1.0-10-amd64\ndone\n"
2023-10-06 12:28:34.694 DBG default: Exit #156: 0
2023-10-06 12:28:34.694 DBG default: Exec #157: udevadm info /dev/sda
2023-10-06 12:28:34.703 DBG default: Exit #157: 0
2023-10-06 12:28:34.705 DBG default: Exec #158: debconf-set-selections
2023-10-06 12:28:34.948 DBG default: Exit #158: 0
2023-10-06 12:28:34.948 DBG default: ++ Updating initramfs ++
2023-10-06 12:28:34.956 DBG default: Exec #159: update-initramfs -u -t -k all
2023-10-06 12:29:07.028 DBG default: SOut #159: "update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64\n"
2023-10-06 12:29:07.028 DBG default: SErr #159: "W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.\nW: mdadm: failed to auto-generate temporary mdadm.conf file.\n"
2023-10-06 12:29:07.028 DBG default: Exit #159: 0
2023-10-06 12:29:07.038 DBG default: Revert root: 
2023-10-06 12:29:07.051 DBG default: ++ Cleaning up ++
2023-10-06 12:29:07.052 DBG default: << void MInstall::cleanup() >>
2023-10-06 12:29:07.052 DBG default: Configuration: /mnt/antiX/etc/minstall.conf
2023-10-06 12:29:07.052 DBG default:  - Product: MX Linux 23
2023-10-06 12:29:07.052 DBG default:  - Version: 23.7.14mx23
2023-10-06 12:29:07.052 DBG default:  = Localization:
2023-10-06 12:29:10.141 DBG default:    - ClockHours: 12
2023-10-06 12:29:10.142 DBG default:    - LocalClock: true
2023-10-06 12:29:10.142 DBG default:    - Locale: en_US.UTF-8
2023-10-06 12:29:10.142 DBG default:    - Timezone: America/Detroit
2023-10-06 12:29:10.142 DBG default:  = Network:
2023-10-06 12:29:10.142 DBG default:    - ComputerName: jim
2023-10-06 12:29:10.142 DBG default:    - Domain: lahey.dom
2023-10-06 12:29:10.142 DBG default:    - Samba: true
2023-10-06 12:29:10.142 DBG default:    - Workgroup: trailerpark
2023-10-06 12:29:10.142 DBG default:  = Services:
2023-10-06 12:29:10.142 DBG default:    - acpid: true
2023-10-06 12:29:10.142 DBG default:    - anacron: true
2023-10-06 12:29:10.142 DBG default:    - bluetooth: true
2023-10-06 12:29:10.142 DBG default:    - cpufrequtils: true
2023-10-06 12:29:10.142 DBG default:    - cron: true
2023-10-06 12:29:10.142 DBG default:    - cups: true
2023-10-06 12:29:10.142 DBG default:    - dbus: true
2023-10-06 12:29:10.143 DBG default:    - haveged: true
2023-10-06 12:29:10.143 DBG default:    - rsync: true
2023-10-06 12:29:10.143 DBG default:    - saned: true
2023-10-06 12:29:10.143 DBG default:    - smartmontools: true
2023-10-06 12:29:10.143 DBG default:    - sudo: true
2023-10-06 12:29:10.143 DBG default:    - zramswap: false
2023-10-06 12:29:10.143 DBG default:  = Storage:
2023-10-06 12:29:10.143 DBG default:    - Drive: sda
2023-10-06 12:29:10.143 DBG default:    - DriveEncrypt: false
2023-10-06 12:29:10.143 DBG default:    - RootPortion: 100
2023-10-06 12:29:10.143 DBG default:    - Target: Drive
2023-10-06 12:29:10.143 DBG default:  = Swap:
2023-10-06 12:29:10.143 DBG default:    - Hibernation: false
2023-10-06 12:29:10.143 DBG default:  = User:
2023-10-06 12:29:10.143 DBG default:    - Autologin: false
2023-10-06 12:29:10.143 DBG default:    - EnableRoot: false
2023-10-06 12:29:10.143 DBG default:    - SaveDesktop: false
2023-10-06 12:29:10.144 DBG default:    - Username: jim
2023-10-06 12:29:10.144 DBG default: End of configuration.

User avatar
fehlix
Developer
Posts: 12944
Joined: Wed Apr 11, 2018 5:09 pm

Re: Installing on a 2008 ish Macbook Pro

#9 Post by fehlix »

Griffy wrote: Fri Oct 06, 2023 12:33 pm It gives me no options at all. I have to hold the option key when I boot and it just goes to white screen. It's either boot from the blank hard drive (it won't) or the DVD will start spinning and might boot from that. The only OSes I have been able to boot this way are antix and MX, but MX fails when creating the user towards the end of the install. As I'm typing this MX has actually completed the install so I'll check out how it starts and shuts down.
Yes, you can. E.g. this way create normal Live USB with MX LiveUSB Maker in default MBR (not GPT) mode.
*Open Gparted and remove the 2nd ESP partition on the LiveUSB
Thats proably it The system wont see a valid ESP and wont be able to boot in UEFI mode.
And with some luck the Mac fallsback the MBR/bios booting.
* Maybe not needed, but also remove the EFI folder on the first ext4 partition.

User avatar
Griffy
Posts: 51
Joined: Tue Sep 19, 2023 1:04 pm

Re: Installing on a 2008 ish Macbook Pro

#10 Post by Griffy »

Thanks!
It is running and restarting fine now. I will try to make a bootable USB with your advice. Now I have to figure out how to get the wireless working.

Post Reply

Return to “Hardware /Configuration”