You are not logged in.
Hey all
So, I have a transformer pad t100 from asus, and since I am re-doing it since windows screwed itself, I was hoping to put bunsenlabs on, but, the issue is, so I want to dual boot it with windows eventually, and for installing anything, my tablet only has uefi support, no csm or legacy mode, and as far as I can see, there doesn't seem to be a way to install bunsen on it without I guess waiting for a release with uefi in the installer, so, what can I do?, any workarounds?
thanks
Josh
Offline
any workarounds?
Use one of the unofficial Debian ISO images with the non-free firmware included:
http://cdimage.debian.org/cdimage/unoff … -firmware/
This will install a UEFI system automagically.
In the tasksel stage of the installer, un-check all the tickboxes except the "Standard System Utilities" to ensure that no graphical desktop is installed.
When the installer has finished, reboot into the (console only) system and download and run johnraff's BunsenLabs install script, as outlined here:
https://github.com/BunsenLabs/bunsen-netinstall
The steps are:
wget https://github.com/bunsenlabs/bunsen-netinstall/archive/master.tar.gz
tar -xpf master.tar.gz
cd bunsen-netinstall-master
./install
I think the Debian installer should leave you with a functioning internet connection for the console session.
If it doesn't, edit the file at /etc/network/interfaces and add your connection details.
For wireless, it would look like this:
auto wlan0
iface wlan0 inet dhcp
wpa-ssid $SSID
wpa-psk $PASSWORD
Replace $SSID with the name of your access point (use `iwlist scan wlan0|grep SSID` to list access points) and replace $PASSWORD with your, er, password.
Then use this to bring the connection up:
sudo ifup wlan0
More here:
https://wiki.debian.org/WiFi/HowToUse#Command_Line
For a wired connecton, this is all you need to do:
ip l set eth0 up
dhclient eth0
EDIT: Hello and welcome to BunsenLabs!
Last edited by Head_on_a_Stick (2016-02-08 12:52:47)
Offline
wow, nice, thanks, will do that when I get the chance
I'm assuming that the debian iso should come with drivers enough to at least get the integrated wireless working
Offline
I'm assuming that the debian iso should come with drivers enough to at least get the integrated wireless working
Yes, provided you use the "non-free" ISO image I have linked to above
EDIT: If you have a Broadcom card, you may have to follow this guide:
http://crunchbang.org/forums/viewtopic.php?id=39366
Last edited by Head_on_a_Stick (2016-02-08 13:03:12)
Offline
ok, thanks, I'll report back when I try it out
Offline
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Can we just sticky this thread?
EDIT: I've done it, I'm now drunk with power, mwha-ha-ha-ha ]:D
(Subject to review)
Last edited by Head_on_a_Stick (2016-02-08 13:52:11)
Offline
@OP: I have expanded the title of the thread to make it easier to find in search engines, I hope you don't mind.
Offline
Unstickying this, we have our UEFI bootable test images out now and our future full-sized ISOs will also boot into a UEFI system (we hope!)...
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Fare-thee well Legacy mode! UEFI is really starting to get it's teeth in
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline