[00:00] Challenge: I'm running Arch Linux, I have 4 HDDs, and I want to install lubuntu on one of these 4 HDDs without a CD or USB stick. Can it be done? [00:01] 1. grub loopback. 2. debootstrap. [00:01] Eg, grml-rescueboot makes adding the iso to grub real easy. [00:02] Unit193: Sweet! I've never heard of grub loopback, debootstrap, or grml-rescueboot, but that all sounds promising. [00:02] It sounds like I can mount an iso from grub ..? [00:02] That'd be option one. [00:03] Oh, those are two options. I see. debootstrap sounds nifty; I'll see how far I can get. [00:03] Oh, unsupported option 3: loopback mount the iso, unsquashfs the filesystem, chroot in and remove ubiquity and casper, add your user, etc. ;P [00:04] Either using tasksel or installing the lubuntu task rather than meta is the way to go. Also the ISO by default disables recommends, so that's something to keep in mind if using the debootstrap method. [00:20] But but but Unit193 there's a guide for debootstrap [00:20] https://help.ubuntu.com/lts/installation-guide/amd64/apds04.html [00:20] That's how I install *all* of my systems. [00:20] plujon: ^ [00:22] tsimonq2: Cool; thanks. [00:22] * plujon partitioning ... [00:25] I do it differently, and that seems to not account for Ubuntu not using ifupdown. ;P [01:03] debootstrap seems to fail: [01:03] mknod mknod -m 666 /mnt/irenaeus/dev/null c 1 3 # exit 1 [01:03] /mnt/irenaeus/dev does not even exist... [01:06] mkdir /mnt/irenaeus/dev && debootstrap ... # gets farther, but then fails again: chroot: failed to run command 'dpkg-deb': No such file or directory [01:09] sudo debootstrap --arch amd64 xenial /mnt/irenaeus file:///mnt/cdrom # hm [01:11] I notice the debootstrap instructions are inconsistent: In D.4.3. Run debootstrap, the instructions allude to a url in the example below, but the example shows no url. [01:11] Maybe I'll try grub loopback ... [01:28] It seems that debootstrap fails much, perhaps in part due to `set -e` and insufficient checking if debootstrap has already been run once. I'm also surprised to see it try to run: `chroot /mnt/irenaeus dpkg-deb -f '' Version` That doesn't make much sense to me. [01:30] Meanwhile: sudo cp ~/Downloads/lubuntu-16.04.3-desktop-amd64.iso /boot/grml/ [01:30] cp: error writing '/boot/grml/lubuntu-16.04.3-desktop-amd64.iso': No space left on device [01:33] Maybe I can use ubuntu's mini.iso and convert to lubuntu after install. [01:33] apt-get install lubuntu # ??? [01:33] apt install lubuntu-desktop^ [01:34] Ugh, even mini.iso does not fit on /boot/grml . [01:35] (FWIW, I actually use my own packaged version of arch-install-scripts for some of the heavy lifting. >_> ) [01:41] That's enough trying for today. Maybe I'll get it tomorrow. [01:41] Thanks. [08:00] Hey folks, any idea what's up with this? https://i.stack.imgur.com/v33HT.jpg [08:01] The thread I found it on seems dead, and I'm finding this issue with a pair of Acer AspireOne ZG5 Netbooks. [08:01] Fresh install of current release, they both have the issue, unsurprisingly. [08:06] I've had the same issue. A grub command fixed it, one sec I'll let you know [08:07] Oh, no sorry. I had to revert to an earlier kernel. [08:08] Zebs: tried nomodeset ? [08:10] Zebs: add nomodeset to your grub line in /etc/default/grub to get a bootable system. Then install kernel version 4.11 [08:12] Zebs: the relevant bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724639 [08:12] Launchpad bug 1724639 in openSUSE "Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen" [Critical,Confirmed] [08:14] Ahh, awesome! [08:14] Thanks! [08:15] Zebs: yw, I recognized that screen right away! [08:28] Heh... === pavlushka_ is now known as pavlushka [19:55] burned the disc now how do i install [19:56] boot it [19:57] is there a way to do that without restarting windows? [19:57] no [19:57] here's an ubuntu-specific tutorial on it but lubuntu is more or less the same except it looks different https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop#0 [19:57] ok so i have to do that in the bios? [19:58] perfect [19:58] thats what i needed thanks [19:58] np === kernel is now known as Guest6007 [20:41] i burned the 64 bit desktop to a dvd. It has folders with files etc and a folder named install but there is no setup.exe and it doesnt boot [22:05] i burned the 64 bit desktop to a dvd. It has folders with files etc and a folder named install but there is no setup.exe and it doesnt boot [22:06] setup.exe? [22:06] it seemed to burn ok [22:06] it verified ok [22:06] it's not a windows program [22:06] the ISO is a disk image [22:06] you don't copy it over to media [22:06] in other words, you don't copy it over to a media with an existent file system [22:07] the image contains a file system [22:07] i was referencing the screenshot from here https://help.ubuntu.com/community/BootFromCD?_ga=2.7548402.1943848156.1515695132-2072536755.1515695132 [22:07] it has a setup.exe [22:07] so when you direct your BIOS to boot from it, it boots\ [22:07] so that was kind of my question [22:07] ah yeah no don't worry about that [22:07] i guess i need the instrucs for getting bios to boot from it [22:07] that's from when we use to have wubi, which we don't have anymore [22:07] they differ for every single computer [22:08] dang [22:08] basically you need to get into your BIOS and change your settings so that it will boot to the DVD before it boots to the hard drive (where your windows is) [22:08] some computers also have separate settings for enabling or disabling booting to external media, so you'd have the twiddle that too [22:09] that link you sent kind of covers it [22:09] but you need to look at it generally than specifically [22:09] you may want to check with the manufacturer of your computer and see if they offer instructions [22:09] ok thanks [22:10] especially if you have a windows 8+ computer, it probably uses a "fast boot" thing [22:10] which means you don't even see the BIOS screen [22:10] so you'll have to figure out which key to press in order to get to it [22:17] i will realign my expectations with what i need to do here. [22:17] :) [22:18] i have an old laptop sitting around that will work for my training purposes [22:18] you can do it! [22:19] sometimes the best solution is just to hit every f key and/or escape while booting XD [22:19] lol [22:19] yeah been three [22:19] i was thinking it would boot naturally from the instructions [22:20] so i can be pretty sure the image burned ok if i see folders etc [22:21] ? [22:21] pretty sure [22:21] ok thanks [22:21] so here's the thing, there are two possibilities for failure [22:21] 1. download errors [22:21] 2. copy errors [22:21] regarding #1, there are published hashes that you could calculate and compare to [22:22] i assumed that's what you meant when you said you verified it? [22:22] the utility had a verify option [22:22] that ran with no errors. [22:22] ah [22:22] well that *MAY* deal with #2 [22:22] but if #1 fails that's a verified system that won't work entirely right XD [22:22] so let me get you a tutorial on that [22:22] you still have the iso file i assume? [22:22] yes [22:23] https://tutorials.ubuntu.com/tutorial/tutorial-how-to-verify-ubuntu#0 [22:23] before you start doing this, let me add something [22:24] you probably don't need to do the gpg steps [22:24] it's a good solution to verify that the file posted is the file ubuntu intended to post, but, really, if it's on their server, it's probably a non-issue [22:24] so just get the sums and check the iso [22:25] there's a link to a tool for windows there and instructions on how to use it [22:25] i have no reason to suspect the download is the issue but anyway if i boot to it and it installs i will know it was intact. [22:27] well [22:27] it's a fairly common problem unfortunately [22:27] a single bit being flipped could result in some very strange behavior [22:28] and after you've spent a bunch of time trying to get everything going only to find out in the middle of the installation that sometthing doesn't work right..... it's probably just worth checking right from the beginning [22:28] regarding #2, the verification *SHOULD* take care of that, but there's also an option on the boot menu to check the disc for defects [22:31] ok point well taken