LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs > My GNU/Linux and me
User Name
Password

Notices


My path to having everything working, some tips, tricks and choices that might be helpful to others....
Rate this Entry

Slackware on ASUS Zenbook UX303 L

Posted 10-28-2015 at 08:38 AM by Tonus

As I stated in my first post, dealing with Debian testing with apt-get and aptitude made me mess quite everything... Thinking all this automation wasn't for me, I recalled Slackware had a -current flavor that might by more up to date than stable release.

I decided to make the switch.

First problem, I had no more usb stick available... But fortunately, grub2 offers the hability to boot straight from an iso image :

- Edit
Code:
/etc/grub.d/40_custom
- add at the end
Code:
menuentry "Slackware 14.1 ISO" {
        insmod loopback
        insmod iso9660
        set isofile="/slackware64-14.1-install-dvd.iso"
        loopback loop (hd0,10)$isofile
        linux (loop)/kernels/huge.s/bzImage load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s
        initrd (loop)/isolinux/initrd.img
        }
- Note that my iso file is in no directory on (hd0,10) which is /dev/sda10

- Save changes with, as root
Code:
grub-mkconfig -o /boot/grub/grub.cfg
- Before booting on the install iso, you might want to download recent kernel sources to build after install

Usefull guide to build your kernel from Alien BOB's wiki pages :http://alien.slackbook.org/dokuwiki/...kernelbuilding

Note that some options are for 32-bits kernel.

I also suggest, starting from a huge kernel, to use
Code:
make olddefconfig
.

Usefull infos on hardware :
https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX303
Posted in Uncategorized
Views 3511 Comments 0
« Prev     Main     Next »
Total Comments 0

Comments

 

  



All times are GMT -5. The time now is 06:19 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration